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-fsmfg-cq8jt’ WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-b6fc7-scnzw 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-b6fc7-scnzw" 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-b6fc7-scnzw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-scnzw" 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-b6fc7-scnzw 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-b6fc7-scnzw" 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-b6fc7-scnzw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-scnzw" 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-b6fc7-scnzw" 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-b6fc7-scnzw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-scnzw" 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-b6fc7-td4w2 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-b6fc7-td4w2" 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-b6fc7-td4w2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-td4w2" 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-b6fc7-td4w2 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-b6fc7-td4w2" 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-b6fc7-td4w2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-td4w2" 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-b6fc7-td4w2" 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-b6fc7-td4w2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-td4w2" 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-b6fc7-f7qmr 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-b6fc7-f7qmr" 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-b6fc7-f7qmr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-f7qmr" 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-b6fc7-f7qmr 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-b6fc7-f7qmr" 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-b6fc7-f7qmr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-f7qmr" 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-b6fc7-f7qmr" 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-b6fc7-f7qmr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-b6fc7-f7qmr" 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-b6fc7-6qbtc Agent el-master-agent-pod-b6fc7-6qbtc is provisioned from template el-master-agent-pod-b6fc7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-cb-master/878/" runUrl: "job/eclipselink-cb-master/878/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-b6fc7-6qbtc" 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-b6fc7-6qbtc" - name: "JENKINS_NAME" value: "el-master-agent-pod-b6fc7-6qbtc" - 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-b6fc7-6qbtc 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 1f0cf759092beb031ccc2e5a6950f239f15b5b55 (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 1f0cf759092beb031ccc2e5a6950f239f15b5b55 # timeout=10 Commit message: "Performance improvement: synchronize to java.util.concurrent.locks switch to improve performance with VirtualThreads (#2116)" > git rev-list --no-walk 314a8f8dc01c4a3583c958766535caa12e9b8bd1 # 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@af3ec567; decorates RemoteLauncher[hudson.remoting.Channel@77cc672f:JNLP4-connect connection from 10.40.68.167/10.40.68.167:42928] 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 1f0cf759092beb031ccc2e5a6950f239f15b5b55 (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 1f0cf759092beb031ccc2e5a6950f239f15b5b55 # timeout=10 Commit message: "Performance improvement: synchronize to java.util.concurrent.locks switch to improve performance with VirtualThreads (#2116)" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 1f0cf759092beb031ccc2e5a6950f239f15b5b55 # timeout=10 > git rev-list --no-walk 314a8f8dc01c4a3583c958766535caa12e9b8bd1 # timeout=10 [Pipeline] sh + etc/jenkins/init.sh -[ EclipseLink Init ]----------------------------------------------------------- [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key F956DAF8F18311D3: public key "Eclipselink Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key F956DAF8F18311D3: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key AB11759F53250EEBD92E2F85836B571D384E2887 trust Secret subkeys are available. pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key D8216E428324480EEA98EE26F956DAF8F18311D3 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2024-05-14 pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/build.sh -[ EclipseLink Build ]----------------------------------------------------------- Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 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 63 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 339 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 197 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 436 kB/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 113 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.1 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 222 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 3.0 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 29 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 440 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 239 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 336 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 197 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 284 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 177 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 2.2 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 1.8 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 510 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 380 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 413 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 5.4 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 4.5 MB/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 148 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 8.4 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 72 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 45 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 24 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 70 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 193 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 408 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 1.4 MB/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 2.5 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 114 kB/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 647 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 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 993 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 461 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 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.2 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 2.3 MB/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 229 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 289 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 141 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 100 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 32 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 786 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 88 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 48 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 483 kB/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 23 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 78 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 42 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 144 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.8 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 116 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.2 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 1.2 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 1.6 MB/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 643 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 2.7 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 8.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 6.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/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 492 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 113 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 1.4 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 32 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 2.4 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 340 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 181 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 281 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 360 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 220 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 214 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 208 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 588 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 605 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 95 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 462 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 386 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 347 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 215 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 300 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 146 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 366 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 223 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 365 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 615 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 175 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 235 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 774 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 3.6 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 106 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 1.6 MB/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 28 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 41 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 2.3 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 4.0 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 1.5 MB/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 952 kB/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.1 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 852 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 39 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.0 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 972 kB/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 2.1 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 498 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.6 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 13 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 5.2 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 1.1 MB/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 12 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 1.9 MB/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 228 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 805 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 63 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.2 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 79 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 210 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 335 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 2.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 471 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 328 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 690 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 255 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 389 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 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 552 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 627 kB/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.1 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 131 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 160 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 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 843 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 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 1.2 MB/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 579 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.2 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 146 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 254 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 257 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 461 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 156 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 559 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 374 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 555 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/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 221 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 190 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 483 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 24 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 287 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 95 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 676 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 343 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 1.1 MB/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 616 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 371 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 417 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.9 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 969 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/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.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/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/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/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 146 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] 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 316 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.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.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 115 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.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.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 9.0 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 2.0 MB/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/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar (52 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 660 kB/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-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar (49 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 3.3 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/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 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-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-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 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/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/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/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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-compat/3.0.4/maven-compat-3.0.4.jar (281 kB at 3.1 MB/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 1.6 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/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 135 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.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-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.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-core/3.0.4/maven-core-3.0.4.jar (559 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar (30 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar (56 kB at 479 kB/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-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.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.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.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 392 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/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 417 kB/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/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.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 32 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/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 115 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/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 970 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar (216 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/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 71 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/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 292 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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 224 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/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar (162 kB at 1.1 MB/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/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 48 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/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 198 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 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.2/commons-collections-3.2.2.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 1.8 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/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.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 3.7 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/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 3.5 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-client/1.8/siesta-client-1.8.jar (20 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar (11 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 1.5 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/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 748 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/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 2.6 MB/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/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar (6.3 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-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/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.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/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 350 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/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 412 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 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 2.0 MB/s) [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/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar (36 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar (31 kB at 152 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/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar (1.5 MB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 262 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/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 214 kB/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/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 380 kB/s) [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 10 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 1.8 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 927 kB/s) [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 62 kB/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 554 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 205 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 1.7 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 628 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 3.8 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 372 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 335 kB/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 1.7 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 2.6 MB/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 906 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 2.7 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.1 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 20 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 1.0 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 1.5 MB/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 2.9 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 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/3.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 22 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 350 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 253 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 7.1 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 760 kB/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 1.5 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 1.1 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 4.1 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 202 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 247 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 1.8 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 1.5 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 2.8 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 475 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 2.4 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 433 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 3.7 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 293 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 1.6 MB/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 5.3 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 10 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 2.2 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 551 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.7 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 640 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 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.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 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 6.3 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 2.2 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 9.1 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 832 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 204 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 196 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 23 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 3.4 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 548 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 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/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 64 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/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 65 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 32 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 534 kB/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 139 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 610 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 366 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 15 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 948 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 548 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 1.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 3.4 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 4.3 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 2.0 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 968 kB/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 556 kB/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/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 15 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/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 18 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 32 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 23 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 6.6 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 24 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 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 938 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/info/picocli/picocli/4.7.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 138 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 444 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 535 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.6 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 2.0 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.0 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.6 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 63 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 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 285 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 238 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 177 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 1.6 MB/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 518 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.2 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 548 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 1.1 MB/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 382 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 152 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 199 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 1.0 MB/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 2.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 57 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 380 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 88 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 262 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 730 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 8.8 MB/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 4.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 1.5 MB/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 308 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 1.5 MB/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 534 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 2.8 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 304 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 7.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 1.1 MB/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 5.9 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 9.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 17 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 9.3 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 7.1 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 15 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 9.2 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 5.2 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 7.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 276 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.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 5.0 MB/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 6.6 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 434 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 242 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 466 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 538 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 566 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 225 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 6.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 791 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 3.8 MB/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 577 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 158 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 52 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 81 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 8.3 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 118 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 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 1.5 MB/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 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 25 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 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 122 kB/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 998 kB/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 537 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 707 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 3.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 16 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 826 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 569 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 145 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 161 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 34 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 2.0 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 70 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 70 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 146 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 195 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 648 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 2.0 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 620 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 777 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 262 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 2.7 MB/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 94 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 229 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 4.5 MB/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 3.0 MB/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 170 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 849 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.6 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 694 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 9.6 MB/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 11 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 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 93 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.7 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 114 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 405 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 56 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 22 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 717 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 499 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 35 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 1.0 MB/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 107 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 243 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 177 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 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 3.0 MB/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 989 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 305 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 165 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 3.5 MB/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 947 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 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 1.6 MB/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 91 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 42 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 15 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 608 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 987 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 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.2 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 699 kB/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 444 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 26 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 38 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 584 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 476 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 4.8 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 8.6 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 19 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 501 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 57 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 7.8 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 7.4 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 86 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 68 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 1.2 MB/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 6.2 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 965 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 144 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 2.0 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 196 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 1.1 MB/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 351 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 718 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 265 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 69 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/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 5.2 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] 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 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.jar (415 kB at 24 MB/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/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 116 kB/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/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar (4.7 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar (12 kB at 462 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 712 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/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/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/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 2.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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 649 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/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/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre.jar (3.1 MB at 46 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/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/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/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar (166 kB at 2.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/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB 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.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/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/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/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 6.5 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/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-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/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar (231 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-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 146 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/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.0.jar (37 kB at 276 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/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar (5.6 MB at 40 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.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 290 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-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 3.7 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-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 889 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-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 812 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/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 159 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.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/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 423 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/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar (1.0 MB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 781 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/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 166 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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 267 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/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 336 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.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 278 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-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 290 kB/s) [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 362 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 90 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-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 841 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/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 323 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/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 43 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-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 756 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.3 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/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 59 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/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/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-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-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/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 695 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 843 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/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/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 213 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.5 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/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.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 386 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/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 934 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-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 52 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 18 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-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 96 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.3 MB/s) [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 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 898 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 213 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 51 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 909 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 1.3 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 80 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 753 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 148 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 2.5 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 497 kB/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 275 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 1.1 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 217 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.5 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 2.7 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.1 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 47 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 208 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 1.9 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 3.2 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 161 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 374 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.2 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 574 kB/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 3.7 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 980 kB/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 519 kB/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 171 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 96 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 156 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 79 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 3.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 9.4 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 177 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 3.6 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 21 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 296 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 8.8 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/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 15 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/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 707 kB/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/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 6.6 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/apache/maven/shared/maven-filtering/3.3.2/maven-filtering-3.3.2.jar (56 kB at 4.0 MB/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 31 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/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar (79 kB at 3.6 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 23 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-archiver/4.9.2/plexus-archiver-4.9.2.jar (225 kB at 7.8 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/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 4.4 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.6 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 2.9 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 578 kB/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.9 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 5.2 MB/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 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-11/zstd-jni-1.5.5-11.jar (6.8 MB at 49 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 336 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 736 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 60 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 659 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 739 kB/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 24 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 77 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 207 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 139 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.6 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 1.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 2.6 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 338 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 3.2 MB/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 137 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 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.5 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 564 kB/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 1.1 MB/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 136 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 39 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 77 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 766 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 48 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 35 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 80 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 83 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 121 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 108 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 50 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 643 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 709 kB/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 551 kB/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 5.6 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 254 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 333 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 430 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.4 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 249 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 261 kB/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 442 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 126 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 63 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 202 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 83 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 84 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 48 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 92 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 384 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 209 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 118 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 38 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 177 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 512 kB/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 48 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 236 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.4 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 167 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 729 kB/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 237 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 527 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 66 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 85 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 73 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 286 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 59 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 112 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 32 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 330 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 425 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 383 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 417 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.6 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 2.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 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 590 kB/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 1.5 MB/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 4.5 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 18 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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 450 kB/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/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/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/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/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 30 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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 1.9 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 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.1/plexus-io-3.4.1.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 39 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/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar (224 kB at 8.0 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 5.4 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/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 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-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-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar (39 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 907 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.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/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 81 kB/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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.1 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.4.2/maven-shared-utils-3.4.2.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/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 2.3 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 46 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 119 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 209 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 55 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 164 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 1.7 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 3.8 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 132 kB/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 234 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 75 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 279 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 788 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 798 kB/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 67 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 358 kB/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 116 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 114 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 725 kB/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 338 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 3.0 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 3.2 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 50 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 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 2.4 MB/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 1.0 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 1.5 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 391 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.6 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 747 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 1.4 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 254 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 140 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 90 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 177 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 46 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 314 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/3/commons-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 kB at 537 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar (864 kB at 16 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/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar (23 kB at 2.3 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 5.0 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/common/kuali-util/4.1.0/kuali-util-4.1.0.jar (232 kB at 8.0 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/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 397 kB/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/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar (229 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 5.1 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/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (232 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar (854 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar (605 kB at 9.2 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-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar (194 kB at 2.9 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-io/commons-io/1.3.2/commons-io-1.3.2.jar (88 kB at 1.2 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/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 352 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar (335 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar (8.8 kB at 63 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 115 kB/s) [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 12 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 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 1.7 MB/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 44 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 374 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 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 639 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 1.3 MB/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 145 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 248 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 644 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 218 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 71 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 78 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 380 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 548 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 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 294 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 1.2 MB/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 7.1 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 190 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 67 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 29 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 792 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 2.0 MB/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 11 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 393 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 2.1 MB/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 3.6 MB/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 2.2 MB/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 2.6 MB/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 514 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 643 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 1.1 MB/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 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.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 537 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 224 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 280 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 965 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 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-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 576 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 2.8 MB/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 2.0 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.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 2.0 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 702 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 995 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 649 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 740 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.5 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 921 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 638 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 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 538 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 553 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 160 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 266 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 1.2 MB/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 324 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 27 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 80 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 280 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 111 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 236 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 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 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 698 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 971 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 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 57 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 75 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 100 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 192 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 320 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 32 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 137 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 40 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.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 1.5 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.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 806 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/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 353 kB/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.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 8.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/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 878 kB/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 451 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 688 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.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 57 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 777 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.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 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 595 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-model/3.1.1/maven-model-3.1.1.jar (154 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-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 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-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-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 431 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/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 424 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.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-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 444 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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 108 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-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 579 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-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 632 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 245 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.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/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 429 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.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 282 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/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 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-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 536 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 70 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 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 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-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 743 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 46 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/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 321 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-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.4 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/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 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-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-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 93 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-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.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 106 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 134 kB/s) [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 222 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 706 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 199 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 3.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 14 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 109 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 219 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 742 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.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 6.8 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 5.8 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 26 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 73 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.3 MB/s) [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar (14 kB at 766 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 302 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 4.0 MB/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 3.1 MB/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 6.5 MB/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 958 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 8.7 MB/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-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 74 MB/s) [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 7.2 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 116 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 691 kB/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 317 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 301 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 787 kB/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.3 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 766 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 1.0 MB/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 621 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.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 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.9 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.0 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.6 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 2.1 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.4 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 544 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 39 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/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar (16 kB at 1.9 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/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.jar (77 kB at 7.7 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] 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 7.7 MB/s) [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-core/2.14.2/jackson-core-2.14.2.jar (459 kB at 25 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/ethlo/time/itu/1.7.0/itu-1.7.0.jar (29 kB at 969 kB/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 5.2 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/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.jar (1.6 MB at 41 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/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.jar (255 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.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 34 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-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 481 kB/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-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 794 kB/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-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 782 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/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 10 MB/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/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 496 kB/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/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 2.8 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.0 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/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 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-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 764 kB/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 844 kB/s) [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 5.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 3.1 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 22 MB/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 547 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 3.4 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 32 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 15 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 740 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 617 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 2.4 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.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 1.4 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.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 2.6 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.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 522 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 164 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 630 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 114 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 257 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 634 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 961 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 805 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 553 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 398 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 202 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 946 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 173 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 11 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 11 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 37 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 26 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.6 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 445 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.6 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.5 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.5 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.2 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 146 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 147 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 166 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 156 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 122 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 86 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 75 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 57 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 13 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 78 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 208 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 44 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 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.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 151 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 506 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 463 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 334 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 502 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 433 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 486 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 3.8 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 669 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 573 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/8.0.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 692 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 3.0 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.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 7.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 2.6 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.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.9 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 7.5 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 5.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom (7.3 kB at 726 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 2.5 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.5 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.5 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 9.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 31 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 7.0 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 36 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 2.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 60 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 8.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.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 2.1 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 105 kB/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 364 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 151 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 153 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 1.6 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.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 2.0 MB/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 567 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 1.5 MB/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 89 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 1.6 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.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 1.6 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.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 74 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 1.6 MB/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 424 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 23 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 1.4 MB/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 5.6 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 486 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 31 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 82 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 68 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 310 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 546 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 32 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 9.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 242 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 2.9 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.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 524 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 47 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 35 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 837 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 269 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 463 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom (5.4 kB at 227 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom (21 kB at 917 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/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 221 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 138 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 156 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 124 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 559 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 40 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 45 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.6 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 3.0 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.2 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 283 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 6.7 MB/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 1.8 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.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 2.3 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 872 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.8 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 183 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 34 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 78 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 22 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 523 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 948 kB/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 187 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 15 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 15 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 58 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 1.1 MB/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 788 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.5 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 2.9 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 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar (21 kB at 875 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 823 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 94 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 908 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 66 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.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.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 185 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 502 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 518 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 116 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 697 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.pom (3.4 kB at 146 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.1.0/fastinfoset-project-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.1.0/fastinfoset-project-2.1.0.pom (19 kB at 786 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.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 456 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 827 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 417 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 7.9 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 286 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 1.7 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 232 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar (167 kB at 6.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [INFO] Downloading from 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 21 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 56 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.7 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.9 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 48 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 8.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.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 348 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 313 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.6 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 437 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 1.3 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.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 753 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 177 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.3 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 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom (13 kB at 849 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom (11 kB at 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 61 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 580 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 447 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 1.5 MB/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 382 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 2.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 631 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 121 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 1.1 MB/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 1.8 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.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 288 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.6 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 442 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 151 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 707 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.0 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 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 179 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 566 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 81 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 169 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 231 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 1.6 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 402 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 41 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 1.7 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.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 752 kB/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 1.4 MB/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 9.0 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 6.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 804 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 132 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 3.5 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 655 kB/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 247 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 270 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 176 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 757 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 243 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.7 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 296 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 317 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 163 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 140 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 479 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [INFO] Downloading from 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 47 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 24 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 58 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 98 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 3.0 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 27 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 12 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 29 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 45 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 2.0 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 5.6 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 14 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 72 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 1.1 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 325 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 99 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 262 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 43 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 20 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 26 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 41 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 26 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 28 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 1.2 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 10 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 15 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 5.5 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 3.2 MB/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 13 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 17 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 28 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 38 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 79 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 584 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.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 297 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 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 27 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 540 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 3.3 MB/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 2.1 MB/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 2.2 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 307 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 650 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom (1.5 kB at 71 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 401 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 55 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 67 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 104 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 65 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 267 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 119 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 66 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 167 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/4.2.0/master-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.2.0/master-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/4.2.0/master-4.2.0.pom (14 kB at 506 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.pom (1.3 kB at 38 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 443 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 152 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom (1.4 kB at 79 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 37 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 77 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 75 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 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.pom (3.7 kB at 232 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/1.8.3/swissbox-1.8.3.pom (7.6 kB at 585 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 123 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 38 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 54 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 52 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 15 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 19 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 71 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 840 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 1000 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom (1.8 kB at 57 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 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 881 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.pom (2.6 kB at 89 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.pom (2.7 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.pom (2.5 kB at 43 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 1.1 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.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 143 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 232 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 49 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 36 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 254 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 107 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 24 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 77 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 2.0 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 706 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 1.4 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 354 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.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 443 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.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 220 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.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 64 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 781 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.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 2.4 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 376 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 822 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.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 924 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.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 32 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 575 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 548 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 999 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.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 1.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.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 512 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 912 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.6 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 320 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 389 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 2.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 248 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 43 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 405 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 5.7 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 8.8 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 878 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.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 11 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 402 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.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 251 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 486 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.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 309 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 991 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 187 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 1.1 MB/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 203 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 3.7 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 3.9 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.5 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 868 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 184 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 22 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 112 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 875 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 299 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 22 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 809 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 377 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 2.7 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 594 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 187 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 18 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 513 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.8 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 390 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom (8.2 kB at 745 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 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.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 5.0 MB/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 730 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 343 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 796 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 659 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 339 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 4.5 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 4.5 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 351 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 223 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 277 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 79 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 311 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 298 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 460 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 373 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 278 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 192 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 167 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 267 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 312 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 338 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 381 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 268 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 246 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 213 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 56 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 472 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 98 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 151 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 210 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 282 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 119 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 282 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 198 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 286 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 283 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 334 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 407 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 367 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 230 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 103 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 252 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 332 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 331 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 335 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 158 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 433 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 147 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 199 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 201 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 165 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 252 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 252 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 447 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 234 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 164 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 199 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 235 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 374 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 254 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 210 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 141 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 424 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 279 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 194 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 377 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 276 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 266 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 317 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 228 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 149 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 383 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 520 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 198 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 202 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 6.3 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 809 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 254 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 307 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 303 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 637 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 341 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 460 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 370 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 318 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 405 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 100 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 282 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 224 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 6.9 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 626 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 148 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 493 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom (2.5 kB at 192 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 459 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 68 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 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.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 174 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 293 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 266 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 258 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 332 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 245 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 381 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 901 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 316 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 314 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 204 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 973 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.0 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 1.3 MB/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 791 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 462 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 431 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 210 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 649 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 57 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.4 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 217 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 518 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 529 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 185 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 405 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 449 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 226 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 278 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 624 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 225 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 144 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 248 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 293 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 531 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 211 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 298 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 203 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 367 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 424 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 901 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 793 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 294 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 246 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 359 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 166 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 533 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom (3.9 kB at 352 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 3.9 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 130 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 175 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 273 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 398 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 414 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 264 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 223 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 125 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 180 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 174 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 250 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 214 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 332 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 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/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 363 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 381 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 383 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 631 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 642 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 450 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 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.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 87 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 358 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 531 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 258 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 184 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 249 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 396 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 442 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 214 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 208 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 94 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 336 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 5.1 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 471 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 51 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 189 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 237 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 2.1 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.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.5 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 3.4 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 973 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 791 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 248 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 540 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 13 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 669 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 83 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.9 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 147 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 223 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 108 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 352 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 125 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 187 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 139 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 207 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 125 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 208 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 357 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 255 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 263 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 158 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 360 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 3.3 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 481 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 179 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 354 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 206 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 267 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 381 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 701 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 294 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 174 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 119 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 213 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 317 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 298 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 180 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 317 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 356 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 489 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 259 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 46 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 407 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 365 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 1.3 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.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 608 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom (24 kB at 1.3 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 184 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 304 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 1.4 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.1 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 816 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 73 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 196 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 150 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 199 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 240 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.2 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 190 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 73 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 297 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 182 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 101 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 333 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 194 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 468 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 184 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 549 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 316 kB/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 729 kB/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 402 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 230 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 222 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 223 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 284 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 420 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 212 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 93 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 332 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 116 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 246 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 242 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 264 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 266 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 272 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 76 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 984 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 705 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 571 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 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 2.9 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 24 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 22 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 7.6 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 31 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 4.7 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 18 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.3 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 9.5 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 4.7 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.1 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 25 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 12 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 20 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 3.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 2.2 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 5.3 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 4.9 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.9 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.1 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 14 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 42 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 24 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 10 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 13 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 8.3 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 12 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 12 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 27 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 27 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 7.7 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 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.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 17 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 16 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 923 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 3.1 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 12 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 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/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 25 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 12 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 4.9 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 1.5 MB/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 901 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 8.6 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 251 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 6.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.2.0.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 12 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 3.6 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 902 kB/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 4.4 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.9 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.0 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.0 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 4.7 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 3.5 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.1 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 2.4 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 3.0 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 7.7 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 5.3 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.5 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 775 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 35 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 37 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 554 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.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 876 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 578 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.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.4 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 16 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 13 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 2.2 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 4.4 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.7 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 30 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 920 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 8.9 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 62 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 6.3 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 4.3 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 5.6 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 33 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 385 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 75 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 11 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.8 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 6.9 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.5 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 3.5 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 12 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 12 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 4.1 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 796 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 384 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.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 2.0 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 4.2 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.1 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 3.7 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 8.7 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 500 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.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 433 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.4 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 1.3 MB/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.6 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 19 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 32 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 71 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 76 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 5.2 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.4 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.3 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.7 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 21 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 736 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.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 416 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.8 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 244 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.2 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 2.0 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 1.3 MB/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 9.2 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.0 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 1.8 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 2.0 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 1.7 MB/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 2.7 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 2.8 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 4.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 924 kB/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 9.5 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 13 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 20 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 9.5 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 9.5 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 7.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.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 55 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 25 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 67 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 444 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.3 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.6 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 581 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 149 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 1.2 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 1.6 MB/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.1 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 466 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.8 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 867 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 332 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 147 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 188 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 218 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 349 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 110 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 1.6 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.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 142 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 263 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 53 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom (1.8 kB at 168 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/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 11 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 57 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 1.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 389 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 11 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 14 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 2.4 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 13 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 12 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.9 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 22 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 346 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 314 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 202 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 262 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 207 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 320 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 244 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 140 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 290 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 298 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 158 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 228 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 33 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 18 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 50 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 75 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 2.0 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 16 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.3 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 537 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 10 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 31 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 11 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 50 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 183 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 222 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 16 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 64 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 75 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 166 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 121 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 2.0 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 15 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 52 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 288 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 272 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 15 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 6.8 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 52 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 2.2 MB/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.1 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 1.7 MB/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 15 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 5.0 MB/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 6.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.4 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 1.4 MB/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 456 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 39 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 2.9 MB/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 11 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 2.7 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 12 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 1.0 MB/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 823 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 1.7 MB/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 385 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 13 MB/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 3.6 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 6.1 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 26 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/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 5.4 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/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar (225 kB at 8.6 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/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 8.5 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/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 284 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 22 MB/s) [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 26 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 874 kB/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 78 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 38 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-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/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 2.7 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-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-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-settings/3.0/maven-settings-3.0.jar (47 kB at 2.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-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 616 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 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.9 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/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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-util/1.7/aether-util-1.7.jar (108 kB at 3.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/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.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 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.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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-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/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/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.0 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/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 10 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/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 435 kB/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 3.9 MB/s) [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 851 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 2.2 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 742 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 3.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 10 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 665 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 45 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 846 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 1.2 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.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 3.4 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 754 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 6.1 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 795 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 193 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 215 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 142 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 1.9 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-manager/2.15.0/plexus-compiler-manager-2.15.0.jar (5.2 kB at 654 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 1.5 MB/s) [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 808 kB/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 1.6 MB/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 1.8 MB/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 2.0 MB/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 1.7 MB/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 4.5 MB/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 881 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.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 77 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 57 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/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar (8.2 kB at 2.7 MB/s) [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 20 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 29 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar (26 kB at 3.7 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 106 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 19 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 54 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 767 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/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 1.5 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 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom (21 kB at 1.9 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.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 6.5 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 186 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 232 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 163 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 154 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 119 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 151 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 77 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 394 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 55 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 968 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 102 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 140 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.7 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 252 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 226 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 345 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 876 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (77 kB at 4.1 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 803 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 707 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 671 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 295 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 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom (2.8 kB at 354 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 390 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 1.2 MB/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 226 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 257 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 78 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 208 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 544 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 89 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 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 31 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 46 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 48 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 34 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 64 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 936 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.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.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 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar (8.9 kB at 889 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar (37 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar (84 kB at 8.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar (40 kB at 2.3 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/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 3.8 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/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar (73 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/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 12 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/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 33 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 917 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-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar (68 kB at 787 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/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 803 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/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (945 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-platform/5.6.0/jna-platform-5.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar (4.3 MB at 45 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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.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/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 2.2 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/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (950 kB at 8.3 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/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.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 100 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/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar (762 kB at 5.9 MB/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.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 31 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/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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.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/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 43 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 50 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 1.9 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: 1f0cf759092beb031ccc2e5a6950f239f15b5b55 at timestamp: 1714038697760 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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,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 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,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 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,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 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,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 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,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 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,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 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,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 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,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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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 [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 [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 [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 [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 [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 [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 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 [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>) 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>) 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 [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>) 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) 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 [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 [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 [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 [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 [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 [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 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 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 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 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 [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 [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 [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 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 [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 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 [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 [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 [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 [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 [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 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 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 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 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 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 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 [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 [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) 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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 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 [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 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 [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 [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 [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 [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 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 [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 [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 [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 [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 [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 [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 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 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 [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 [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 [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 [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[462,27] createBinder(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder(java.lang.Class) in jakarta.xml.bind.JAXBContext return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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 [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 [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) 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 [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) 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 [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 [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> 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 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 [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.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 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 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 [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 [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 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 [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 [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 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 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 [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.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 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 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 [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 [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 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 [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 [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 [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 [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 [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) 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 [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 [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) 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 [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 [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 [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 [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 [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.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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 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 [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,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 [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,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 [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 [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 [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 [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) 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 [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 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 [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 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 [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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 found: jakarta.xml.bind.annotation.adapters.XmlAdapter [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 [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 [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 [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 in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 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 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 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 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 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 [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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 [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) 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 getAdapter(java.lang.Class) in jakarta.xml.bind.Marshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 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 [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 [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 [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 in class java.util.HashMap is applied to given types required: java.util.Map 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 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 [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 [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 [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 [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 [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 [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 [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 [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,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 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 [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 [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 [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 [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 [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 [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 [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 [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 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 [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 [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 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 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 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 [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 [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 [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 [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 [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 [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 [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 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 [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 [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) 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 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 [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 [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 [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 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 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 [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 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 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 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 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 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 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 [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 [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 [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,java.util.Collection found: java.util.Map,java.util.Set [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 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 [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 [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,java.util.Map 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/EntityManagerFactoryDelegate.java:[241,86] unchecked conversion required: java.util.Map 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 [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 [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 [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 [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 [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,java.util.Map 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/EntityManagerFactoryDelegate.java:[669,87] unchecked conversion required: java.util.Map 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 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 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 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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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[] 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 [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 [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 [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 [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 [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 [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 [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,java.util.Map 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 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 [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.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 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,java.util.Map 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 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 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,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 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 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 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,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 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 [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 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/EntityManagerSetupImpl.java:[1076,123] unchecked cast required: java.lang.Class 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/EntityManagerSetupImpl.java:[1120,39] found raw type: java.util.Map missing type arguments for generic class 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:[1148,33] found raw type: java.util.Map missing type arguments for generic class 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:[1222,48] found raw type: java.util.Map missing type arguments for generic class 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:[1245,34] found raw type: java.util.Map missing type arguments for generic class 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:[1311,35] found raw type: java.util.Map missing type arguments for generic class 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:[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 [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 [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 [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 [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) 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 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 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 [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 [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 [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 [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 [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 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 [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 [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 [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 [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,java.util.Map 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 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.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 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 in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor is applied to given types required: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor found: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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 [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 [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 [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 [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,java.util.Map 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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 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 [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 [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 [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 [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 [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 [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 [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 in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl is applied to given types required: java.lang.String,java.util.Map,java.util.List found: java.lang.String,java.util.Map,java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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 [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 [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 [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 [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 [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 [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 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 [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 129 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 2.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 479 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 700 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 404 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.3 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 156 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 138 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 81 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 63 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 590 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 161 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 127 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 44 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 59 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 48 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 99 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 54 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 72 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 61 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/apache/derby/derbynet/10.17.1.0/derbynet-10.17.1.0.jar (274 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbytools/10.17.1.0/derbytools-10.17.1.0.jar (254 kB at 8.2 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/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 1.5 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-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 579 kB/s) [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 849 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 809 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 13 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 521 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 3.6 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.5 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 396 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 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 2.1 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 [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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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> 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 [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 [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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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 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 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 [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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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> 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 [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 [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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 133 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 2.6 MB/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 22 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 36 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 17 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.7 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 652 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 316 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 26 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 81 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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 [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 [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 [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 [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 [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 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 [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 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> 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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 [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 714 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 3.9 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 1.4 MB/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 2.2 MB/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 2.7 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 1.6 MB/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 402 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 23 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 929 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 576 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 89 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] * [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] * [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] * [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] * [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] * [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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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> 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 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 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 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> 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 [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> 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 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 [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 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 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> 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> 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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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> 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 [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> 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 [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> 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 [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> 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 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> 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> 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: 1f0cf759092beb031ccc2e5a6950f239f15b5b55 at timestamp: 1714038860337 [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] * [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] * [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] * [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] * [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] * [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 454 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 2.4 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 165 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 226 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 7.2 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 83 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 52 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 1.9 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 668 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 9.6 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 13 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 30 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.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.4-2/zstd-jni-1.5.4-2.jar (5.8 MB at 55 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 898 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 139 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 1.4 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 1.4 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 386 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 1.3 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 3.8 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 804 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 87 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 104 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 1.7 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 4.6 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 114 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 887 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 337 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 185 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 146 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 134 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 172 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.5 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 292 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 330 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 73 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 1.1 MB/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-api/2.1.1/gmaven-adapter-api-2.1.1.jar (7.3 kB at 910 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 kB at 2.2 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-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar (16 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar (214 kB at 10 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 707 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (58 kB at 1.9 MB/s) [INFO] 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 28 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 60 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 553 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 122 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 58 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 490 kB/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 1.3 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 6.5 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 943 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-generic/1.10.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 94 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 55 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 236 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom (8.1 kB at 626 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 kB at 1.8 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 420 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-container/1.10.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 295 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 281 kB/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 119 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-module/1.10.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 275 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 130 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 128 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 90 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 69 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 172 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 44 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 225 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 598 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom (670 B at 35 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 616 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 208 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 119 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 247 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 36 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 47 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/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar (80 kB at 6.1 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 9.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.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/org/codehaus/cargo/cargo-core-api-generic/1.10.12/cargo-core-api-generic-1.10.12.jar (38 kB at 1.6 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/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar (1.4 MB at 55 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 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.12/cargo-core-api-module-1.10.12.jar (165 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-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/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar (224 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.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 645 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/org/codehaus/cargo/cargo-licensed-dtds/1.10.12/cargo-licensed-dtds-1.10.12.jar (148 kB at 3.1 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/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (1.9 MB at 37 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-documentation/1.10.12/cargo-documentation-1.10.12.jar (228 kB at 3.9 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-daemon-client/1.10.12/cargo-daemon-client-1.10.12.jar (14 kB at 224 kB/s) [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 4.6 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 332 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.12/cargo-core-api-util-1.10.12.jar (41 kB at 513 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 1.3 MB/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 456 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 31 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 565 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 64 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 2.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 578 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 175 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 887 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 1.0 MB/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.3 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.2 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 603 kB/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 161 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 1.2 MB/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 852 kB/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 892 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom (2.0 kB at 88 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 141 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 930 kB/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 1.3 MB/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 485 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 2.8 MB/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 7.8 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 4.9 MB/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 623 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 1.0 MB/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 561 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 77 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 657 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 723 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 4.1 MB/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/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.jar (26 kB at 2.3 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/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 4.6 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 9.4 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/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.jar (333 kB at 22 MB/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 3.2 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/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.jar (130 kB at 5.9 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/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.jar (286 kB at 12 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/jheaps/jheaps/0.11/jheaps-0.11.jar (134 kB at 4.9 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/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar (1.1 MB at 30 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.4 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 2.0 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/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/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar (65 kB at 760 kB/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.3 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 20 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 5.8 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] addSubclassSubgraph(java.lang.Class) 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 [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 [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 [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(557059418)--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(557059418)--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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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

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

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

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

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

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

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

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

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 280 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 4.6 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 56 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 253 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 3.3 MB/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 3.4 MB/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 544 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 92 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 141 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 254 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 32 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 154 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 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.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 33 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 847 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 340 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 1.7 MB/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 144 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 49 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 545 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 740 kB/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 446 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 36 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 75 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 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.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 638 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 38 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 1.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 1.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 4.9 MB/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 13 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 2.6 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 3.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 3.1 MB/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 152 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 743 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 233 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 63 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 64 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 156 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 645 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 5.3 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 653 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 431 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 1.6 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 682 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 18 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 439 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 363 kB/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 80 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/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 707 kB/s) [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 8.2 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/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.jar (43 kB at 1.6 MB/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 13 MB/s) [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 1.4 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 3.6 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:22 min] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 27.930 s] [INFO] EclipseLink Core ................................... SUCCESS [ 48.980 s] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 2.454 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 4.497 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 6.324 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 2.384 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 15.293 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 12.845 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 2.957 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 3.124 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 4.484 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 5.581 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 9.221 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 9.823 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 2.930 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 4.514 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 2.236 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 4.660 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 9.071 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 4.951 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 2.029 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 5.429 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.498 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 1.273 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 52.631 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 3.672 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 6.751 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 8.130 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 12.284 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 2.224 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 4.854 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 11.547 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 5.086 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 1.405 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 2.483 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 2.238 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 1.414 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 2.130 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 5.633 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 2.253 s] [INFO] Persistence TestApps ............................... SUCCESS [ 2.487 s] [INFO] Test - advanced .................................... SUCCESS [ 3.899 s] [INFO] Test - advanced2 ................................... SUCCESS [ 2.176 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 1.579 s] [INFO] Test - cacheable ................................... SUCCESS [ 1.876 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 1.742 s] [INFO] Test - metamodel ................................... SUCCESS [ 2.502 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 1.812 s] [INFO] Test - advanced.cacheimpl .......................... SUCCESS [ 1.662 s] [INFO] Test - advanced.cascadepersist ..................... SUCCESS [ 1.633 s] [INFO] Test - advanced.compositepk ........................ SUCCESS [ 1.852 s] [INFO] Test - advanced.derivedid .......................... SUCCESS [ 1.891 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 1.570 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 1.565 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 1.771 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 1.622 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 1.594 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 1.610 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 1.679 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 1.732 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 1.362 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 1.313 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 1.346 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 1.946 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 2.852 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 2.471 s] [INFO] Test - criteria .................................... SUCCESS [ 2.102 s] [INFO] Test - datatypes ................................... SUCCESS [ 1.790 s] [INFO] Test - datetime .................................... SUCCESS [ 1.713 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 1.803 s] [INFO] Test - lob ......................................... SUCCESS [ 1.818 s] [INFO] Test - delimited ................................... SUCCESS [ 1.670 s] [INFO] Test - diagnostic .................................. SUCCESS [ 1.617 s] [INFO] Test - extensibility ............................... SUCCESS [ 1.603 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 1.942 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 2.498 s] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 1.722 s] [INFO] Test - identity .................................... SUCCESS [ 1.513 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 1.550 s] [INFO] Test - relationships ............................... SUCCESS [ 1.793 s] [INFO] Test - jpql ........................................ SUCCESS [ 2.067 s] [INFO] Test - jta ......................................... SUCCESS [ 1.538 s] [INFO] Test - performance ................................. SUCCESS [ 2.180 s] [INFO] Test - memory ...................................... SUCCESS [ 1.561 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 6.683 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 1.667 s] [INFO] Test - partitioned ................................. SUCCESS [ 1.868 s] [INFO] Test - performance2 ................................ SUCCESS [ 1.643 s] [INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [ 2.306 s] [INFO] Test - privateowned ................................ SUCCESS [ 1.566 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 1.542 s] [INFO] Test - remote ...................................... SUCCESS [ 1.597 s] [INFO] Test - sessionbean ................................. SUCCESS [ 1.594 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 1.657 s] [INFO] Test - validation .................................. SUCCESS [ 1.558 s] [INFO] Test - weaving ..................................... SUCCESS [ 1.184 s] [INFO] Test - xml.composite.advanced.common ............... SUCCESS [ 1.576 s] [INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [ 1.401 s] [INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [ 1.340 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 1.326 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 1.765 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 2.097 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 1.697 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 1.538 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 1.805 s] [INFO] Test - xml.extended.complexaggregate ............... SUCCESS [ 1.620 s] [INFO] Test - xml.inheritance ............................. SUCCESS [ 1.956 s] [INFO] Test - xml.extended.inheritance .................... SUCCESS [ 1.478 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 1.826 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 1.515 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 1.301 s] [INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [ 1.423 s] [INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [ 1.356 s] [INFO] Test - xml.extended.composite.advanced ............. SUCCESS [ 1.551 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 1.794 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 1.563 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 1.581 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 1.602 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 1.590 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 1.604 s] [INFO] Test - xml.inherited ............................... SUCCESS [ 1.644 s] [INFO] Test - xml.metadatacomplete ........................ SUCCESS [ 1.535 s] [INFO] Test - xml.relationships.unidirectional ............ SUCCESS [ 1.616 s] [INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [ 1.590 s] [INFO] Test - nativeapi ................................... SUCCESS [ 1.621 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.718 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 5.095 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 0.902 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 1.810 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 1.740 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 1.678 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 1.873 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 1.849 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 1.754 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:44 min [INFO] Finished at: 2024-04-25T09:59:15Z [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 148 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 3.9 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 269 kB/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.8 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 6.1 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 247 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 187 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 294 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 1.4 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.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 388 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 148 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 776 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 1.7 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.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 829 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 3.4 MB/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 2.0 MB/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 1.3 MB/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 466 kB/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 2.0 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 796 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 1.3 MB/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 929 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 1.2 MB/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 166 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 1.0 MB/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 333 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 492 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 151 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 2.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 1.2 MB/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 2.7 MB/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 1.4 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.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 262 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 192 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 55 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 1.8 MB/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 2.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.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 1.3 MB/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 1.8 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.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 2.3 MB/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 2.1 MB/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 1.4 MB/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 2.1 MB/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 926 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 2.1 MB/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 158 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 841 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.7 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 110 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 68 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 512 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 974 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 393 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 879 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 226 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 520 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 22 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 433 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 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.pom (10 kB at 1.1 MB/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 2.1 MB/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 489 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 118 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 30 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 15 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/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar (335 kB at 8.6 MB/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/apache/logging/log4j/log4j-to-slf4j/2.22.1/log4j-to-slf4j-2.22.1.jar (23 kB at 564 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/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (4.7 kB at 79 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/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar (16 kB at 271 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/slf4j/jcl-over-slf4j/2.0.12/jcl-over-slf4j-2.0.12.jar (18 kB at 318 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.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 227 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.3 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/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 382 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 7.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/logging/log4j/log4j-core/2.22.0/log4j-core-2.22.0.jar (1.9 MB at 19 MB/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 706 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.18/groovy-groovydoc-4.0.18.jar (144 kB at 1.2 MB/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-docgenerator/4.0.18/groovy-docgenerator-4.0.18.jar (114 kB at 881 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-dateutil/4.0.18/groovy-dateutil-4.0.18.jar (7.9 kB at 60 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 855 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 588 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/groovy/groovy-xml/4.0.18/groovy-xml-4.0.18.jar (213 kB at 1.2 MB/s) [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 1.0 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] 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/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar (17 kB at 80 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/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 769 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar (229 kB at 861 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.8/javaparser-core-3.25.8.jar (1.4 MB at 5.3 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.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 11 MB/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/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 740 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.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 27 MB/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 80 kB/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 152 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 314 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 669 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 633 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 1.4 MB/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 25 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 [ 2.702 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 25.835 s] [INFO] EclipseLink Core ................................... SUCCESS [01:39 min] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 3.445 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 8.495 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 16.282 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 4.311 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 20.516 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 31.798 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 5.114 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 6.803 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 10.557 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 2.930 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 0.010 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 7.261 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 3.946 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 8.067 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 2.968 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 8.784 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 15.291 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 12.169 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 3.598 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 8.347 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.003 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.008 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 0.023 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 0.070 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 0.004 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 0.533 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 0.049 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 0.034 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 0.003 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 0.048 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 0.032 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 0.028 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 0.007 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 0.008 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 0.006 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 0.010 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 0.008 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 3.666 s] [INFO] Persistence TestApps ............................... SUCCESS [ 0.007 s] [INFO] Test - advanced .................................... SUCCESS [ 0.007 s] [INFO] Test - advanced2 ................................... SUCCESS [ 0.006 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 0.005 s] [INFO] Test - cacheable ................................... SUCCESS [ 0.007 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 0.006 s] [INFO] Test - metamodel ................................... SUCCESS [ 0.005 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 0.006 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.007 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 0.006 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 0.006 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 0.006 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 0.006 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 0.007 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 0.005 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 0.006 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 0.006 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 0.006 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 0.007 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 0.007 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 0.008 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 0.006 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 0.006 s] [INFO] Test - criteria .................................... SUCCESS [ 0.008 s] [INFO] Test - datatypes ................................... SUCCESS [ 0.006 s] [INFO] Test - datetime .................................... SUCCESS [ 0.006 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 0.006 s] [INFO] Test - lob ......................................... SUCCESS [ 0.006 s] [INFO] Test - delimited ................................... SUCCESS [ 0.008 s] [INFO] Test - diagnostic .................................. SUCCESS [ 0.006 s] [INFO] Test - extensibility ............................... SUCCESS [ 0.005 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 0.007 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 0.006 s] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 0.007 s] [INFO] Test - identity .................................... SUCCESS [ 0.006 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 0.006 s] [INFO] Test - relationships ............................... SUCCESS [ 0.006 s] [INFO] Test - jpql ........................................ SUCCESS [ 0.010 s] [INFO] Test - jta ......................................... SUCCESS [ 0.006 s] [INFO] Test - performance ................................. SUCCESS [ 0.006 s] [INFO] Test - memory ...................................... SUCCESS [ 0.007 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 0.008 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 0.006 s] [INFO] Test - partitioned ................................. SUCCESS [ 0.005 s] [INFO] Test - performance2 ................................ SUCCESS [ 0.006 s] [INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [ 0.005 s] [INFO] Test - privateowned ................................ SUCCESS [ 0.006 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 0.006 s] [INFO] Test - remote ...................................... SUCCESS [ 0.007 s] [INFO] Test - sessionbean ................................. SUCCESS [ 0.005 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 0.006 s] [INFO] Test - validation .................................. SUCCESS [ 0.005 s] [INFO] Test - weaving ..................................... SUCCESS [ 0.005 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.006 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 0.006 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 0.008 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 0.006 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 0.006 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 0.006 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 0.005 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.007 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 0.005 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 0.007 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 0.005 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.008 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 0.005 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 0.005 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 0.005 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 0.004 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 0.018 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 0.009 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.005 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.005 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 0.015 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 0.016 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 0.009 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 0.006 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 0.008 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 0.007 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 0.006 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 0.007 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:15 min [INFO] Finished at: 2024-04-25T10:04:33Z [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 31 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 186 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 782 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 198 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 352 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.3 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 4.3 MB/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 731 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 372 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.83 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: 1f0cf759092beb031ccc2e5a6950f239f15b5b55 at timestamp: 1714039516872 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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,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 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,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 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,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 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,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 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,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 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,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 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,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 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,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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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 [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 [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 [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 [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 [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 [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 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 [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>) 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>) 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 [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>) 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) 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 [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 [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 [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 [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 [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 [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 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 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 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 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 [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 [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 [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 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 [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 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 [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 [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 [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 [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 [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 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 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 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 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 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 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 [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 [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) 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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.v202404251004): 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.564 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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 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 [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 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 [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 [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 [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 [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 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 [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 [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 [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 [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 [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 [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 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 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 [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 [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 [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 [WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[462,27] createBinder(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder(java.lang.Class) in jakarta.xml.bind.JAXBContext return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 [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 [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 [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 [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 [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 [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 [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) 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 [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 [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) 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 [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) 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 [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 [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> 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 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 [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.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 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 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 [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 [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 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 [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 [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 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 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 [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.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 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 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 [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 [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 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 [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 [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 [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 [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 [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) 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 [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 [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) 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 [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 [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 [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 [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 [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.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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 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 [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,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 [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,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 [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 [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 [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 [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) 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 [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 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 [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 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 [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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 found: jakarta.xml.bind.annotation.adapters.XmlAdapter [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 [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 [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 [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 in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper is applied to given types required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 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 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 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 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 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 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 [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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 [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) 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 getAdapter(java.lang.Class) in jakarta.xml.bind.Marshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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.689 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 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 [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 [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 [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 in class java.util.HashMap is applied to given types required: java.util.Map 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 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 [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 [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 [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 [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 [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 [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 [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 [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,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 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 [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 [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 [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 [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 [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 [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 [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 [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 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 [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 [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 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 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 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 [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 [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 [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 [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 [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 [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 [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 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 [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 [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) 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 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 [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 [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 [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 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 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 [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 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 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 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 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 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 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 [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 [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 [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,java.util.Collection found: java.util.Map,java.util.Set [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 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 [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 [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,java.util.Map 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/EntityManagerFactoryDelegate.java:[241,86] unchecked conversion required: java.util.Map 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 [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 [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 [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 [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 [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,java.util.Map 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/EntityManagerFactoryDelegate.java:[669,87] unchecked conversion required: java.util.Map 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 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 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 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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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[] 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 [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 [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 [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 [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 [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 [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 [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,java.util.Map 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 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 [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.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 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,java.util.Map 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 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 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,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 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 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 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,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 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 [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 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/EntityManagerSetupImpl.java:[1076,123] unchecked cast required: java.lang.Class 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/EntityManagerSetupImpl.java:[1120,39] found raw type: java.util.Map missing type arguments for generic class 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:[1148,33] found raw type: java.util.Map missing type arguments for generic class 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:[1222,48] found raw type: java.util.Map missing type arguments for generic class 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:[1245,34] found raw type: java.util.Map missing type arguments for generic class 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:[1311,35] found raw type: java.util.Map missing type arguments for generic class 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:[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 [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 [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 [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 [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) 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 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 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 [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 [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 [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 [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 [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 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 [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 [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 [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 [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,java.util.Map 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 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.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 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 in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor is applied to given types required: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor found: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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 [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 [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 [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 [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,java.util.Map 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 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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 52 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 104 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 160 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 71 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.2 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/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 425 kB/s) [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 6.3 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 6.1 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 2.8 MB/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 337 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 9.2 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.242 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 [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 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 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 [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 [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 [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 [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 [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 [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 [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 in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl is applied to given types required: java.lang.String,java.util.Map,java.util.List found: java.lang.String,java.util.Map,java.util.List [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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.25 10:06:09.800--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: 2024.04.25 10:06:09.803--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST Note: [EL Info]: processor: 2024.04.25 10:06:09.803--Thread(Thread[#1,main,5,main])--Creating non-static metadata factory ... Note: [EL Fine]: processor: 2024.04.25 10:06:09.804--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample Note: [EL Finest]: processor: 2024.04.25 10:06:09.804--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample Note: [EL Fine]: processor: 2024.04.25 10:06:09.804--Thread(Thread[#1,main,5,main])--Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: 2024.04.25 10:06:09.804--Thread(Thread[#1,main,5,main])--Visiting class: java.lang.Object Note: [EL Fine]: moxy: 2024.04.25 10:06:09.805--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@28486680 Note: [EL Fine]: moxy: 2024.04.25 10:06:09.810--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.25 10:06:09.810--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024.04.25 10:06:09.811--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.25 10:06:09.811--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.25 10:06:09.812--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.25 10:06:09.812--Thread(Thread[#1,main,5,main])--Generating class: org.Sample Note: [EL Fine]: processor: 2024.04.25 10:06:09.825--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: 2024.04.25 10:06:09.825--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample_ Note: [EL Fine]: processor: 2024.04.25 10:06:09.826--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.EntityType Note: [EL Finest]: processor: 2024.04.25 10:06:09.826--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.EntityType Note: [EL Fine]: processor: 2024.04.25 10:06:09.826--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.IdentifiableType Note: [EL Finest]: processor: 2024.04.25 10:06:09.826--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.IdentifiableType Note: [EL Fine]: processor: 2024.04.25 10:06:09.827--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.ManagedType Note: [EL Finest]: processor: 2024.04.25 10:06:09.827--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.ManagedType Note: [EL Fine]: processor: 2024.04.25 10:06:09.827--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.Type Note: [EL Finest]: processor: 2024.04.25 10:06:09.827--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.Type Note: [EL Fine]: processor: 2024.04.25 10:06:09.827--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.Bindable Note: [EL Finest]: processor: 2024.04.25 10:06:09.827--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.Bindable Note: [EL Fine]: moxy: 2024.04.25 10:06:09.828--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@779de014 Note: [EL Fine]: moxy: 2024.04.25 10:06:09.830--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.25 10:06:09.830--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024.04.25 10:06:09.830--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.832 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.25 10:06:12.139--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: 2024.04.25 10:06:12.142--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST Note: [EL Info]: processor: 2024.04.25 10:06:12.143--Thread(Thread[#1,main,5,main])--Creating non-static metadata factory ... Note: [EL Fine]: processor: 2024.04.25 10:06:12.143--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample Note: [EL Finest]: processor: 2024.04.25 10:06:12.143--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample Note: [EL Fine]: processor: 2024.04.25 10:06:12.143--Thread(Thread[#1,main,5,main])--Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: 2024.04.25 10:06:12.143--Thread(Thread[#1,main,5,main])--Visiting class: java.lang.Object Note: [EL Fine]: moxy: 2024.04.25 10:06:12.144--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@22101c80 Note: [EL Fine]: moxy: 2024.04.25 10:06:12.149--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.25 10:06:12.149--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024.04.25 10:06:12.149--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.25 10:06:12.150--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.25 10:06:12.150--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.25 10:06:12.150--Thread(Thread[#1,main,5,main])--Generating class: org.Sample Note: [EL Fine]: processor: 2024.04.25 10:06:12.162--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: 2024.04.25 10:06:12.162--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample_ Note: [EL Fine]: processor: 2024.04.25 10:06:12.163--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.EntityType Note: [EL Finest]: processor: 2024.04.25 10:06:12.163--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.EntityType Note: [EL Fine]: processor: 2024.04.25 10:06:12.163--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.IdentifiableType Note: [EL Finest]: processor: 2024.04.25 10:06:12.163--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.IdentifiableType Note: [EL Fine]: processor: 2024.04.25 10:06:12.163--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.ManagedType Note: [EL Finest]: processor: 2024.04.25 10:06:12.163--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.ManagedType Note: [EL Fine]: processor: 2024.04.25 10:06:12.164--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.Type Note: [EL Finest]: processor: 2024.04.25 10:06:12.164--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.Type Note: [EL Fine]: processor: 2024.04.25 10:06:12.164--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.Bindable Note: [EL Finest]: processor: 2024.04.25 10:06:12.164--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.Bindable Note: [EL Fine]: moxy: 2024.04.25 10:06:12.165--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@a0a9fa5 Note: [EL Fine]: moxy: 2024.04.25 10:06:12.166--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.25 10:06:12.167--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024.04.25 10:06:12.167--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.760 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 [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 [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 [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 [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 [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 [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 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 [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 ... Thu Apr 25 10:06:17 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:06: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] --- 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 25, 2024 10:06:18 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 25, 2024 10:06:19 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.v202404251004 Apr 25, 2024 10:06:19 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 25, 2024 10:06:20 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 25, 2024 10:06:20 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.v202404251004 Apr 25, 2024 10:06:21 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 25, 2024 10:06:21 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 25, 2024 10:06:21 AM org.eclipse.persistence.default WARNING: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. Apr 25, 2024 10:06:21 AM org.eclipse.persistence.default WARNING: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. Apr 25, 2024 10:06:21 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 25, 2024 10:06:21 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction INFO: Test Auction Description0.01Test Auctionfalse0.0 Apr 25, 2024 10:06:21 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO: 100.020 Apr 25, 2024 10:06:21 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO:

22Brahms0 [EL Info]: 2024.04.25 10:06:21.560--ServerSession(673412242)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: moxy: 2024.04.25 10:06:21.605--MOXy 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 25, 2024 10:06:21 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 25, 2024 10:06:21 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml INFO: 1Basket1 [EL Warning]: moxy: 2024.04.25 10:06:21.671--MOXy 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.25 10:06:21.677--Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [EL Warning]: 2024.04.25 10:06:21.678--Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [EL Warning]: moxy: 2024.04.25 10:06:21.745--MOXy 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 25, 2024 10:06:21 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction INFO: Test Auction Description0.01Test Auctionfalse0.0 Apr 25, 2024 10:06:21 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO: 100.020 Apr 25, 2024 10:06:21 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO:
22Brahms0
[EL Warning]: moxy: 2024.04.25 10:06:21.851--MOXy 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 25, 2024 10:06:21 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 25, 2024 10:06:21 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml INFO: 1Basket1 [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.381 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. Thu Apr 25 10:06: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] --- 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.059 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.25 10:06:30.891--ServerSession(932285561)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: query: 2024.04.25 10:06:30.986--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.v202404251004): 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.25 10:06:31.004--ClientSession(883151184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:31.004--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.v202404251004): 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.25 10:06:31.007--ServerSession(447718425)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: query: 2024.04.25 10:06:31.008--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.v202404251004): 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.25 10:06:31.009--ServerSession(447718425)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2024.04.25 10:06:31.009--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.v202404251004): 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.25 10:06:36.010--ServerSession(447718425)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2024.04.25 10:06:36.010--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.v202404251004): 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.25 10:06:41.011--ServerSession(447718425)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Warning]: 2024.04.25 10:06:41.011--ClientSession(1427646530)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 s -- in org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [EL Info]: 2024.04.25 10:06:41.015--DatabaseSessionImpl(1448525331)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: query: 2024.04.25 10:06:41.017--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.v202404251004): 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.007 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.003 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.008 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.001 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.005 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.051 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.021 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.25 10:06:43.893--Exception [EclipseLink-63001] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:44.001--Exception [EclipseLink-63002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.125 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.073 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.052 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.012 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.067 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.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-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 ... Thu Apr 25 10:06:47 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:06: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] --- 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.25 10:06:48.877--DatabaseSessionImpl(1413378318)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:06:49.176--DatabaseSessionImpl(1413378318)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 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.25 10:06:49.889--DatabaseSessionImpl(1843289228)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:06:50.680--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:50.708--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:50.713--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:50.716--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:50.718--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:50.721--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:50.723--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:50.726--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.100--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.106--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.111--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.116--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.121--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.125--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.130--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.142--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.146--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.151--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.155--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.160--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.165--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.169--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.173--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.179--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.184--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.188--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.193--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.198--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.202--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.207--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.211--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.215--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.221--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.287--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.292--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.296--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:51.577--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.105--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.106--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.321--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.323--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.325--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.326--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.327--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.328--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.332--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.335--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.338--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.341--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.673--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.679--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.682--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.686--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.690--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.694--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.757--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.762--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.766--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.820--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.863--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.868--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.873--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.878--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.882--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.886--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.890--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.893--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.896--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.898--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:52.901--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.191--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.195--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.199--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.202--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.205--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.208--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.211--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.215--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.218--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.221--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.224--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.226--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.229--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.232--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.235--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.238--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.242--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.443--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.449--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.485--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.491--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.495--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.498--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.501--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.503--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.505--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.530--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:53.536--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2024.04.25 10:06:54.355--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.04.25 10:06:54.365--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:54.366--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.04.25 10:06:54.367--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:54.367--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:54.368--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:54.368--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.v202404251004): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be done on Oracle [EL Warning]: 2024.04.25 10:06:55.222--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.477 sec Running QueryFrameworkTestSuite [EL Info]: 2024.04.25 10:06:55.454--ServerSession(724190002)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:06:55.467--ServerSession(96358826)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support FOR UPDATE [EL Info]: 2024.04.25 10:06:55.633--ServerSession(1545982161)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:06:55.643--ServerSession(2017833498)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.v202404251004): 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.v202404251004): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support FOR UPDATE [EL Warning]: 2024.04.25 10:06:55.740--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2024.04.25 10:06:55.741--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2024.04.25 10:06:55.743--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:55.897--ServerSession(196161345)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:06:55.916--ClientSession(1744486549)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:55.919--ServerSession(1619092337)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:06:55.971--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:56.146--ServerSession(268961738)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:06:56.154--ServerSession(344500321)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:06:56.161--ServerSession(2010176442)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:06:56.169--ServerSession(997919575)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:06:56.181--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:56.228--DatabaseSessionImpl(449611579)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:06:56.337--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:56.365--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.112 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 sec Running Event Hook Test Suite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec [EL Info]: 2024.04.25 10:06:56.589--DatabaseSessionImpl(1122885157)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:06:56.631--DatabaseSessionImpl(1122885157)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000082-9d4f01c8-018f-14b8-d0b4-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.25 10:06:56.636--DatabaseSessionImpl(1122885157)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000081-d9c801c0-018f-14b8-d0b4-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.084 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 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.003 sec [EL Info]: 2024.04.25 10:06:57.119--DatabaseSessionImpl(1303734497)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:06:57.176--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.341--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000302-8de2dad3-018f-14b8-d0b4-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.25 10:06:57.346--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000301-56f89acc-018f-14b8-d0b4-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.25 10:06:57.522--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000197-535f8a94-018f-14b8-d0b4-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.25 10:06:57.522--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000197-535f8a94-018f-14b8-d0b4-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.25 10:06:57.917--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.921--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.924--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.927--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.929--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.932--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.934--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.937--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.939--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:57.968--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:58.519--UnitOfWork(196316233)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 112 [EL Warning]: 2024.04.25 10:06:58.598--UnitOfWork(2145438304)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:58.599--UnitOfWork(758606030)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 382 Hyde Park, Victoria, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [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.25 10:06:58.610--UnitOfWork(801954191)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Jill May] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 110 [EL Warning]: 2024.04.25 10:06:58.657--UnitOfWork(1223873821)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 112 [EL Warning]: 2024.04.25 10:06:58.823--UnitOfWork(287985825)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:59.033--UnitOfWork(2126608090)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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-14b8-d0b4-fffff55e0b78' defined on 'U_EMP'. Error Code: 20000 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024.04.25 10:06:59.086--UnitOfWork(1197641827)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:06:59.127--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024.04.25 10:06:59.146--UnitOfWork(1217162392)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202404251004): 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()) [1,762,409,247], 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.883 sec [EL Info]: 2024.04.25 10:06:59.159--DatabaseSessionImpl(29401411)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:06:59.275--DatabaseSessionImpl(317443574)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:06:59.310--DatabaseSessionImpl(317443574)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000333-9dea5f72-018f-14b8-d0b4-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.25 10:06:59.313--DatabaseSessionImpl(317443574)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000332-7ee9df6b-018f-14b8-d0b4-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.039 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 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.25 10:06:59.651--DatabaseSessionImpl(118130260)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Running AggregateReadObjectTestSuite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 sec Running AggregateUpdateObjectTestSuite Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec Running AggregateReadAllTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running AggregateDeleteObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec Running AggregateInsertObjectTestSuite [EL Warning]: 2024.04.25 10:07:00.361--UnitOfWork(1000179138)--Exception [EclipseLink-68] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@54632794] 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.081 sec Running AggregateUnitOfWorkTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec Running AggregateUnitOfWorkCommitResumeTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running AggregateCheckForNullUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running AggregateMergingUnitOfWorkTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running AggregateDescriptorPropertiesTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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.058 sec Running AggregateInheritanceTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [EL Info]: 2024.04.25 10:07:00.714--DatabaseSessionImpl(461481113)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:07:00.756--DatabaseSessionImpl(461481113)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.057 sec Running InheritanceReadAllTestSuite Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running InheritanceDeleteObjectTestSuite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec Running InheritanceInsertObjectTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec Running InheritanceUpdateObjectTestSuite Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec Running InheritanceUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec Running InheritanceUnitOfWorkCommitResumeTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec Running Deep Inheritance Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec Running TranslatedKeyInheritance Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running SingleInheritanceTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [EL Info]: 2024.04.25 10:07:01.695--DatabaseSessionImpl(1857054311)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Running XML Schema tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec [EL Info]: 2024.04.25 10:07:01.756--DatabaseSessionImpl(1406193485)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:07:01.758--DatabaseSessionImpl(1013745658)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 696, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.02 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. Thu Apr 25 10:07:02 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 [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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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> 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 [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 [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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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 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 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 [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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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> 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 [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 [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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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.util.Map,org.eclipse.persistence.queries.ObjectLevelReadQuery found: java.lang.Object,java.util.Map,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery [WARNING] /home/jenkins/agent/workspace/eclipselink-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 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 [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 ... Thu Apr 25 10:07:09 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:07:09 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.25 10:07:10.520--DatabaseSessionImpl(1370651081)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:07:10.779--DatabaseSessionImpl(1370651081)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [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.25 10:07:11.483--DatabaseSessionImpl(2007331442)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Running Validation Security Tests Apr 25, 2024 10:07:12 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup INFO: JDK is 21 and higher. Test was not executed! Apr 25, 2024 10:07:12 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test INFO: JDK is 21 and higher. Test was not executed! Apr 25, 2024 10:07:12 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest verify INFO: JDK is 21 and higher. Test was not executed! Apr 25, 2024 10:07:12 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup INFO: JDK is 21 and higher. Test was not executed! Apr 25, 2024 10:07:12 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test INFO: JDK is 21 and higher. Test was not executed! Apr 25, 2024 10:07:12 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest verify INFO: JDK is 21 and higher. Test was not executed! Apr 25, 2024 10:07:12 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup INFO: JDK is 21 and higher. Test was not executed! Apr 25, 2024 10:07:12 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test INFO: JDK is 21 and higher. Test was not executed! Apr 25, 2024 10:07:12 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.25 10:07:12.227--DatabaseSessionImpl(1557989809)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.908 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. Thu Apr 25 10:07: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] --- 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:07:13.624 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.mcast_group_addr to default value /239.8.8.8 10:07:13.628 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.bind_addr to default value /10.40.68.167 10:07:13.666 [main] DEBUG org.jgroups.protocols.UDP -- thread pool min/max/keep-alive (ms): 0/200/30000 10:07:13.669 [main] DEBUG org.jgroups.stack.Configurator -- set property org.jgroups.stack.DiagnosticsHandler@14bdbc74.mcast_addr to default value /224.0.75.75 10:07:13.681 [main] INFO org.jgroups.JChannel -- local_addr: 3526fe8e-b770-4fc9-b719-56ab681eecbd, name: el-master-agent-pod-b6fc7-6qbtc-56935 10:07:13.682 [main] DEBUG org.jgroups.protocols.UDP -- sockets will use interface 10.40.68.167 10:07:13.685 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0 10:07:13.686 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0 10:07:13.687 [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:07:13.687 [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:07:13.687 [main] DEBUG org.jgroups.protocols.UDP -- socket information: mcast_addr=239.8.8.8:45588, bind_addr=/10.40.68.167, ttl=8 sock: bound to 10.40.68.167:58415, 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.68.167: using network interface 'eth0' to any (ephemeral) port 10:07:13.697 [main] INFO org.jgroups.protocols.FD_SOCK2 -- server listening on *.58515 ------------------------------------------------------------------- GMS: address=el-master-agent-pod-b6fc7-6qbtc-56935, cluster=ChatCluster, physical address=10.40.68.167:58415 ------------------------------------------------------------------- 10:07:14.703 [main] INFO org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-b6fc7-6qbtc-56935: no members discovered after 1003 ms: creating cluster as coordinator 10:07:14.705 [main] DEBUG org.jgroups.protocols.pbcast.NAKACK2 -- [el-master-agent-pod-b6fc7-6qbtc-56935 setDigest()] existing digest: [] new digest: el-master-agent-pod-b6fc7-6qbtc-56935: [0 (0)] resulting digest: el-master-agent-pod-b6fc7-6qbtc-56935: [0 (0)] 10:07:14.706 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-b6fc7-6qbtc-56935: installing view [el-master-agent-pod-b6fc7-6qbtc-56935|0] (1) [el-master-agent-pod-b6fc7-6qbtc-56935] (el-master-agent-pod-b6fc7-6qbtc-56935 joined) 10:07:14.707 [main] DEBUG org.jgroups.protocols.pbcast.STABLE -- el-master-agent-pod-b6fc7-6qbtc-56935: resuming message garbage collection 10:07:14.713 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-56935: installing view [el-master-agent-pod-b6fc7-6qbtc-56935|0] (1) [el-master-agent-pod-b6fc7-6qbtc-56935] 10:07:14.713 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-56935: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up 10:07:14.726 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-b6fc7-6qbtc-56935: created cluster (first member). My view is [el-master-agent-pod-b6fc7-6qbtc-56935|0], impl is CoordGmsImpl 10:07:14.735 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-56935: flush coordinator is starting FLUSH with participants [el-master-agent-pod-b6fc7-6qbtc-56935] 10:07:14.738 [jgroups-9,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-56935] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-56935: received START_FLUSH, responded with FLUSH_COMPLETED to el-master-agent-pod-b6fc7-6qbtc-56935 10:07:14.743 [jgroups-10,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-56935] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-56935: FLUSH_COMPLETED from el-master-agent-pod-b6fc7-6qbtc-56935, completed true, flushMembers [el-master-agent-pod-b6fc7-6qbtc-56935], flushCompleted [el-master-agent-pod-b6fc7-6qbtc-56935] 10:07:14.743 [jgroups-10,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-56935] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-56935: all FLUSH_COMPLETED received 10:07:14.743 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-56935: received RESUME, sending STOP_FLUSH to all 10:07:14.744 [jgroups-10,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-56935] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-56935: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up 10:07:14.847 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-b6fc7-6qbtc-56935: closing sockets and stopping threads 10:07:14.848 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-b6fc7-6qbtc-56935: multicast socket closed 10:07:14.848 [mcast-receiver-8,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-56935] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-b6fc7-6qbtc-56935: receiver socket is closed, exception=Socket closed 10:07:14.848 [ucast-receiver-7,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-56935] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-b6fc7-6qbtc-56935: receiver socket is closed, exception=Socket closed 10:07:14.848 [mcast-receiver-8,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-56935] DEBUG org.jgroups.protocols.UDP -- mcast-receiver thread terminated 10:07:14.848 [ucast-receiver-7,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-56935] DEBUG org.jgroups.protocols.UDP -- ucast-receiver thread terminated 10:07:14.857 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.mcast_group_addr to default value /239.8.8.8 10:07:14.857 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.bind_addr to default value /10.40.68.167 10:07:14.861 [main] DEBUG org.jgroups.protocols.UDP -- thread pool min/max/keep-alive (ms): 0/200/30000 10:07:14.862 [main] DEBUG org.jgroups.stack.Configurator -- set property org.jgroups.stack.DiagnosticsHandler@37fb0bed.mcast_addr to default value /224.0.75.75 10:07:14.862 [main] INFO org.jgroups.JChannel -- local_addr: cb71b266-0f35-4a94-89f6-2df5a159b5b2, name: el-master-agent-pod-b6fc7-6qbtc-47965 10:07:14.862 [main] DEBUG org.jgroups.protocols.UDP -- sockets will use interface 10.40.68.167 10:07:14.863 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0 10:07:14.863 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0 10:07:14.864 [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:07:14.864 [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:07:14.864 [main] DEBUG org.jgroups.protocols.UDP -- socket information: mcast_addr=239.8.8.8:45588, bind_addr=/10.40.68.167, ttl=8 sock: bound to 10.40.68.167:56097, 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.68.167: using network interface 'eth0' to any (ephemeral) port 10:07:14.865 [main] INFO org.jgroups.protocols.FD_SOCK2 -- server listening on *.56197 ------------------------------------------------------------------- GMS: address=el-master-agent-pod-b6fc7-6qbtc-47965, cluster=ChatCluster, physical address=10.40.68.167:56097 ------------------------------------------------------------------- 10:07:15.866 [main] INFO org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-b6fc7-6qbtc-47965: no members discovered after 1000 ms: creating cluster as coordinator 10:07:15.867 [main] DEBUG org.jgroups.protocols.pbcast.NAKACK2 -- [el-master-agent-pod-b6fc7-6qbtc-47965 setDigest()] existing digest: [] new digest: el-master-agent-pod-b6fc7-6qbtc-47965: [0 (0)] resulting digest: el-master-agent-pod-b6fc7-6qbtc-47965: [0 (0)] 10:07:15.867 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-b6fc7-6qbtc-47965: installing view [el-master-agent-pod-b6fc7-6qbtc-47965|0] (1) [el-master-agent-pod-b6fc7-6qbtc-47965] (el-master-agent-pod-b6fc7-6qbtc-47965 joined) 10:07:15.867 [main] DEBUG org.jgroups.protocols.pbcast.STABLE -- el-master-agent-pod-b6fc7-6qbtc-47965: resuming message garbage collection 10:07:15.867 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-47965: installing view [el-master-agent-pod-b6fc7-6qbtc-47965|0] (1) [el-master-agent-pod-b6fc7-6qbtc-47965] 10:07:15.868 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-47965: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up 10:07:15.868 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-b6fc7-6qbtc-47965: created cluster (first member). My view is [el-master-agent-pod-b6fc7-6qbtc-47965|0], impl is CoordGmsImpl 10:07:15.869 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-47965: flush coordinator is starting FLUSH with participants [el-master-agent-pod-b6fc7-6qbtc-47965] 10:07:15.869 [jgroups-9,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-47965] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-47965: received START_FLUSH, responded with FLUSH_COMPLETED to el-master-agent-pod-b6fc7-6qbtc-47965 10:07:15.869 [jgroups-10,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-47965] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-47965: FLUSH_COMPLETED from el-master-agent-pod-b6fc7-6qbtc-47965, completed true, flushMembers [el-master-agent-pod-b6fc7-6qbtc-47965], flushCompleted [el-master-agent-pod-b6fc7-6qbtc-47965] 10:07:15.870 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-47965: received RESUME, sending STOP_FLUSH to all 10:07:15.870 [jgroups-10,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-47965] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-47965: all FLUSH_COMPLETED received 10:07:15.875 [jgroups-9,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-47965] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-b6fc7-6qbtc-47965: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up 10:07:15.976 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-b6fc7-6qbtc-47965: closing sockets and stopping threads 10:07:15.977 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-b6fc7-6qbtc-47965: multicast socket closed 10:07:15.977 [mcast-receiver-8,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-47965] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-b6fc7-6qbtc-47965: receiver socket is closed, exception=Socket closed 10:07:15.977 [mcast-receiver-8,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-47965] DEBUG org.jgroups.protocols.UDP -- mcast-receiver thread terminated 10:07:15.977 [ucast-receiver-7,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-47965] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-b6fc7-6qbtc-47965: receiver socket is closed, exception=Socket closed 10:07:15.977 [ucast-receiver-7,ChatCluster,el-master-agent-pod-b6fc7-6qbtc-47965] DEBUG org.jgroups.protocols.UDP -- ucast-receiver thread terminated [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.760 s -- in org.eclipse.persistence.testing.tests.jgroups.JGroupsRemoteConnectionTest [INFO] Running org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [EL Info]: 2024.04.25 10:07:15.986--Running test SLF4JLoggerTest.testLogMessage [EL Info]: 2024.04.25 10:07:16.015--Running test SLF4JLoggerTest.testGetLevel [EL Info]: 2024.04.25 10:07:16.024--Running test SLF4JLoggerTest.testLogExceptionStackTrace [EL Info]: 2024.04.25 10:07:16.064--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 [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 [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 [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 [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 [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 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 [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 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> 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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 [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 ... Thu Apr 25 10:07:19 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:07: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-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.1155804066sql [INFO] Executing file: /tmp/dbsetup_relationships.2045828663sql [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.836 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.214 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.1869872105sql [INFO] Executing file: /tmp/dbteardown_relationships.1540675401sql [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. Thu Apr 25 10:07: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] --- 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 25, 2024 6:07:26 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases Apr 25, 2024 6:07:26 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 25, 2024 6:07:26 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Apr 25, 2024 6:07:26 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 25, 2024 6:07:26 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Apr 25, 2024 6:07:26 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [0.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.P_TYPEImpl.() is not a subtype of class java.lang.Throwable [0.786s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.AttributeIntWrapperImpl.() is not a subtype of class java.lang.Throwable [0.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.P_TYPEWrapperImpl.() is not a subtype of class java.lang.Throwable [0.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.844s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.845s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.P_TYPEImpl.() is not a subtype of class java.lang.Throwable [0.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.P_TYPEWrapperImpl.() is not a subtype of class java.lang.Throwable [0.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [0.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.888s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() 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.() is not a subtype of class java.lang.Throwable [0.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.913s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.927s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [0.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() 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.RootImpl.() is not a subtype of class java.lang.Throwable [0.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child1Impl.() is not a subtype of class java.lang.Throwable [0.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child2Impl.() is not a subtype of class java.lang.Throwable [0.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child3Impl.() is not a subtype of class java.lang.Throwable [0.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.RootImpl.() is not a subtype of class java.lang.Throwable [0.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child1Impl.() is not a subtype of class java.lang.Throwable [0.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child2Impl.() is not a subtype of class java.lang.Throwable [0.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child3Impl.() is not a subtype of class java.lang.Throwable [1.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DurationWrapperImpl.() is not a subtype of class java.lang.Throwable [1.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.CharWrapperImpl.() is not a subtype of class java.lang.Throwable [1.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GuidWrapperImpl.() is not a subtype of class java.lang.Throwable [1.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DurationWrapperImpl.() is not a subtype of class java.lang.Throwable [1.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.CharWrapperImpl.() is not a subtype of class java.lang.Throwable [1.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GuidWrapperImpl.() is not a subtype of class java.lang.Throwable [1.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetBoolImpl.() is not a subtype of class java.lang.Throwable [1.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetShortImpl.() is not a subtype of class java.lang.Throwable [1.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetGuidResponseImpl.() is not a subtype of class java.lang.Throwable [1.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUShortResponseImpl.() is not a subtype of class java.lang.Throwable [1.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSingleImpl.() is not a subtype of class java.lang.Throwable [1.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetIntResponseImpl.() is not a subtype of class java.lang.Throwable [1.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetObjectImpl.() is not a subtype of class java.lang.Throwable [1.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUriImpl.() is not a subtype of class java.lang.Throwable [1.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetQNameImpl.() is not a subtype of class java.lang.Throwable [1.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteArrayResponseImpl.() is not a subtype of class java.lang.Throwable [1.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetTimeSpanImpl.() is not a subtype of class java.lang.Throwable [1.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetFloatResponseImpl.() is not a subtype of class java.lang.Throwable [1.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetIntImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSByteImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDoubleImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetLongImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteArrayImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUIntResponseImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDateTimeResponseImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUShortImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetBoolResponseImpl.() is not a subtype of class java.lang.Throwable [1.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetLongResponseImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDateTimeImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUriResponseImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetTimeSpanResponseImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetGuidImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDoubleResponseImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetCharResponseImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSByteResponseImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUIntImpl.() is not a subtype of class java.lang.Throwable [1.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetObjectResponseImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDecimalResponseImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetShortResponseImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetStringImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetQNameResponseImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSingleResponseImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDecimalImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetULongImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetStringResponseImpl.() is not a subtype of class java.lang.Throwable [1.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetULongResponseImpl.() is not a subtype of class java.lang.Throwable [1.149s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteResponseImpl.() is not a subtype of class java.lang.Throwable [1.149s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetFloatImpl.() is not a subtype of class java.lang.Throwable [1.149s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetCharImpl.() is not a subtype of class java.lang.Throwable [1.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TBaseImpl.() is not a subtype of class java.lang.Throwable [1.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TGenericImpl.() is not a subtype of class java.lang.Throwable [1.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TSubstituteImpl.() is not a subtype of class java.lang.Throwable [1.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TRootImpl.() is not a subtype of class java.lang.Throwable [1.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.225s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.228s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.240s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() 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.() is not a subtype of class java.lang.Throwable [1.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.259s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.260s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.271s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void openpropertytypeuri.OpenPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void obj1uri.Obj1Impl.() is not a subtype of class java.lang.Throwable [1.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [1.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [1.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [1.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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> 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 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 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 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> 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 [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> 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 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 [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 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 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> 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> 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 [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 [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 [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 [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 createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord [WARNING] /home/jenkins/agent/workspace/eclipselink-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 [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 [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> 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 [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> 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 [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> 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 [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> 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 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> 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> 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: 1f0cf759092beb031ccc2e5a6950f239f15b5b55 at timestamp: 1714039654199 [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] * [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] * [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] * [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] * [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] * [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.491 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-e01d1121-5345-4a41-82a2-ef6b61493793] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, }, ManifestEntry{ key=PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }] org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000 org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, 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-84de214f-e2c2-4309-b9a3-2cc6d6b7973e" 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-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, 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-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c" 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-b64dbfc1-bbe7-4bfe-a190-af47be99706e to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, 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-b64dbfc1-bbe7-4bfe-a190-af47be99706e" 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-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, 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-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid" org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalInvalid in reactor org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 8.0.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.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java: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.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java: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.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java: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.(ResourceBundleMessageInterpolator.java:97) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834) at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485) at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.(ValidatorFactoryImpl.java: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-e01d1121-5345-4a41-82a2-ef6b61493793] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, }, ManifestEntry{ key=PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@14103806.] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.753 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/1714039708556-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-e01d1121-5345-4a41-82a2-ef6b61493793] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, }, ManifestEntry{ key=PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-607cdef9-3474-4151-9e3b-01271b96a556, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }] 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-fce2efb6-bd91-43b5-960f-205a01dfa386 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, 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-fce2efb6-bd91-43b5-960f-205a01dfa386" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, 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-bb4ad15f-da05-4fa5-b803-5d658096b1cd" 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-84de214f-e2c2-4309-b9a3-2cc6d6b7973e to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, 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-84de214f-e2c2-4309-b9a3-2cc6d6b7973e" 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-607cdef9-3474-4151-9e3b-01271b96a556 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, 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-607cdef9-3474-4151-9e3b-01271b96a556" 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-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, 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-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c" 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-b64dbfc1-bbe7-4bfe-a190-af47be99706e to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, 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-b64dbfc1-bbe7-4bfe-a190-af47be99706e" 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-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, 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-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3" 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-f3074f97-c25b-44bd-bb0b-81245ccb9f25 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, 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-f3074f97-c25b-44bd-bb0b-81245ccb9f25" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid" 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 [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-e01d1121-5345-4a41-82a2-ef6b61493793] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, }, ManifestEntry{ key=PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-607cdef9-3474-4151-9e3b-01271b96a556, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }] 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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 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/1714039708556-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-e01d1121-5345-4a41-82a2-ef6b61493793] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-aef486d6-a128-4f01-a025-79af36613799, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-15494bd5-1026-4127-960f-291680d93895, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-5acd7054-2749-472c-b935-c43be5a0db61, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-607cdef9-3474-4151-9e3b-01271b96a556, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-9ba6177c-84eb-4516-a344-a80966feba77, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-71416867-713f-4a3b-849d-9d340081bb05, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, }, ManifestEntry{ key=PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }] 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-565abb44-1c78-4bf6-8503-03b18fdded16 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-565abb44-1c78-4bf6-8503-03b18fdded16" 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-fce2efb6-bd91-43b5-960f-205a01dfa386 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-fce2efb6-bd91-43b5-960f-205a01dfa386" 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-30bd8984-b79f-4968-9939-1255ff9043c9 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-30bd8984-b79f-4968-9939-1255ff9043c9" 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-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c" 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-aef486d6-a128-4f01-a025-79af36613799 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-aef486d6-a128-4f01-a025-79af36613799" 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-28960f58-2086-43c0-8e89-b428c3bd4361 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-28960f58-2086-43c0-8e89-b428c3bd4361" 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-b64dbfc1-bbe7-4bfe-a190-af47be99706e to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-b64dbfc1-bbe7-4bfe-a190-af47be99706e" 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-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3" 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-f3074f97-c25b-44bd-bb0b-81245ccb9f25 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-f3074f97-c25b-44bd-bb0b-81245ccb9f25" 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-31d751cc-2225-4ef1-94d5-4a30c2571789 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-31d751cc-2225-4ef1-94d5-4a30c2571789" 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-02d4bf1f-b651-4923-bff9-2215d7d5633a to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-02d4bf1f-b651-4923-bff9-2215d7d5633a" 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-84de214f-e2c2-4309-b9a3-2cc6d6b7973e to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-84de214f-e2c2-4309-b9a3-2cc6d6b7973e" 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-5fd81c34-1155-4ccc-9544-42e9490a0d20 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-5fd81c34-1155-4ccc-9544-42e9490a0d20" 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-15494bd5-1026-4127-960f-291680d93895 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-15494bd5-1026-4127-960f-291680d93895" 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-5acd7054-2749-472c-b935-c43be5a0db61 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-5acd7054-2749-472c-b935-c43be5a0db61" 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-b2f08818-4103-4b2d-9a09-4808531c5672 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-b2f08818-4103-4b2d-9a09-4808531c5672" 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-bb4ad15f-da05-4fa5-b803-5d658096b1cd to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-bb4ad15f-da05-4fa5-b803-5d658096b1cd" 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-a207cb53-2c4a-415a-998e-6129aa0803e4 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-a207cb53-2c4a-415a-998e-6129aa0803e4" 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-607cdef9-3474-4151-9e3b-01271b96a556 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-607cdef9-3474-4151-9e3b-01271b96a556" 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-6a345c3a-4909-4ac0-af13-cddadafc476a to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-6a345c3a-4909-4ac0-af13-cddadafc476a" 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-9ba6177c-84eb-4516-a344-a80966feba77 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-9ba6177c-84eb-4516-a344-a80966feba77" 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-543f7cee-425c-4eeb-997f-af328096a5e7 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-543f7cee-425c-4eeb-997f-af328096a5e7" 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-d9851ac5-e081-45ba-bf00-e638151c9f17 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-d9851ac5-e081-45ba-bf00-e638151c9f17" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-71416867-713f-4a3b-849d-9d340081bb05 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-71416867-713f-4a3b-849d-9d340081bb05" 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-Executable to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4 to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-c03db73c-2384-4225-a409-4e9a9436e0d4" 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-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e to be in PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, 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-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs" 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-e01d1121-5345-4a41-82a2-ef6b61493793] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-aef486d6-a128-4f01-a025-79af36613799, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-15494bd5-1026-4127-960f-291680d93895, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-5acd7054-2749-472c-b935-c43be5a0db61, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-607cdef9-3474-4151-9e3b-01271b96a556, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-9ba6177c-84eb-4516-a344-a80966feba77, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-71416867-713f-4a3b-849d-9d340081bb05, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-cf40e4f3-0bb7-47f8-bfaf-357b681e00f3,PaxExam-84de214f-e2c2-4309-b9a3-2cc6d6b7973e,PaxExam-b64dbfc1-bbe7-4bfe-a190-af47be99706e,PaxExam-6c4b15b8-697f-4d30-bcf8-ddab5ac4ea9c,PaxExam-607cdef9-3474-4151-9e3b-01271b96a556,PaxExam-fce2efb6-bd91-43b5-960f-205a01dfa386,PaxExam-f3074f97-c25b-44bd-bb0b-81245ccb9f25,PaxExam-bb4ad15f-da05-4fa5-b803-5d658096b1cd,PaxExam-31d751cc-2225-4ef1-94d5-4a30c2571789,PaxExam-71416867-713f-4a3b-849d-9d340081bb05,PaxExam-30bd8984-b79f-4968-9939-1255ff9043c9,PaxExam-b2f08818-4103-4b2d-9a09-4808531c5672,PaxExam-6a345c3a-4909-4ac0-af13-cddadafc476a,PaxExam-aef486d6-a128-4f01-a025-79af36613799,PaxExam-02d4bf1f-b651-4923-bff9-2215d7d5633a,PaxExam-a207cb53-2c4a-415a-998e-6129aa0803e4,PaxExam-5fd81c34-1155-4ccc-9544-42e9490a0d20,PaxExam-28960f58-2086-43c0-8e89-b428c3bd4361,PaxExam-9ba6177c-84eb-4516-a344-a80966feba77,PaxExam-15494bd5-1026-4127-960f-291680d93895,PaxExam-565abb44-1c78-4bf6-8503-03b18fdded16,PaxExam-d9851ac5-e081-45ba-bf00-e638151c9f17,PaxExam-543f7cee-425c-4eeb-997f-af328096a5e7,PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4,PaxExam-5acd7054-2749-472c-b935-c43be5a0db61,PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, }, ManifestEntry{ key=PaxExam-c03db73c-2384-4225-a409-4e9a9436e0d4, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-9cd3c430-e0d5-4b5a-96ad-75b7d57f539e, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }] 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.885 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 ... Thu Apr 25 10:08:43 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:08: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] --- 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.25 10:08:45.762--DatabaseSessionImpl(226744878)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:08:45.995--DatabaseSessionImpl(226744878)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s -- in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.config.ConfigPUTestSuite [EL Warning]: metadata: 2024.04.25 10:08:46.211--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.25 10:08:46.212--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.25 10:08:46.224--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.25 10:08:46.224--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.25 10:08:46.379--ServerSession(746115872)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:08:46.598--ServerSession(746115872)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:08:46.612--ServerSession(746115872)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.656 s -- in org.eclipse.persistence.testing.tests.jpa.config.ConfigPUTestSuite [INFO] Running org.eclipse.persistence.testing.tests.jpa.dynamic.AllTests [EL Info]: 2024.04.25 10:08:46.736--ServerSession(116356643)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:46.739--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:46.833--ServerSession(1296654536)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:46.836--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:46.879--ServerSession(1545666472)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:46.881--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:46.900--ServerSession(1752365512)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:46.902--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:46.945--ServerSession(700348233)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:46.948--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.035--ServerSession(428798670)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.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 elements or a global false element [EL Info]: 2024.04.25 10:08:47.101--ServerSession(1800959603)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.103--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.166--ServerSession(1868987089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.168--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.214--ServerSession(1706790953)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.217--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.264--ServerSession(1596997325)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.266--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024.04.25 10:08:47.267--org.eclipse.persistence.testing.tests.jpa.dynamic.simple.sequencing.NativeSequencingTestSuite requires MySQL. [EL Warning]: 2024.04.25 10:08:47.272--UnitOfWork(408909888)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:08:47.283--ServerSession(124376339)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.286--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.335--ServerSession(310350177)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.337--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.380--ServerSession(1459035867)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.382--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.457--ServerSession(1473313929)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.460--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.695--ServerSession(1280959582)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.697--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Info]: 2024.04.25 10:08:47.828--ServerSession(715534618)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:08:47.830--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [WARNING] Tests run: 60, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.300 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.25 10:08:47.976--IsolatedHashMapTest.testIsolationInRealContext() [EL Info]: 2024.04.25 10:08:47.976-- Partition ID: 0 [EL Info]: 2024.04.25 10:08:47.976-- Adding session name: $0 [EL Info]: 2024.04.25 10:08:47.976-- Adding session name: 00$0 [EL Info]: 2024.04.25 10:08:47.976-- Adding session name: 0mySession$0 [EL Info]: 2024.04.25 10:08:47.976-- Adding session name: 0EclipseLink$0 [EL Info]: 2024.04.25 10:08:47.979-- Checking map size: session names count = 4, map size = 4 [EL Info]: 2024.04.25 10:08:47.979-- Getting and checking session name: 0EclipseLink$0 [EL Info]: 2024.04.25 10:08:47.980-- Getting and checking session name: 0mySession$0 [EL Info]: 2024.04.25 10:08:47.980-- Getting and checking session name: 00$0 [EL Info]: 2024.04.25 10:08:47.980-- Getting and checking session name: $0 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.004 s -- in org.eclipse.persistence.testing.tests.jpa22.metadata.MetadataASMFactoryTest [INFO] Running org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] [INFO] Results: [INFO] [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. Thu Apr 25 10:08: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] --- 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 ... Thu Apr 25 10:09:12 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:09: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] --- 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. Thu Apr 25 10:09: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] --- 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 ... Thu Apr 25 10:09:19 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:09: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] --- 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.25 10:09:21.748--ServerSession(669284403)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s -- in org.eclipse.persistence.jpa.collection.TestCollectionOperations [INFO] Running org.eclipse.persistence.jpa.collection.TestEmbeddableKey [EL Info]: 2024.04.25 10:09:22.067--ServerSession(204322447)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.persistence.jpa.collection.TestEmbeddableKey [INFO] Running org.eclipse.persistence.jpa.compositeid.TestCompositeId [EL Fine]: server: 2024.04.25 10:09:22.137--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:22.146--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.25 10:09:22.147--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.25 10:09:22.149--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.25 10:09:22.153--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.25 10:09:22.154--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.25 10:09:22.155--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.25 10:09:22.156--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.25 10:09:22.157--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.25 10:09:22.159--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.25 10:09:22.160--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.25 10:09:22.161--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.25 10:09:22.162--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.25 10:09:22.162--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.25 10:09:22.163--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.25 10:09:22.164--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.25 10:09:22.164--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.25 10:09:22.164--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.25 10:09:22.167--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.25 10:09:22.167--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.25 10:09:22.167--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.25 10:09:22.167--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.25 10:09:22.180--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:22.183--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:22.183--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.25 10:09:22.191--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.25 10:09:22.205--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.25 10:09:22.207--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPB DROP CONSTRAINT COMPB_FK_ENVIRONME [EL Fine]: sql: 2024.04.25 10:09:22.209--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.210--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.217--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPC DROP CONSTRAINT FK_COMPC_FK_CLIENT [EL Fine]: sql: 2024.04.25 10:09:22.219--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.220--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.220--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.04.25 10:09:22.222--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.223--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.223--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.04.25 10:09:22.224--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.225--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.225--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.04.25 10:09:22.226--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.227--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.227--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.04.25 10:09:22.229--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.229--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.230--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.04.25 10:09:22.231--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.232--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.232--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.04.25 10:09:22.233--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.234--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.234--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.04.25 10:09:22.235--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.236--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.236--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.04.25 10:09:22.238--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.238--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.239--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.04.25 10:09:22.240--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.241--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.241--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.04.25 10:09:22.242--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.243--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.243--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.04.25 10:09:22.244--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.245--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.245--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.04.25 10:09:22.246--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.247--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.247--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.04.25 10:09:22.248--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.249--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.249--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.04.25 10:09:22.250--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.251--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.251--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.04.25 10:09:22.252--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:22.253--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:22.253--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.25 10:09:22.256--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.25 10:09:22.258--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.25 10:09:22.260--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.25 10:09:22.263--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.25 10:09:22.274--ClientSession(1966670937)--Connection(712410791)--Thread(Thread[#1,main,5,main])--INSERT INTO COMPA (ENVIRONMENT, IDENTIFIER) VALUES (?, ?) bind => [1, 1] [EL Fine]: sql: 2024.04.25 10:09:22.277--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.25 10:09:22.413--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.25 10:09:22.419--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.25 10:09:22.423--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.25 10:09:22.426--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:22.427--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.25 10:09:22.427--ServerSession(350069300)--Connection(2033268925)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.eclipse.persistence.jpa.compositeid.TestCompositeId [INFO] Running org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [EL Info]: 2024.04.25 10:09:22.469--ServerSession(291651850)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s -- in org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [INFO] Running org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable [EL Info]: 2024.04.25 10:09:22.722--ServerSession(1476812556)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metadata: 2024.04.25 10:09:22.726--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.25 10:09:22.782--ServerSession(1792473683)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable [INFO] Running org.eclipse.persistence.jpa.embeddable.TestEmbeddable [EL Info]: 2024.04.25 10:09:22.832--ServerSession(1783463798)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metadata: 2024.04.25 10:09:22.837--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.046 s -- in org.eclipse.persistence.jpa.embeddable.TestEmbeddable [INFO] Running org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [EL Info]: 2024.04.25 10:09:22.891--ServerSession(2118571592)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metadata: 2024.04.25 10:09:22.895--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.25 10:09:22.919--ServerSession(1989495347)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [INFO] Running org.eclipse.persistence.jpa.json.TestJson [EL Info]: 2024.04.25 10:09:22.970--ServerSession(1747702724)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.persistence.jpa.json.TestJson [INFO] Running org.eclipse.persistence.jpa.returninsert.TestReturnInsert [EL Info]: 2024.04.25 10:09:23.186--ServerSession(1061806694)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: 2024.04.25 10:09:23.197--ServerSession(1061806694)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-193] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.25 10:09:23.202--ServerSession(1061806694)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-193] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.134 s -- in org.eclipse.persistence.jpa.returninsert.TestReturnInsert [INFO] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [EL Info]: 2024.04.25 10:09:23.517--ServerSession(1703040426)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 ******************** *BEGIN testNonpooledConnection() initialNonPooledConnections = 0 maxNonPooledConnections = 50 nonPooledConnectionsAfterFlush = 1 nonPooledConnectionsAfterCommit = 0 nonPooledConnectionsAfterFind = 0 *END testNonpooledConnection() [EL Severe]: 2024.04.25 10:09:23.600--ClientSession(1594857799)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Warning]: 2024.04.25 10:09:23.600--UnitOfWork(27971761)--java.lang.RuntimeException: tmpDataSourceImp getConnection called ******************** *BEGIN testNonpooledConnectionWithErrorOnReleaseConnection() [EL Info]: 2024.04.25 10:09:23.606--ServerSession(1703040426)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 initialNonPooledConnections = 1 maxNonPooledConnections = 50 nonPooledConnectionsBeforeFlush = 1 nonPooledConnectionsAfterFlush = 2 [EL Warning]: 2024.04.25 10:09:23.615--ClientSession(1977493952)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: 2024.04.25 10:09:23.616--ClientSession(1977493952)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:23.620--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.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024.04.25 10:09:28.622--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.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024.04.25 10:09:33.625--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.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024.04.25 10:09:38.627--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.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Warning]: 2024.04.25 10:09:38.628--ClientSession(1408549350)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.44 s -- in org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [INFO] Running org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [EL Info]: 2024.04.25 10:09:38.646--ServerSession(319144230)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:09:38.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 elements or a global false element [EL Info]: 2024.04.25 10:09:38.652--ServerSession(1276894402)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:09:38.655--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [INFO] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar [EL Info]: 2024.04.25 10:09:38.664--ServerSession(5563134)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.persistence.jpa.test.basic.TestNVarChar [INFO] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [EL Info]: 2024.04.25 10:09:38.716--ServerSession(267533031)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [INFO] Running org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [EL Info]: 2024.04.25 10:09:38.768--ServerSession(324158286)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: ejb: 2024.04.25 10:09:38.804--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.25 10:09:38.835--ServerSession(1962586186)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [INFO] Running org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [EL Info]: 2024.04.25 10:09:38.864--ServerSession(438263665)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [INFO] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence [EL Info]: 2024.04.25 10:09:38.879--ServerSession(54886201)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 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.030 s -- in org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [EL Info]: 2024.04.25 10:09:39.048--ServerSession(1979825302)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [EL Info]: 2024.04.25 10:09:39.117--ServerSession(2106609649)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [EL Info]: 2024.04.25 10:09:39.202--ServerSession(232200992)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestDateTimeFunctions [EL Info]: 2024.04.25 10:09:39.289--ServerSession(1893088773)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.persistence.jpa.test.criteria.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestMathFunctions [EL Info]: 2024.04.25 10:09:39.409--ServerSession(1269749378)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:09:39.564--UnitOfWork(2066533285)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:39.611--UnitOfWork(1714961449)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:39.634--UnitOfWork(162320368)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.263 s -- in org.eclipse.persistence.jpa.test.criteria.TestMathFunctions [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestNegFunction [EL Info]: 2024.04.25 10:09:39.671--ServerSession(628402659)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.persistence.jpa.test.criteria.TestNegFunction [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestSimpleCase [EL Info]: 2024.04.25 10:09:39.697--ServerSession(1036257977)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [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.25 10:09:39.723--ServerSession(718904563)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:09:39.734--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [EL Info]: 2024.04.25 10:09:39.741--ServerSession(1798165471)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [EL Info]: 2024.04.25 10:09:39.764--ServerSession(1497992596)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:39.778--ServerSession(345722144)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [EL Warning]: metadata: 2024.04.25 10:09:39.914--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.25 10:09:39.921--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.202 s -- in org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [EL Info]: 2024.04.25 10:09:39.996--ServerSession(2053481312)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:40.035--ServerSession(1274036206)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [EL Info]: 2024.04.25 10:09:40.085--ServerSession(838301585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [EL Info]: 2024.04.25 10:09:40.118--ServerSession(837790893)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:40.139--ServerSession(455404074)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:40.164--ServerSession(347416758)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.085 s -- in org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions [EL Info]: 2024.04.25 10:09:40.200--ServerSession(374585422)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [EL Info]: 2024.04.25 10:09:40.264--ServerSession(1014698874)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [EL Info]: 2024.04.25 10:09:40.417--ServerSession(1891535340)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [INFO] Running org.eclipse.persistence.jpa.test.lob.TestLobMerge [EL Info]: 2024.04.25 10:09:40.440--ServerSession(1866191743)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.persistence.jpa.test.lob.TestLobMerge [INFO] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [EL Info]: 2024.04.25 10:09:40.466--ServerSession(716216643)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.059 s -- in org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [INFO] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [EL Info]: 2024.04.25 10:09:43.538--ServerSession(715504968)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:43.559--ServerSession(1861536737)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:49.599--ServerSession(1821310436)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:49.614--ServerSession(685438214)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:49.630--ServerSession(2052533920)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.118 s -- in org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [EL Info]: 2024.04.25 10:09:49.652--ServerSession(633468398)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:49.678--ServerSession(1838584624)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [EL Fine]: server: 2024.04.25 10:09:49.702--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:49.704--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.25 10:09:49.705--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.25 10:09:49.705--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.25 10:09:49.705--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.25 10:09:49.706--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.25 10:09:49.706--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.25 10:09:49.706--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.25 10:09:49.706--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.25 10:09:49.706--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.25 10:09:49.706--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.25 10:09:49.706--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.25 10:09:49.707--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.25 10:09:49.707--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.25 10:09:49.707--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.25 10:09:49.708--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.25 10:09:49.710--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:49.712--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:49.712--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.25 10:09:49.714--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.25 10:09:49.716--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.25 10:09:49.717--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A DROP CONSTRAINT CTVRRDNTTYCTVRRDVL [EL Fine]: sql: 2024.04.25 10:09:49.718--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.719--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.719--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--ALTER TABLE ct_override_entity_b DROP CONSTRAINT ctvrrdnttybctnttyb [EL Fine]: sql: 2024.04.25 10:09:49.720--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.720--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.720--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.721--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.721--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.721--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.722--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.722--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.722--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.723--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.723--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.723--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.724--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.724--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.724--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.725--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.725--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.725--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.726--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.726--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.726--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.727--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.727--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.727--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.728--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.728--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.728--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.729--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.729--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.729--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.730--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.730--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.730--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.731--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.731--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.731--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.732--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.732--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.732--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.733--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.733--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.733--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.734--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.734--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.734--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.735--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.735--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.735--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.736--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.736--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.736--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.737--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.737--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.737--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.738--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.738--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.738--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.739--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.739--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.739--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.04.25 10:09:49.740--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:49.740--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.740--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.25 10:09:49.742--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.25 10:09:49.744--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.25 10:09:49.745--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.25 10:09:49.745--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.25 10:09:49.748--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.25 10:09:49.751--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.25 10:09:49.754--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.25 10:09:49.758--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.25 10:09:49.762--ClientSession(1075284181)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DELETE FROM OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.04.25 10:09:49.764--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.25 10:09:49.765--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--select t0.b_id from override_entity_b t0 [EL Fine]: sql: 2024.04.25 10:09:49.766--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.25 10:09:49.769--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.25 10:09:49.771--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.25 10:09:49.772--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.25 10:09:49.773--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.25 10:09:49.774--ClientSession(2072701904)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DELETE FROM OVERRIDE_ENTITY_A [EL Fine]: connection: 2024.04.25 10:09:49.774--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:49.774--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.25 10:09:49.774--ServerSession(2069545799)--Connection(1074993056)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [EL Warning]: metadata: 2024.04.25 10:09:49.779--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.25 10:09:49.779--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.25 10:09:49.782--ServerSession(1332009419)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [EL Info]: 2024.04.25 10:09:49.799--ServerSession(1692174022)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: sql: 2024.04.25 10:09:49.806--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTA DROP CONSTRAINT COMMENTA_POSTA_FK [EL Fine]: sql: 2024.04.25 10:09:49.808--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.809--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTB DROP CONSTRAINT COMMENTBPOSTB_B_FK [EL Fine]: sql: 2024.04.25 10:09:49.810--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.810--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTC DROP CONSTRAINT CMMENTCCOMPLEXIDCA [EL Fine]: sql: 2024.04.25 10:09:49.811--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.811--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTD DROP CONSTRAINT CMMENTDCOMPLEXIDDB [EL Fine]: sql: 2024.04.25 10:09:49.812--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.812--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.04.25 10:09:49.813--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.813--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.04.25 10:09:49.814--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.814--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.04.25 10:09:49.815--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.815--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.04.25 10:09:49.816--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.816--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A [EL Fine]: sql: 2024.04.25 10:09:49.817--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.817--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB [EL Fine]: sql: 2024.04.25 10:09:49.818--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.818--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC [EL Fine]: sql: 2024.04.25 10:09:49.819--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.819--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD [EL Fine]: sql: 2024.04.25 10:09:49.820--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.820--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.04.25 10:09:49.821--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.822--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.04.25 10:09:49.822--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.823--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.04.25 10:09:49.823--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.824--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.04.25 10:09:49.824--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.825--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A [EL Fine]: sql: 2024.04.25 10:09:49.825--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.826--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB [EL Fine]: sql: 2024.04.25 10:09:49.826--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.827--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC [EL Fine]: sql: 2024.04.25 10:09:49.827--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.827--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD [EL Fine]: sql: 2024.04.25 10:09:49.828--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.828--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.04.25 10:09:49.829--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.829--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.04.25 10:09:49.830--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.830--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.04.25 10:09:49.831--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.831--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.04.25 10:09:49.832--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.832--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A [EL Fine]: sql: 2024.04.25 10:09:49.833--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.833--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB [EL Fine]: sql: 2024.04.25 10:09:49.834--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.834--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC [EL Fine]: sql: 2024.04.25 10:09:49.835--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.835--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD [EL Fine]: sql: 2024.04.25 10:09:49.836--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.836--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.04.25 10:09:49.836--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.837--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.04.25 10:09:49.837--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.838--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.04.25 10:09:49.838--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.839--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.04.25 10:09:49.839--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.839--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A [EL Fine]: sql: 2024.04.25 10:09:49.840--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.840--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB [EL Fine]: sql: 2024.04.25 10:09:49.841--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.841--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC [EL Fine]: sql: 2024.04.25 10:09:49.841--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.842--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD [EL Fine]: sql: 2024.04.25 10:09:49.842--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.843--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.04.25 10:09:49.843--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.844--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.04.25 10:09:49.844--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.844--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.04.25 10:09:49.845--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.845--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.04.25 10:09:49.846--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.846--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A [EL Fine]: sql: 2024.04.25 10:09:49.847--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.847--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB [EL Fine]: sql: 2024.04.25 10:09:49.848--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.848--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC [EL Fine]: sql: 2024.04.25 10:09:49.849--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.849--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD [EL Fine]: sql: 2024.04.25 10:09:49.850--ServerSession(1692174022)--VALUES(1) [EL Fine]: sql: 2024.04.25 10:09:49.851--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE COMMENTA (ID BIGINT NOT NULL, POSTA_FK BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.04.25 10:09:49.853--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.25 10:09:49.855--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.25 10:09:49.857--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.25 10:09:49.859--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE POST_A (IDA BIGINT NOT NULL, PRIMARY KEY (IDA)) [EL Fine]: sql: 2024.04.25 10:09:49.860--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE POSTB (IDB BIGINT NOT NULL, IDA BIGINT NOT NULL, PRIMARY KEY (IDB, IDA)) [EL Fine]: sql: 2024.04.25 10:09:49.862--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE POSTC (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.04.25 10:09:49.863--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.25 10:09:49.864--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.25 10:09:49.866--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.25 10:09:49.868--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTC ADD CONSTRAINT CMMENTCCOMPLEXIDCA FOREIGN KEY (COMPLEXID_C_A) REFERENCES POSTC (ID) [EL Fine]: sql: 2024.04.25 10:09:49.870--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.25 10:09:49.872--ServerSession(1692174022)--Connection(98995170)--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2024.04.25 10:09:49.873--ServerSession(1692174022)--Connection(98995170)--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [EL Fine]: sql: 2024.04.25 10:09:49.875--ClientSession(134708375)--Connection(98995170)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?) bind => [21, 20] [EL Fine]: sql: 2024.04.25 10:09:49.877--ClientSession(134708375)--Connection(98995170)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?) bind => [20, 21, a] [EL Fine]: sql: 2024.04.25 10:09:49.881--ClientSession(2040301400)--Connection(98995170)--INSERT INTO POSTC (ID) VALUES (?) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:49.882--ClientSession(2040301400)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, a, Type1] [EL Fine]: sql: 2024.04.25 10:09:49.883--ClientSession(2040301400)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, b, Type2] [EL Fine]: sql: 2024.04.25 10:09:49.884--ClientSession(2040301400)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, c, Type3] [EL Fine]: sql: 2024.04.25 10:09:49.885--ClientSession(1437454238)--Connection(98995170)--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [50, SEQ_GEN] [EL Fine]: sql: 2024.04.25 10:09:49.885--ClientSession(1437454238)--Connection(98995170)--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? bind => [SEQ_GEN] [EL Fine]: sql: 2024.04.25 10:09:49.886--ClientSession(1437454238)--Connection(98995170)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?) bind => [4, 3] [EL Fine]: sql: 2024.04.25 10:09:49.888--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.25 10:09:49.890--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.25 10:09:49.891--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.25 10:09:49.893--ClientSession(2020725345)--Connection(98995170)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?) bind => [23, 22] [EL Fine]: sql: 2024.04.25 10:09:49.894--ClientSession(2020725345)--Connection(98995170)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?) bind => [22, 23, d] [EL Fine]: sql: 2024.04.25 10:09:49.895--ClientSession(152708419)--Connection(98995170)--INSERT INTO POST_A (IDA) VALUES (?) bind => [9] [EL Fine]: sql: 2024.04.25 10:09:49.897--ClientSession(152708419)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 4] [EL Fine]: sql: 2024.04.25 10:09:49.899--ClientSession(152708419)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 5] [EL Fine]: sql: 2024.04.25 10:09:49.900--ClientSession(152708419)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 6] [EL Fine]: sql: 2024.04.25 10:09:49.901--ClientSession(1731526546)--Connection(98995170)--INSERT INTO POST_A (IDA) VALUES (?) bind => [10] [EL Fine]: sql: 2024.04.25 10:09:49.901--ClientSession(1731526546)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 7] [EL Fine]: sql: 2024.04.25 10:09:49.902--ClientSession(1731526546)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 8] [EL Fine]: sql: 2024.04.25 10:09:49.902--ClientSession(1731526546)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 9] [EL Fine]: sql: 2024.04.25 10:09:49.903--ClientSession(315429532)--Connection(98995170)--INSERT INTO POSTC (ID) VALUES (?) bind => [6] [EL Fine]: sql: 2024.04.25 10:09:49.904--ClientSession(315429532)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, 3, Type5] [EL Fine]: sql: 2024.04.25 10:09:49.904--ClientSession(315429532)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, f, Type6] [EL Fine]: sql: 2024.04.25 10:09:49.905--ClientSession(315429532)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, d, Type4] [EL Fine]: sql: 2024.04.25 10:09:49.906--ClientSession(702340380)--Connection(98995170)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?) bind => [6, 5] [EL Fine]: sql: 2024.04.25 10:09:49.907--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.25 10:09:49.908--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.25 10:09:49.908--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.120 s -- in org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [INFO] Running org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [EL Info]: 2024.04.25 10:09:49.917--ServerSession(1805031342)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [INFO] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding [EL Finest]: properties: 2024.04.25 10:09:49.933--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.04.25 10:09:49.933--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Fine]: server: 2024.04.25 10:09:49.933--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024.04.25 10:09:49.933--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.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.changetracking; default value=true [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.lazy; default value=true [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.eager; default value=false [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.internal; default value=true [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.rest; default value=false [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024.04.25 10:09:49.934--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024.04.25 10:09:49.934--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.25 10:09:49.935--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.25 10:09:49.935--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.25 10:09:49.936--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.25 10:09:49.936--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.25 10:09:49.936--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.25 10:09:49.937--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.25 10:09:49.937--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - global instrumentation is null. [EL Finest]: jpa: 2024.04.25 10:09:49.937--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.25 10:09:49.937--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.25 10:09:49.937--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.25 10:09:49.938--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.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.jdbc.force-bind-parameters; value=true [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.user; value=root [EL Finest]: properties: 2024.04.25 10:09:49.938--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx [EL Finest]: properties: 2024.04.25 10:09:49.939--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.driver; value=org.apache.derby.client.ClientAutoloadedDriver [EL Finest]: properties: 2024.04.25 10:09:49.939--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.25 10:09:49.939--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.query.timeout; value=1000 [EL Info]: 2024.04.25 10:09:49.939--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Finest]: connection: 2024.04.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--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.25 10:09:49.941--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.* [EL Finest]: connection: 2024.04.25 10:09:49.941--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.* [EL Finest]: connection: 2024.04.25 10:09:49.941--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.25 10:09:49.941--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.* [EL Finest]: connection: 2024.04.25 10:09:49.941--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.* [EL Fine]: connection: 2024.04.25 10:09:49.941--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:49.941--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.25 10:09:49.943--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.25 10:09:49.943--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024.04.25 10:09:49.943--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Fine]: connection: 2024.04.25 10:09:49.943--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.25 10:09:49.944--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.04.25 10:09:49.944--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.944--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Finest]: connection: 2024.04.25 10:09:49.945--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.945--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.945--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.04.25 10:09:49.945--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.945--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024.04.25 10:09:49.946--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:49.946--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.946--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.947--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.04.25 10:09:49.947--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.947--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024.04.25 10:09:49.947--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:49.948--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.948--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.948--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.04.25 10:09:49.948--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.948--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024.04.25 10:09:49.948--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:49.949--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.949--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.949--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.04.25 10:09:49.949--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.949--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024.04.25 10:09:49.949--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:49.950--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.950--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.950--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.25 10:09:49.950--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.950--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.25 10:09:49.953--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: ddl: 2024.04.25 10:09:49.953--Thread(Thread[#1,main,5,main])--The table (GENERICENTITY) is created. [EL Finer]: metamodel: 2024.04.25 10:09:49.953--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.25 10:09:49.953--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.25 10:09:49.955--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1587020590 [EL Finer]: transaction: 2024.04.25 10:09:49.955--ClientSession(1587020590)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1340666542 [EL Finest]: query: 2024.04.25 10:09:49.955--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.25 10:09:49.955--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.955--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.25 10:09:49.959--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:49.959--UnitOfWork(1340666542)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.959--ClientSession(1587020590)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.960--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1625094636 [EL Finer]: transaction: 2024.04.25 10:09:49.960--ClientSession(1625094636)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1980153091 [EL Finest]: query: 2024.04.25 10:09:49.961--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.25 10:09:49.961--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.961--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.25 10:09:49.961--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:49.961--UnitOfWork(1980153091)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.961--ClientSession(1625094636)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.963--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1675326525 [EL Finer]: transaction: 2024.04.25 10:09:49.963--ClientSession(1675326525)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1231875515 [EL Finest]: query: 2024.04.25 10:09:49.963--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.25 10:09:49.964--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.964--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.25 10:09:49.966--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:49.966--UnitOfWork(1231875515)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.966--ClientSession(1675326525)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.967--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 622955085 [EL Finer]: transaction: 2024.04.25 10:09:49.967--ClientSession(622955085)--Thread(Thread[#1,main,5,main])--acquire unit of work: 200452658 [EL Finest]: query: 2024.04.25 10:09:49.967--UnitOfWork(200452658)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?)") [EL Finest]: connection: 2024.04.25 10:09:49.967--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.967--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.25 10:09:49.968--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.968--UnitOfWork(200452658)--Thread(Thread[#1,main,5,main])--Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.970--UnitOfWork(200452658)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.970--ClientSession(622955085)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.971--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 46727015 [EL Finer]: transaction: 2024.04.25 10:09:49.971--ClientSession(46727015)--Thread(Thread[#1,main,5,main])--acquire unit of work: 561200318 [EL Finest]: query: 2024.04.25 10:09:49.971--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.25 10:09:49.971--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.971--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.25 10:09:49.973--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:49.973--UnitOfWork(561200318)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.973--ClientSession(46727015)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.975--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1950069658 [EL Finer]: transaction: 2024.04.25 10:09:49.975--ClientSession(1950069658)--Thread(Thread[#1,main,5,main])--acquire unit of work: 769896530 [EL Finest]: query: 2024.04.25 10:09:49.975--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.25 10:09:49.975--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.975--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.25 10:09:49.977--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:49.978--UnitOfWork(769896530)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.978--ClientSession(1950069658)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.979--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1256142210 [EL Finer]: transaction: 2024.04.25 10:09:49.979--ClientSession(1256142210)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1474607212 [EL Finest]: query: 2024.04.25 10:09:49.979--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.25 10:09:49.979--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.979--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.25 10:09:49.979--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:49.979--UnitOfWork(1474607212)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.979--ClientSession(1256142210)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.980--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1871079355 [EL Finer]: transaction: 2024.04.25 10:09:49.980--ClientSession(1871079355)--Thread(Thread[#1,main,5,main])--acquire unit of work: 269287960 [EL Finest]: query: 2024.04.25 10:09:49.980--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.25 10:09:49.980--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.980--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.25 10:09:49.983--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:49.983--UnitOfWork(269287960)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.983--ClientSession(1871079355)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.985--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 2101082331 [EL Finer]: transaction: 2024.04.25 10:09:49.985--ClientSession(2101082331)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1239935217 [EL Finest]: query: 2024.04.25 10:09:49.985--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.25 10:09:49.985--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.985--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.25 10:09:49.988--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:49.988--UnitOfWork(1239935217)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.988--ClientSession(2101082331)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.989--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 26428217 [EL Finer]: transaction: 2024.04.25 10:09:49.989--ClientSession(26428217)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1257319011 [EL Finest]: query: 2024.04.25 10:09:49.989--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.25 10:09:49.989--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.990--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.25 10:09:49.991--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.991--UnitOfWork(1257319011)--Thread(Thread[#1,main,5,main])--Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.992--UnitOfWork(1257319011)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.992--ClientSession(26428217)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.993--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1826705682 [EL Finer]: transaction: 2024.04.25 10:09:49.993--ClientSession(1826705682)--Thread(Thread[#1,main,5,main])--acquire unit of work: 195359600 [EL Finest]: query: 2024.04.25 10:09:49.993--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.25 10:09:49.993--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.993--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.25 10:09:49.994--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:49.994--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.994--UnitOfWork(195359600)--Thread(Thread[#1,main,5,main])--Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.995--UnitOfWork(195359600)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.995--ClientSession(1826705682)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.996--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1848568533 [EL Finer]: transaction: 2024.04.25 10:09:49.996--ClientSession(1848568533)--Thread(Thread[#1,main,5,main])--acquire unit of work: 299004234 [EL Finest]: query: 2024.04.25 10:09:49.996--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.25 10:09:49.996--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.996--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.25 10:09:49.997--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:49.997--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:49.997--UnitOfWork(299004234)--Thread(Thread[#1,main,5,main])--Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:49.998--UnitOfWork(299004234)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:49.998--ClientSession(1848568533)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:49.999--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 181022659 [EL Finer]: transaction: 2024.04.25 10:09:49.999--ClientSession(181022659)--Thread(Thread[#1,main,5,main])--acquire unit of work: 920603686 [EL Finest]: query: 2024.04.25 10:09:49.999--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.25 10:09:49.999--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:49.999--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.25 10:09:50.001--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:50.001--UnitOfWork(920603686)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.001--ClientSession(181022659)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.003--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1090191122 [EL Finer]: transaction: 2024.04.25 10:09:50.003--ClientSession(1090191122)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1934605027 [EL Finest]: query: 2024.04.25 10:09:50.003--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.25 10:09:50.003--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.003--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.25 10:09:50.006--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:50.006--UnitOfWork(1934605027)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.006--ClientSession(1090191122)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.007--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1806062974 [EL Finer]: transaction: 2024.04.25 10:09:50.007--ClientSession(1806062974)--Thread(Thread[#1,main,5,main])--acquire unit of work: 521611410 [EL Finest]: query: 2024.04.25 10:09:50.007--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.25 10:09:50.007--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.007--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.25 10:09:50.007--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:50.007--UnitOfWork(521611410)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.007--ClientSession(1806062974)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.008--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1590842898 [EL Finer]: transaction: 2024.04.25 10:09:50.008--ClientSession(1590842898)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1159206653 [EL Finest]: query: 2024.04.25 10:09:50.008--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.25 10:09:50.008--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.008--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.25 10:09:50.011--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:50.011--UnitOfWork(1159206653)--Thread(Thread[#1,main,5,main])--Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.011--UnitOfWork(1159206653)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.011--ClientSession(1590842898)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.013--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 591902639 [EL Finer]: transaction: 2024.04.25 10:09:50.013--ClientSession(591902639)--Thread(Thread[#1,main,5,main])--acquire unit of work: 677705863 [EL Finest]: query: 2024.04.25 10:09:50.013--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.25 10:09:50.013--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.013--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.25 10:09:50.015--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:50.015--UnitOfWork(677705863)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.015--ClientSession(591902639)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.016--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 800097023 [EL Finer]: transaction: 2024.04.25 10:09:50.016--ClientSession(800097023)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1514969303 [EL Finest]: query: 2024.04.25 10:09:50.016--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.25 10:09:50.016--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.016--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.25 10:09:50.019--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:50.019--UnitOfWork(1514969303)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.019--ClientSession(800097023)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.022--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 51362851 [EL Finer]: transaction: 2024.04.25 10:09:50.022--ClientSession(51362851)--Thread(Thread[#1,main,5,main])--acquire unit of work: 762629053 [EL Finest]: query: 2024.04.25 10:09:50.022--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.25 10:09:50.022--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.022--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.25 10:09:50.025--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:50.025--UnitOfWork(762629053)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.025--ClientSession(51362851)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.026--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1694355353 [EL Finer]: transaction: 2024.04.25 10:09:50.026--ClientSession(1694355353)--Thread(Thread[#1,main,5,main])--acquire unit of work: 166788150 [EL Finest]: query: 2024.04.25 10:09:50.026--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.25 10:09:50.026--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.026--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.25 10:09:50.027--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:50.027--UnitOfWork(166788150)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.027--ClientSession(1694355353)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.028--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1717104778 [EL Finer]: transaction: 2024.04.25 10:09:50.028--ClientSession(1717104778)--Thread(Thread[#1,main,5,main])--acquire unit of work: 935522484 [EL Finest]: query: 2024.04.25 10:09:50.028--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.25 10:09:50.029--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.029--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.25 10:09:50.030--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:50.030--UnitOfWork(935522484)--Thread(Thread[#1,main,5,main])--Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.031--UnitOfWork(935522484)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.031--ClientSession(1717104778)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:50.032--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1186361374 [EL Finer]: transaction: 2024.04.25 10:09:50.032--ClientSession(1186361374)--Thread(Thread[#1,main,5,main])--acquire unit of work: 57172873 [EL Finest]: query: 2024.04.25 10:09:50.032--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.25 10:09:50.032--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:50.032--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.25 10:09:50.033--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:50.034--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:50.034--UnitOfWork(57172873)--Thread(Thread[#1,main,5,main])--Local Exception Stack: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.034--UnitOfWork(57172873)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:50.034--ClientSession(1186361374)--Thread(Thread[#1,main,5,main])--client released [EL Finest]: jpa: 2024.04.25 10:09:50.034--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.25 10:09:50.035--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--disconnect [EL Finer]: cache: 2024.04.25 10:09:50.035--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--initialize identitymaps [EL Fine]: connection: 2024.04.25 10:09:50.035--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.25 10:09:50.035--ServerSession(1538456363)--Connection(1583992583)--Thread(Thread[#1,main,5,main])--disconnect [EL Finest]: jpa: 2024.04.25 10:09:50.035--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.102 s -- in org.eclipse.persistence.jpa.test.property.TestParameterBinding [INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [EL Finer]: jpa: 2024.04.25 10:09:50.037--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - predeploying default-pu-name. [EL Info]: 2024.04.25 10:09:50.042--ServerSession(594043354)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCast [EL Info]: 2024.04.25 10:09:50.092--ServerSession(555390535)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.persistence.jpa.test.property.TestSQLCast [INFO] Running org.eclipse.persistence.jpa.test.query.model.TestQueryEqualTo [EL Fine]: server: 2024.04.25 10:09:50.118--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.119--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.25 10:09:50.119--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.25 10:09:50.121--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.123--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.123--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.25 10:09:50.124--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.25 10:09:50.125--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.25 10:09:50.125--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.126--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.127--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.127--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.127--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.128--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.128--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.128--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.129--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.129--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.129--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.129--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.130--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.130--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.131--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.131--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.25 10:09:50.133--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.25 10:09:50.135--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.25 10:09:50.135--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.25 10:09:50.136--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.25 10:09:50.137--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.25 10:09:50.140--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.25 10:09:50.142--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.25 10:09:50.144--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.25 10:09:50.146--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.25 10:09:50.147--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.25 10:09:50.148--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.25 10:09:50.149--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.25 10:09:50.150--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.150--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.25 10:09:50.150--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.25 10:09:50.158--ServerSession(654299840)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.155 s -- in org.eclipse.persistence.jpa.test.query.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.query.TestMathFunctions [EL Info]: 2024.04.25 10:09:50.320--ServerSession(62087921)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 RESULT LIST: 44.754238 RESULT LIST: -214.245732 [EL Warning]: 2024.04.25 10:09:50.444--UnitOfWork(355677068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.485--UnitOfWork(1018125462)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.505--UnitOfWork(266374831)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.219 s -- in org.eclipse.persistence.jpa.test.query.TestMathFunctions [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCase [EL Fine]: server: 2024.04.25 10:09:50.532--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.534--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.25 10:09:50.534--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.25 10:09:50.536--ServerSession(1974690755)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.538--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.538--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.25 10:09:50.540--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.25 10:09:50.540--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.25 10:09:50.541--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.543--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.25 10:09:50.546--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.25 10:09:50.547--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.25 10:09:50.549--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.25 10:09:50.551--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.25 10:09:50.554--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.25 10:09:50.556--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.25 10:09:50.560--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.25 10:09:50.562--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.25 10:09:50.565--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.25 10:09:50.566--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.25 10:09:50.567--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.25 10:09:50.569--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.25 10:09:50.572--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.25 10:09:50.574--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.25 10:09:50.577--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.25 10:09:50.579--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.25 10:09:50.580--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.25 10:09:50.581--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.25 10:09:50.583--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.25 10:09:50.588--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.25 10:09:50.589--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.25 10:09:50.590--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.25 10:09:50.591--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.25 10:09:50.593--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.593--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.25 10:09:50.593--ServerSession(1974690755)--Connection(628142870)--Thread(Thread[#1,main,5,main])--disconnect [WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.060 s -- in org.eclipse.persistence.jpa.test.query.TestQueryCase [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [EL Fine]: server: 2024.04.25 10:09:50.595--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.596--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.25 10:09:50.596--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.25 10:09:50.598--ServerSession(1994143461)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.599--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.600--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.25 10:09:50.601--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.25 10:09:50.602--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.25 10:09:50.602--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.604--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.25 10:09:50.606--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.25 10:09:50.608--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.25 10:09:50.610--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.25 10:09:50.613--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.25 10:09:50.615--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.25 10:09:50.616--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.25 10:09:50.617--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.25 10:09:50.618--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.25 10:09:50.619--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.25 10:09:50.619--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.25 10:09:50.620--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.620--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.25 10:09:50.620--ServerSession(1994143461)--Connection(147550597)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHaving [EL Fine]: server: 2024.04.25 10:09:50.622--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.623--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.25 10:09:50.623--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.25 10:09:50.625--ServerSession(639224694)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.627--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.627--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.25 10:09:50.628--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.25 10:09:50.629--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.25 10:09:50.629--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.631--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.25 10:09:50.634--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.25 10:09:50.636--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.25 10:09:50.636--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.25 10:09:50.636--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.25 10:09:50.638--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.25 10:09:50.641--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.25 10:09:50.643--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.25 10:09:50.644--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.25 10:09:50.644--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.645--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.25 10:09:50.645--ServerSession(639224694)--Connection(1563000141)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.persistence.jpa.test.query.TestQueryHaving [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHints [EL Info]: 2024.04.25 10:09:50.653--ServerSession(1126853225)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.persistence.jpa.test.query.TestQueryHints [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIN [EL Fine]: server: 2024.04.25 10:09:50.737--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.739--ServerSession(322505366)--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.25 10:09:50.740--ServerSession(322505366)--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.25 10:09:50.742--ServerSession(322505366)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.744--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.744--ServerSession(322505366)--Connection(107279519)--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.25 10:09:50.745--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.746--ServerSession(322505366)--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.25 10:09:50.746--ServerSession(322505366)--Connection(1621854559)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.749--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.752--ClientSession(665390309)--Connection(1621854559)--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.25 10:09:50.754--ClientSession(665390309)--Connection(1621854559)--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.25 10:09:50.756--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.759--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.760--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.764--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.766--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.767--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.769--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.771--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.772--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.774--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.775--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.775--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.777--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.778--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.779--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.780--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.781--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.782--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.785--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.786--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.788--ServerSession(322505366)--Connection(1621854559)--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.25 10:09:50.789--ServerSession(322505366)--Connection(1621854559)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.789--ServerSession(322505366)--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.25 10:09:50.789--ServerSession(322505366)--Connection(107279519)--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.25 10:09:50.790--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.791--ServerSession(1954689180)--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.25 10:09:50.792--ServerSession(1954689180)--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.25 10:09:50.794--ServerSession(1954689180)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.795--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.796--ServerSession(1954689180)--Connection(1590075830)--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.25 10:09:50.797--ServerSession(1954689180)--Connection(1073819729)--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.25 10:09:50.797--ServerSession(1954689180)--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.25 10:09:50.798--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.800--ServerSession(1954689180)--Connection(1073819729)--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.25 10:09:50.802--ClientSession(1016591849)--Connection(1073819729)--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.25 10:09:50.804--ClientSession(1016591849)--Connection(1073819729)--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.25 10:09:50.805--ClientSession(1016591849)--Connection(1073819729)--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.25 10:09:50.805--ClientSession(1016591849)--Connection(1073819729)--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.25 10:09:50.806--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:50.809--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:50.809--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:50.810--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:50.813--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:50.813--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:50.814--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:50.815--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:50.815--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:50.816--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:50.817--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:50.817--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL) [EL Fine]: connection: 2024.04.25 10:09:50.818--ServerSession(1954689180)--Connection(1073819729)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.818--ServerSession(1954689180)--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.25 10:09:50.818--ServerSession(1954689180)--Connection(1590075830)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.jpa.test.query.TestQueryIsNull [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [EL Fine]: server: 2024.04.25 10:09:50.821--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.822--ServerSession(567859829)--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.25 10:09:50.823--ServerSession(567859829)--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.25 10:09:50.824--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.826--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.826--ServerSession(567859829)--Connection(1286460628)--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.25 10:09:50.827--ServerSession(567859829)--Connection(1966657510)--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.25 10:09:50.828--ServerSession(567859829)--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.25 10:09:50.828--ServerSession(567859829)--Connection(1966657510)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:50.830--ServerSession(567859829)--Connection(1966657510)--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.25 10:09:50.833--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.833--ServerSession(2106922602)--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.25 10:09:50.834--ServerSession(2106922602)--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.25 10:09:50.835--ServerSession(2106922602)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.837--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.837--ServerSession(2106922602)--Connection(879319843)--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.25 10:09:50.838--ServerSession(2106922602)--Connection(1629105538)--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.25 10:09:50.839--ServerSession(2106922602)--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.25 10:09:50.872--ClientSession(1149801201)--Connection(1966657510)--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.25 10:09:50.875--ClientSession(1149801201)--Connection(1966657510)--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.25 10:09:50.875--ClientSession(1149801201)--Connection(1966657510)--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.25 10:09:50.875--ClientSession(1149801201)--Connection(1966657510)--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.25 10:09:50.877--ServerSession(567859829)--Connection(1966657510)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:50.879--ServerSession(567859829)--Connection(1966657510)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:50.881--ServerSession(567859829)--Connection(1966657510)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:50.883--ServerSession(567859829)--Connection(1966657510)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:50.886--ServerSession(567859829)--Connection(1966657510)--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.25 10:09:50.889--ServerSession(567859829)--Connection(1966657510)--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.25 10:09:50.891--ServerSession(567859829)--Connection(1966657510)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:50.892--ServerSession(567859829)--Connection(1966657510)--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.25 10:09:50.892--ServerSession(567859829)--Connection(1966657510)--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.25 10:09:50.893--ServerSession(567859829)--Connection(1966657510)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.894--ServerSession(567859829)--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.25 10:09:50.894--ServerSession(567859829)--Connection(1286460628)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.894--ServerSession(2106922602)--Connection(1629105538)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:50.894--ServerSession(2106922602)--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.25 10:09:50.894--ServerSession(2106922602)--Connection(879319843)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties [EL Info]: 2024.04.25 10:09:50.901--ServerSession(1943548225)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:50.918--ServerSession(1532725040)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:50.931--ServerSession(1850630389)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.persistence.jpa.test.query.TestQueryProperties [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [EL Fine]: server: 2024.04.25 10:09:50.945--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.946--ServerSession(2013611916)--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.25 10:09:50.947--ServerSession(2013611916)--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.25 10:09:50.947--ServerSession(2013611916)--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.25 10:09:50.947--ServerSession(2013611916)--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.25 10:09:50.947--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:50.947--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:50.947--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:50.947--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:50.947--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:50.947--ServerSession(2013611916)--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.25 10:09:50.948--ServerSession(2013611916)--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.25 10:09:50.949--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.951--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.951--ServerSession(2013611916)--Connection(1106002545)--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.25 10:09:50.952--ServerSession(2013611916)--Connection(1890212065)--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.25 10:09:50.953--ServerSession(2013611916)--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.25 10:09:50.953--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:50.954--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.955--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.955--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:50.955--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.956--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.956--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:50.956--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.956--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.957--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:50.957--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.957--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.957--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:50.958--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.958--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.958--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:50.959--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.959--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.959--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:50.960--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.960--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.960--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:50.960--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.961--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.961--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:50.961--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.961--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.961--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:50.962--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.962--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.962--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:50.963--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:50.963--ServerSession(2013611916)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:50.963--ServerSession(2013611916)--Connection(1890212065)--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.25 10:09:50.965--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:50.966--ServerSession(2013611916)--Connection(1890212065)--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.25 10:09:50.969--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.969--ServerSession(423207828)--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.25 10:09:50.970--ServerSession(423207828)--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.25 10:09:50.970--ServerSession(423207828)--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.25 10:09:50.970--ServerSession(423207828)--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.25 10:09:50.970--ServerSession(423207828)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:50.971--ServerSession(423207828)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:50.971--ServerSession(423207828)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:50.971--ServerSession(423207828)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:50.971--ServerSession(423207828)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:50.971--ServerSession(423207828)--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.25 10:09:50.971--ServerSession(423207828)--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.25 10:09:50.972--ServerSession(423207828)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.974--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.974--ServerSession(423207828)--Connection(175825728)--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.25 10:09:50.975--ServerSession(423207828)--Connection(1586222232)--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.25 10:09:50.976--ServerSession(423207828)--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.25 10:09:50.976--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:50.979--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:50.980--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:50.981--ServerSession(423207828)--Connection(1586222232)--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.25 10:09:50.983--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:50.984--ServerSession(423207828)--Connection(1586222232)--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.25 10:09:50.992--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:50.993--ServerSession(771843019)--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.25 10:09:50.994--ServerSession(771843019)--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.25 10:09:50.994--ServerSession(771843019)--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.25 10:09:50.994--ServerSession(771843019)--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.25 10:09:50.994--ServerSession(771843019)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:50.994--ServerSession(771843019)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:50.995--ServerSession(771843019)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:50.995--ServerSession(771843019)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:50.995--ServerSession(771843019)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:50.995--ServerSession(771843019)--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.25 10:09:50.995--ServerSession(771843019)--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.25 10:09:50.996--ServerSession(771843019)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:50.998--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:50.998--ServerSession(771843019)--Connection(952457866)--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.25 10:09:50.999--ServerSession(771843019)--Connection(494893410)--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.25 10:09:51.000--ServerSession(771843019)--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.25 10:09:51.000--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:51.002--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.004--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:51.005--ServerSession(771843019)--Connection(494893410)--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.25 10:09:51.006--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:51.007--ServerSession(771843019)--Connection(494893410)--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.25 10:09:51.011--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.014--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.015--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.016--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.017--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.017--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.018--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.022--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.023--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.024--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0.0] [EL Fine]: sql: 2024.04.25 10:09:51.024--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0.0] [EL Fine]: sql: 2024.04.25 10:09:51.025--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0.0] [EL Fine]: sql: 2024.04.25 10:09:51.026--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.029--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.029--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.030--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.031--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.032--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.032--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.033--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.034--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.037--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.037--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.038--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.040--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.042--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.043--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.044--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.045--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.046--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.047--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.047--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0.0] [EL Fine]: sql: 2024.04.25 10:09:51.048--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0.0] [EL Fine]: sql: 2024.04.25 10:09:51.048--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1)) bind => [0.0] [EL Fine]: sql: 2024.04.25 10:09:51.049--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.053--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.054--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.055--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.058--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.059--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.060--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.061--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.062--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.063--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.067--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.069--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.070--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.071--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.072--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.073--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.077--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.077--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.078--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.079--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.082--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.082--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.083--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.084--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.086--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.086--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.087--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.088--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.089--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.090--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.090--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.091--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.094--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.095--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.095--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.096--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.096--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.097--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.098--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.099--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.099--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.100--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.100--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.101--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.105--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.105--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.106--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.107--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.107--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.108--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.112--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.113--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.113--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.114--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.114--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.116--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.117--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.117--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.118--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.119--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.119--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.120--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.121--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.122--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.122--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.123--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.126--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.126--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.127--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.127--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.128--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.129--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.129--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.130--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1)) [EL Fine]: sql: 2024.04.25 10:09:51.133--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1)) [EL Fine]: sql: 2024.04.25 10:09:51.134--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1)) [EL Fine]: sql: 2024.04.25 10:09:51.134--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1)) [EL Fine]: sql: 2024.04.25 10:09:51.135--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1)) [EL Fine]: sql: 2024.04.25 10:09:51.135--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1)) [EL Fine]: sql: 2024.04.25 10:09:51.136--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.137--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.138--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.138--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.139--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.139--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.140--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1)) [EL Fine]: sql: 2024.04.25 10:09:51.143--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1)) [EL Fine]: sql: 2024.04.25 10:09:51.143--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1)) [EL Fine]: sql: 2024.04.25 10:09:51.144--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1)) [EL Fine]: sql: 2024.04.25 10:09:51.144--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1)) [EL Fine]: sql: 2024.04.25 10:09:51.145--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1)) [EL Fine]: sql: 2024.04.25 10:09:51.146--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.147--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.147--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.148--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.149--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.150--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.151--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.151--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.152--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.152--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.153--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.155--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.156--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.157--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.157--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.158--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1))) [EL Fine]: sql: 2024.04.25 10:09:51.158--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1)) [EL Fine]: sql: 2024.04.25 10:09:51.161--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1)) [EL Fine]: sql: 2024.04.25 10:09:51.162--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1)) [EL Fine]: sql: 2024.04.25 10:09:51.162--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1)) [EL Fine]: sql: 2024.04.25 10:09:51.163--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1)) [EL Fine]: sql: 2024.04.25 10:09:51.163--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1)) [EL Fine]: sql: 2024.04.25 10:09:51.164--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.165--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.166--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1)) [EL Fine]: sql: 2024.04.25 10:09:51.169--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1)) [EL Fine]: sql: 2024.04.25 10:09:51.170--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1)) [EL Fine]: sql: 2024.04.25 10:09:51.170--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1)) [EL Fine]: sql: 2024.04.25 10:09:51.171--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1)) [EL Fine]: sql: 2024.04.25 10:09:51.171--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1)) [EL Fine]: sql: 2024.04.25 10:09:51.172--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.173--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.173--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.174--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.174--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD') [EL Fine]: sql: 2024.04.25 10:09:51.177--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD') [EL Fine]: sql: 2024.04.25 10:09:51.177--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD') [EL Fine]: sql: 2024.04.25 10:09:51.178--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD') [EL Fine]: sql: 2024.04.25 10:09:51.179--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.180--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.180--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.181--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.04.25 10:09:51.182--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.185--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.186--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.186--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.187--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.187--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.188--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1)) [EL Fine]: sql: 2024.04.25 10:09:51.191--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1)) [EL Fine]: sql: 2024.04.25 10:09:51.191--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1)) [EL Fine]: sql: 2024.04.25 10:09:51.192--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1)) [EL Fine]: sql: 2024.04.25 10:09:51.194--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1)) [EL Fine]: sql: 2024.04.25 10:09:51.195--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1)) [EL Fine]: sql: 2024.04.25 10:09:51.196--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.197--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.197--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.197--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.198--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.199--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.200--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.201--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.201--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.201--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1)) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.203--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.203--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.204--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.204--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.205--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.205--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.206--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.206--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.207--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.208--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.208--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.208--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.209--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.210--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.211--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.211--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.212--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: sql: 2024.04.25 10:09:51.212--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1))) bind => [0] [EL Fine]: connection: 2024.04.25 10:09:51.213--ServerSession(423207828)--Connection(1586222232)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.213--ServerSession(423207828)--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.25 10:09:51.213--ServerSession(423207828)--Connection(175825728)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.213--ServerSession(771843019)--Connection(494893410)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.213--ServerSession(771843019)--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.25 10:09:51.213--ServerSession(771843019)--Connection(952457866)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.213--ServerSession(2013611916)--Connection(1890212065)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.213--ServerSession(2013611916)--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.25 10:09:51.213--ServerSession(2013611916)--Connection(1106002545)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [EL Fine]: server: 2024.04.25 10:09:51.215--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:51.216--ServerSession(1256604957)--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.25 10:09:51.217--ServerSession(1256604957)--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.25 10:09:51.217--ServerSession(1256604957)--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.25 10:09:51.217--ServerSession(1256604957)--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.25 10:09:51.217--ServerSession(1256604957)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.217--ServerSession(1256604957)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:51.217--ServerSession(1256604957)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.217--ServerSession(1256604957)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.217--ServerSession(1256604957)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.217--ServerSession(1256604957)--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.25 10:09:51.218--ServerSession(1256604957)--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.25 10:09:51.219--ServerSession(1256604957)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:51.221--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:51.221--ServerSession(1256604957)--Connection(977612943)--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.25 10:09:51.222--ServerSession(1256604957)--Connection(1894076099)--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.25 10:09:51.223--ServerSession(1256604957)--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.25 10:09:51.223--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:51.226--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.227--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:51.229--ServerSession(1256604957)--Connection(1894076099)--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.25 10:09:51.231--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:51.231--ServerSession(1256604957)--Connection(1894076099)--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.25 10:09:51.234--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:51.235--ServerSession(1351814143)--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.25 10:09:51.235--ServerSession(1351814143)--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.25 10:09:51.235--ServerSession(1351814143)--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.25 10:09:51.235--ServerSession(1351814143)--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.25 10:09:51.236--ServerSession(1351814143)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.236--ServerSession(1351814143)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:51.236--ServerSession(1351814143)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.236--ServerSession(1351814143)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.236--ServerSession(1351814143)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.236--ServerSession(1351814143)--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.25 10:09:51.236--ServerSession(1351814143)--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.25 10:09:51.237--ServerSession(1351814143)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:51.239--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:51.239--ServerSession(1351814143)--Connection(854671988)--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.25 10:09:51.240--ServerSession(1351814143)--Connection(2062904102)--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.25 10:09:51.241--ServerSession(1351814143)--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.25 10:09:51.241--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:51.243--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.245--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:51.246--ServerSession(1351814143)--Connection(2062904102)--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.25 10:09:51.247--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:51.248--ServerSession(1351814143)--Connection(2062904102)--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.25 10:09:51.250--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:51.251--ServerSession(309167705)--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.25 10:09:51.252--ServerSession(309167705)--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.25 10:09:51.252--ServerSession(309167705)--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.25 10:09:51.252--ServerSession(309167705)--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.25 10:09:51.252--ServerSession(309167705)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.252--ServerSession(309167705)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:51.252--ServerSession(309167705)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.252--ServerSession(309167705)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.252--ServerSession(309167705)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.252--ServerSession(309167705)--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.25 10:09:51.252--ServerSession(309167705)--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.25 10:09:51.253--ServerSession(309167705)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:51.255--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:51.255--ServerSession(309167705)--Connection(99208085)--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.25 10:09:51.256--ServerSession(309167705)--Connection(2076760639)--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.25 10:09:51.257--ServerSession(309167705)--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.25 10:09:51.258--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:51.260--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.261--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:51.262--ServerSession(309167705)--Connection(2076760639)--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.25 10:09:51.264--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:51.265--ServerSession(309167705)--Connection(2076760639)--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.25 10:09:51.268--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36)) [EL Fine]: sql: 2024.04.25 10:09:51.271--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36)) [EL Fine]: sql: 2024.04.25 10:09:51.272--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36)) [EL Fine]: sql: 2024.04.25 10:09:51.273--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36)) [EL Fine]: sql: 2024.04.25 10:09:51.274--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.276--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.277--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.277--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.279--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [4, 4] [EL Fine]: sql: 2024.04.25 10:09:51.282--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [4, 4] [EL Fine]: sql: 2024.04.25 10:09:51.282--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 4)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.285--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [4, 4] [EL Fine]: sql: 2024.04.25 10:09:51.286--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [4, 4] [EL Fine]: sql: 2024.04.25 10:09:51.286--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 4) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [2, 4] [EL Fine]: sql: 2024.04.25 10:09:51.289--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.04.25 10:09:51.292--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.04.25 10:09:51.293--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.04.25 10:09:51.293--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.04.25 10:09:51.295--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2)) [EL Fine]: sql: 2024.04.25 10:09:51.297--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2)) [EL Fine]: sql: 2024.04.25 10:09:51.298--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2)) [EL Fine]: sql: 2024.04.25 10:09:51.299--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2)) [EL Fine]: sql: 2024.04.25 10:09:51.299--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2)) [EL Fine]: sql: 2024.04.25 10:09:51.299--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2)) [EL Fine]: sql: 2024.04.25 10:09:51.300--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.303--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.303--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.304--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.305--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10)) [EL Fine]: sql: 2024.04.25 10:09:51.308--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10)) [EL Fine]: sql: 2024.04.25 10:09:51.308--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10)) [EL Fine]: sql: 2024.04.25 10:09:51.309--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10)) [EL Fine]: sql: 2024.04.25 10:09:51.310--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.311--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.311--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.312--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.313--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [4, 4] [EL Fine]: sql: 2024.04.25 10:09:51.314--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [4, 4] [EL Fine]: sql: 2024.04.25 10:09:51.314--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 4)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.315--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [4, 4] [EL Fine]: sql: 2024.04.25 10:09:51.315--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [4, 4] [EL Fine]: sql: 2024.04.25 10:09:51.316--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 4) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2)) bind => [2, 4] [EL Fine]: sql: 2024.04.25 10:09:51.317--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.320--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.320--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.321--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.321--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.322--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.323--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2)) [EL Fine]: sql: 2024.04.25 10:09:51.325--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2)) [EL Fine]: sql: 2024.04.25 10:09:51.326--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (2 + 4)) [EL Fine]: sql: 2024.04.25 10:09:51.329--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2)) [EL Fine]: sql: 2024.04.25 10:09:51.329--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2)) [EL Fine]: sql: 2024.04.25 10:09:51.329--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (2 + 4) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2)) [EL Fine]: sql: 2024.04.25 10:09:51.332--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.04.25 10:09:51.333--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.04.25 10:09:51.334--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.04.25 10:09:51.334--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.04.25 10:09:51.335--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.336--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.337--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.337--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.338--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.338--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2)) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.339--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.340--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.340--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.341--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10)) bind => [36] [EL Fine]: sql: 2024.04.25 10:09:51.342--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.345--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.345--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.345--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1) [EL Fine]: connection: 2024.04.25 10:09:51.346--ServerSession(1351814143)--Connection(2062904102)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.346--ServerSession(1351814143)--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.25 10:09:51.346--ServerSession(1351814143)--Connection(854671988)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.346--ServerSession(309167705)--Connection(2076760639)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.346--ServerSession(309167705)--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.25 10:09:51.346--ServerSession(309167705)--Connection(99208085)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.346--ServerSession(1256604957)--Connection(1894076099)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:51.346--ServerSession(1256604957)--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.25 10:09:51.346--ServerSession(1256604957)--Connection(977612943)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [EL Fine]: server: 2024.04.25 10:09:51.350--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:51.351--ServerSession(490625541)--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.25 10:09:51.352--ServerSession(490625541)--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.25 10:09:51.352--ServerSession(490625541)--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.25 10:09:51.352--ServerSession(490625541)--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.25 10:09:51.352--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.352--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:51.352--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.352--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.352--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.352--ServerSession(490625541)--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.25 10:09:51.353--ServerSession(490625541)--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.25 10:09:51.354--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:51.355--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:51.355--ServerSession(490625541)--Connection(274020961)--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.25 10:09:51.357--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.357--ServerSession(490625541)--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.25 10:09:51.358--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:51.360--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.362--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:51.363--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.365--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:51.365--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.368--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:51.369--ServerSession(1809970047)--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.25 10:09:51.369--ServerSession(1809970047)--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.25 10:09:51.369--ServerSession(1809970047)--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.25 10:09:51.369--ServerSession(1809970047)--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.25 10:09:51.369--ServerSession(1809970047)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.370--ServerSession(1809970047)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:51.370--ServerSession(1809970047)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.370--ServerSession(1809970047)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.370--ServerSession(1809970047)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.370--ServerSession(1809970047)--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.25 10:09:51.370--ServerSession(1809970047)--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.25 10:09:51.371--ServerSession(1809970047)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:51.372--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:51.373--ServerSession(1809970047)--Connection(985867968)--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.25 10:09:51.374--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.374--ServerSession(1809970047)--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.25 10:09:51.375--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:51.377--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.378--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:51.379--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.381--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:51.381--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.384--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:51.385--ServerSession(1832984588)--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.25 10:09:51.385--ServerSession(1832984588)--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.25 10:09:51.385--ServerSession(1832984588)--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.25 10:09:51.385--ServerSession(1832984588)--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.25 10:09:51.385--ServerSession(1832984588)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.386--ServerSession(1832984588)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:51.386--ServerSession(1832984588)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:51.386--ServerSession(1832984588)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.386--ServerSession(1832984588)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:51.386--ServerSession(1832984588)--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.25 10:09:51.386--ServerSession(1832984588)--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.25 10:09:51.387--ServerSession(1832984588)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:51.388--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:51.389--ServerSession(1832984588)--Connection(1845411114)--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.25 10:09:51.390--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.390--ServerSession(1832984588)--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.25 10:09:51.391--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:51.393--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.394--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:51.395--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.397--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:51.397--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.401--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.404--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.405--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.408--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.409--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.412--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.413--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.413--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.414--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.414--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.416--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.419--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.420--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.421--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.421--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.422--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.423--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.426--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.426--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.427--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.428--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.432--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.433--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.433--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.435--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.438--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.438--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.439--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.440--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.444--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.444--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.447--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.448--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.451--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.451--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.452--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.452--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.452--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.453--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.456--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.457--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.458--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.458--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.459--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.460--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.463--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.464--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.464--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.466--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.467--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.468--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.469--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.469--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.470--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.470--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.471--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.472--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.472--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.473--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.473--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.473--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.474--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.475--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.478--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.481--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.481--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.483--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.486--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.488--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.490--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.491--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.491--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.492--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.492--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.493--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.495--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.496--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.496--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.497--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.499--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.499--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.500--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.500--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.501--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.502--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.504--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.505--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.506--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.507--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.508--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.509--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.511--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.512--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.512--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.513--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.516--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.516--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.518--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.519--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT EXP(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.522--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT EXP(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.523--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT EXP(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.523--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT EXP(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.524--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.526--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.526--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.527--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.528--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.528--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.529--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.529--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.530--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.533--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.534--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.534--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.535--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.04.25 10:09:51.538--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.04.25 10:09:51.539--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.04.25 10:09:51.539--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.04.25 10:09:51.540--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.543--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.543--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.544--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.544--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.546--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.547--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.547--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.548--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.548--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.549--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.550--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.550--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.551--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.551--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.554--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.554--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.555--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.555--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.556--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.557--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.559--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.560--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.560--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.561--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1)) [EL Fine]: sql: 2024.04.25 10:09:51.563--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1)) [EL Fine]: sql: 2024.04.25 10:09:51.564--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1)) [EL Fine]: sql: 2024.04.25 10:09:51.564--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1)) [EL Fine]: sql: 2024.04.25 10:09:51.565--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R' [EL Fine]: sql: 2024.04.25 10:09:51.567--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R' [EL Fine]: sql: 2024.04.25 10:09:51.567--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R' [EL Fine]: sql: 2024.04.25 10:09:51.568--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R' [EL Fine]: sql: 2024.04.25 10:09:51.569--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.572--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.573--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.574--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.577--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.577--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.578--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.581--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.582--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.582--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.583--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.586--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.587--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.587--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.588--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.590--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.591--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.591--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.592--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.592--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.593--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.596--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.597--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.600--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.601--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.603--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.604--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.604--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.605--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.605--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1) [EL Fine]: sql: 2024.04.25 10:09:51.606--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.606--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.607--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.607--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.607--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.608--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.609--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.610--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.610--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.611--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.612--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.615--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.616--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.617--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.621--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.621--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.622--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.625--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.626--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.626--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.626--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.627--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.628--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT CEIL(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.631--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT CEIL(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.631--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT CEIL(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.632--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT CEIL(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.633--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.633--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.634--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.635--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.635--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.635--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.636--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.637--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.638--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.638--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.639--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.642--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.642--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.643--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.644--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.644--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.645--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.646--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.646--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.647--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.647--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.648--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.649--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.649--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.649--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.650--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:51.651--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2))) [EL Fine]: sql: 2024.04.25 10:09:51.654--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2))) [EL Fine]: sql: 2024.04.25 10:09:51.654--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2))) [EL Fine]: sql: 2024.04.25 10:09:51.655--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2))) [EL Fine]: sql: 2024.04.25 10:09:51.655--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2))) [EL Fine]: sql: 2024.04.25 10:09:51.656--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2))) [EL Fine]: sql: 2024.04.25 10:09:51.657--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.659--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.660--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.660--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.661--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.661--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.662--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.665--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.666--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.667--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.667--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.667--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.669--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.670--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.670--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.671--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.672--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.672--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.673--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.676--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.676--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.677--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.678--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.679--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.679--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.680--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.680--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.681--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.681--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.684--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.685--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.685--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.686--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.686--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.687--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.688--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.688--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.688--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.689--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.699--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.700--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.701--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.701--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.702--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.702--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.703--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.704--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.704--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.705--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.705--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.706--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.707--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.707--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.708--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.708--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.709--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.709--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.712--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.713--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.713--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.714--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.714--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.715--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.718--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.719--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.720--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.720--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.721--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.722--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.723--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.724--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.724--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.725--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.725--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.726--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.727--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.727--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.728--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.728--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.728--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9)) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:51.729--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.730--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.731--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.731--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.731--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.732--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.733--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.736--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.737--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.738--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.739--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.739--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.740--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.741--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.741--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.741--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.742--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.743--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.744--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.744--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.745--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.745--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.746--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.749--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.749--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.750--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.751--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.754--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.754--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.755--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.755--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.756--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.757--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.758--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.759--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.759--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.760--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.760--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.761--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.761--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.762--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.762--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.763--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.763--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.764--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.764--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.765--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.765--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.766--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.766--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.767--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.04.25 10:09:51.768--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.04.25 10:09:51.768--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.04.25 10:09:51.769--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.04.25 10:09:51.769--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:51.771--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:51.772--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:51.772--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL) [EL Fine]: sql: 2024.04.25 10:09:51.773--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.774--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.774--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.774--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.775--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.776--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.776--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.777--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.777--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.777--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.778--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.781--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.782--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.784--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.785--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.789--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.789--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.790--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.790--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.791--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.792--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.793--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.793--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.794--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.794--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.795--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9) [EL Fine]: sql: 2024.04.25 10:09:51.796--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.796--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.797--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.798--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.798--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.798--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.799--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.800--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.801--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.801--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:51.802--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2) bind => [2, 7, 5, 9] [EL Fine]: sql: 2024.04.25 10:09:51.805--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2) bind => [null, 7, 5, 9] [EL Fine]: sql: 2024.04.25 10:09:51.805--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2) bind => [null, 7, 5, 9] [EL Fine]: sql: 2024.04.25 10:09:51.806--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2) bind => [null, 7, 5, 9] [EL Fine]: sql: 2024.04.25 10:09:51.807--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.809--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.810--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.810--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.811--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%' [EL Fine]: sql: 2024.04.25 10:09:51.813--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%' [EL Fine]: sql: 2024.04.25 10:09:51.814--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%' [EL Fine]: sql: 2024.04.25 10:09:51.814--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%' [EL Fine]: sql: 2024.04.25 10:09:51.814--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%' [EL Fine]: sql: 2024.04.25 10:09:51.815--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%' [EL Fine]: sql: 2024.04.25 10:09:51.816--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.819--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.819--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.822--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.823--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.824--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.824--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.825--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.825--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.826--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.826--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.830--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.830--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.831--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.831--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.831--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.832--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.833--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.834--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.834--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.835--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.835--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.836--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.838--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.839--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.839--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.841--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.842--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.843--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.843--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.844--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.844--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.845--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD')) [EL Fine]: sql: 2024.04.25 10:09:51.848--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD')) [EL Fine]: sql: 2024.04.25 10:09:51.848--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD')) [EL Fine]: sql: 2024.04.25 10:09:51.849--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD')) [EL Fine]: sql: 2024.04.25 10:09:51.850--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2) bind => [2, 7, 5, 9] [EL Fine]: sql: 2024.04.25 10:09:51.851--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2) bind => [null, 7, 5, 9] [EL Fine]: sql: 2024.04.25 10:09:51.851--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2) bind => [null, 7, 5, 9] [EL Fine]: sql: 2024.04.25 10:09:51.852--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2) bind => [null, 7, 5, 9] [EL Fine]: sql: 2024.04.25 10:09:51.852--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.853--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.854--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.854--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.855--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.856--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.856--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.857--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.857--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.857--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.859--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.862--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.863--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.865--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.866--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024.04.25 10:09:51.870--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:51.872--UnitOfWork(1853981509)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:51.874--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.04.25 10:09:51.875--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:51.875--UnitOfWork(1853981509)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:51.876--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.04.25 10:09:51.877--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:51.877--UnitOfWork(1853981509)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:51.877--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.04.25 10:09:51.878--ServerSession(490625541)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:51.878--UnitOfWork(1853981509)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:51.879--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9)) [EL Fine]: sql: 2024.04.25 10:09:51.881--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9)) [EL Fine]: sql: 2024.04.25 10:09:51.882--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9)) [EL Fine]: sql: 2024.04.25 10:09:51.882--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9)) [EL Fine]: sql: 2024.04.25 10:09:51.882--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9)) [EL Fine]: sql: 2024.04.25 10:09:51.883--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9)) [EL Fine]: sql: 2024.04.25 10:09:51.883--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.884--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.884--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.885--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.885--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.886--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.887--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.888--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.889--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.889--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.889--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.890--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.891--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.891--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.891--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.892--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:51.893--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.893--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.894--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.894--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.894--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.895--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.04.25 10:09:51.896--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.896--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.897--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.897--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.897--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.898--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.04.25 10:09:51.899--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.899--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.900--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.900--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.901--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.901--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.902--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.904--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.908--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.908--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.908--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.909--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.912--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:51.914--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:51.915--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:51.915--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:51.916--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:51.916--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:51.917--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:51.919--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:51.920--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:51.920--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL) [EL Fine]: sql: 2024.04.25 10:09:51.921--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.922--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.923--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.923--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.924--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.924--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.925--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.926--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.926--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.926--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:51.927--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.930--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.932--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.933--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.934--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.934--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.936--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.937--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.938--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.938--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.939--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.939--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.940--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.943--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.944--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.944--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.945--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.946--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.946--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.947--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.947--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.948--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.948--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.949--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.950--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.953--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.953--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.953--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:51.954--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.955--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.955--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.956--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.956--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.957--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.04.25 10:09:51.958--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.961--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.961--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.962--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.964--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.964--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:51.965--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.966--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.966--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.967--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:51.967--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT SIGN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.970--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT SIGN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.971--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT SIGN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.971--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT SIGN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.972--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.974--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.974--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.974--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.975--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.975--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:51.976--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.977--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.978--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.978--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.979--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.979--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:51.980--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9) [EL Fine]: sql: 2024.04.25 10:09:51.983--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9) [EL Fine]: sql: 2024.04.25 10:09:51.983--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9) [EL Fine]: sql: 2024.04.25 10:09:51.984--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9) [EL Fine]: sql: 2024.04.25 10:09:51.984--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9) [EL Fine]: sql: 2024.04.25 10:09:51.984--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9) [EL Fine]: sql: 2024.04.25 10:09:51.985--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT LN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.988--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT LN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.988--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT LN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.988--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT LN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3) [EL Fine]: sql: 2024.04.25 10:09:51.989--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.990--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.991--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.992--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.992--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.993--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:51.993--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.994--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.995--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.995--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.996--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.996--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.04.25 10:09:51.997--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A' [EL Fine]: sql: 2024.04.25 10:09:51.999--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A' [EL Fine]: sql: 2024.04.25 10:09:52.000--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A' [EL Fine]: sql: 2024.04.25 10:09:52.000--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A' [EL Fine]: sql: 2024.04.25 10:09:52.000--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A' [EL Fine]: sql: 2024.04.25 10:09:52.001--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A' [EL Fine]: sql: 2024.04.25 10:09:52.002--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.003--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.004--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.004--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.004--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.005--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.006--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.006--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.007--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.007--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.008--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.008--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.009--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.012--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.012--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.013--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.015--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.015--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.017--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.018--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.018--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.019--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.019--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.020--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.020--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:52.021--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:52.022--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:52.022--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:52.023--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:52.023--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, 4, -2] [EL Fine]: sql: 2024.04.25 10:09:52.024--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9) [EL Fine]: sql: 2024.04.25 10:09:52.026--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9) [EL Fine]: sql: 2024.04.25 10:09:52.026--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9) [EL Fine]: sql: 2024.04.25 10:09:52.027--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9) [EL Fine]: sql: 2024.04.25 10:09:52.027--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9) [EL Fine]: sql: 2024.04.25 10:09:52.027--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9) [EL Fine]: sql: 2024.04.25 10:09:52.028--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.031--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.031--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.032--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.032--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.033--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.034--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.034--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.035--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.035--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.036--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.036--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.037--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.037--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.038--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.039--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.040--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.040--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.041--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.041--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.042--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.042--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.043--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.043--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.044--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.044--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.045--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.046--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.046--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.047--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.047--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.047--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.049--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.050--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.050--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.051--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.051--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.052--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.053--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.053--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.054--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.055--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.056--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.056--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.057--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.057--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.058--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:52.059--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:52.059--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:52.059--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.04.25 10:09:52.060--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.060--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.061--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.062--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.062--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.062--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.063--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.064--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.064--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.065--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.065--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.065--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.04.25 10:09:52.066--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:52.067--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:52.067--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:52.068--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:52.068--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:52.068--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9) bind => [4, 2] [EL Fine]: sql: 2024.04.25 10:09:52.069--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.070--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.070--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.071--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.071--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.072--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.073--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.075--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.076--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.076--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.077--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.078--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.079--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.081--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.082--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0 < FLOOR((9.9)*1e2+0.5)/1e2) [EL Fine]: sql: 2024.04.25 10:09:52.086--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0 < FLOOR((9.9)*1e2+0.5)/1e2) [EL Fine]: sql: 2024.04.25 10:09:52.086--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0 < FLOOR((9.9)*1e2+0.5)/1e2) [EL Fine]: sql: 2024.04.25 10:09:52.087--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.090--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.091--ServerSession(490625541)--Connection(1015958146)--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.25 10:09:52.092--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.093--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.094--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.094--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.094--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.095--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.096--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.097--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.097--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.098--ServerSession(1809970047)--Connection(1583169772)--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.25 10:09:52.098--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.099--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.100--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.101--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.101--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.101--ServerSession(1832984588)--Connection(165392857)--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.25 10:09:52.102--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.103--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.103--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.104--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.104--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.104--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.04.25 10:09:52.105--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.106--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.106--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.106--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.107--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.108--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.108--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.04.25 10:09:52.109--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: connection: 2024.04.25 10:09:52.109--ServerSession(1809970047)--Connection(1583169772)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.109--ServerSession(1809970047)--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.25 10:09:52.110--ServerSession(1809970047)--Connection(985867968)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.110--ServerSession(1832984588)--Connection(165392857)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.110--ServerSession(1832984588)--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.25 10:09:52.110--ServerSession(1832984588)--Connection(1845411114)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.110--ServerSession(490625541)--Connection(1015958146)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.110--ServerSession(490625541)--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.25 10:09:52.110--ServerSession(490625541)--Connection(274020961)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.760 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [EL Fine]: server: 2024.04.25 10:09:52.113--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.114--ServerSession(549955869)--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.25 10:09:52.115--ServerSession(549955869)--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.25 10:09:52.115--ServerSession(549955869)--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.25 10:09:52.115--ServerSession(549955869)--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.25 10:09:52.116--ServerSession(549955869)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.116--ServerSession(549955869)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.116--ServerSession(549955869)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.116--ServerSession(549955869)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.116--ServerSession(549955869)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.116--ServerSession(549955869)--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.25 10:09:52.116--ServerSession(549955869)--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.25 10:09:52.118--ServerSession(549955869)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.120--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.120--ServerSession(549955869)--Connection(576294984)--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.25 10:09:52.121--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.122--ServerSession(549955869)--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.25 10:09:52.122--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.125--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.127--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.128--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.130--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.131--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.134--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.135--ServerSession(1601460592)--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.25 10:09:52.135--ServerSession(1601460592)--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.25 10:09:52.136--ServerSession(1601460592)--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.25 10:09:52.136--ServerSession(1601460592)--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.25 10:09:52.136--ServerSession(1601460592)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.136--ServerSession(1601460592)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.136--ServerSession(1601460592)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.136--ServerSession(1601460592)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.136--ServerSession(1601460592)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.136--ServerSession(1601460592)--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.25 10:09:52.136--ServerSession(1601460592)--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.25 10:09:52.138--ServerSession(1601460592)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.140--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.140--ServerSession(1601460592)--Connection(1802632685)--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.25 10:09:52.141--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.142--ServerSession(1601460592)--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.25 10:09:52.142--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.144--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.146--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.147--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.149--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.150--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.152--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.153--ServerSession(1606954469)--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.25 10:09:52.154--ServerSession(1606954469)--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.25 10:09:52.154--ServerSession(1606954469)--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.25 10:09:52.154--ServerSession(1606954469)--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.25 10:09:52.154--ServerSession(1606954469)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.154--ServerSession(1606954469)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.154--ServerSession(1606954469)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.154--ServerSession(1606954469)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.154--ServerSession(1606954469)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.154--ServerSession(1606954469)--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.25 10:09:52.154--ServerSession(1606954469)--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.25 10:09:52.156--ServerSession(1606954469)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.157--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.157--ServerSession(1606954469)--Connection(307513248)--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.25 10:09:52.159--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.159--ServerSession(1606954469)--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.25 10:09:52.160--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.162--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.163--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.164--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.166--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.167--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.170--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.173--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.174--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.174--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.175--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') [EL Fine]: sql: 2024.04.25 10:09:52.178--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') [EL Fine]: sql: 2024.04.25 10:09:52.179--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC [EL Fine]: sql: 2024.04.25 10:09:52.181--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC [EL Fine]: sql: 2024.04.25 10:09:52.182--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.184--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.184--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.185--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.186--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.189--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.190--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.190--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.191--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD')) bind => [11] [EL Fine]: sql: 2024.04.25 10:09:52.193--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD')) bind => [11] [EL Fine]: sql: 2024.04.25 10:09:52.194--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD')) bind => [11] [EL Fine]: sql: 2024.04.25 10:09:52.194--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD')) bind => [11] [EL Fine]: sql: 2024.04.25 10:09:52.195--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.197--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.198--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.200--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.200--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.201--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.205--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.208--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.209--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.209--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.210--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.210--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.212--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.214--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.215--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.216--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.216--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.217--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.218--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.220--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.221--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.221--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.222--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.222--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.223--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.225--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.226--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.226--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.227--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.230--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.231--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.231--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.231--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.232--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.233--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.236--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.236--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || STRVAL2)) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.239--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.239--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.240--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(? || STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024.04.25 10:09:52.243--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.245--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.246--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.246--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.247--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.247--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.248--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.250--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.251--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.251--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.253--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.257--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.257--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.258--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.259--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.261--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.262--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.262--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.262--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.262--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.263--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.265--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.266--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.266--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.267--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.267--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.268--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.270--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.270--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.270--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.271--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') [EL Fine]: sql: 2024.04.25 10:09:52.272--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') [EL Fine]: sql: 2024.04.25 10:09:52.273--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC [EL Fine]: sql: 2024.04.25 10:09:52.273--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC [EL Fine]: sql: 2024.04.25 10:09:52.284--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.04.25 10:09:52.287--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.04.25 10:09:52.288--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.290--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.291--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.291--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.291--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.292--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA')) [EL Fine]: sql: 2024.04.25 10:09:52.292--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.294--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.295--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.295--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.296--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.04.25 10:09:52.298--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.04.25 10:09:52.299--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.04.25 10:09:52.299--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.04.25 10:09:52.300--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD')) bind => [11] [EL Fine]: sql: 2024.04.25 10:09:52.301--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD')) bind => [11] [EL Fine]: sql: 2024.04.25 10:09:52.301--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD')) bind => [11] [EL Fine]: sql: 2024.04.25 10:09:52.302--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD')) bind => [11] [EL Fine]: sql: 2024.04.25 10:09:52.303--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.304--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.304--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.305--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.305--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.306--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.307--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.309--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.310--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.310--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.311--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.311--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.312--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.313--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.313--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.314--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.314--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.317--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.318--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || STRVAL2)) [EL Fine]: sql: 2024.04.25 10:09:52.320--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.320--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.320--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(? || STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024.04.25 10:09:52.322--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.04.25 10:09:52.322--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.04.25 10:09:52.323--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.326--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.326--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.327--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.328--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.04.25 10:09:52.329--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.04.25 10:09:52.330--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.331--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.331--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.332--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.332--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.333--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.334--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.337--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.338--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.338--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.339--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.339--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.340--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.343--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.343--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.343--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.344--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.345--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.346--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || STRVAL2)) bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.346--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.347--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?)) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.347--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(? || STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024.04.25 10:09:52.348--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3)) [EL Fine]: sql: 2024.04.25 10:09:52.350--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3)) [EL Fine]: sql: 2024.04.25 10:09:52.351--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3)) [EL Fine]: sql: 2024.04.25 10:09:52.351--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3)) [EL Fine]: sql: 2024.04.25 10:09:52.351--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3)) [EL Fine]: sql: 2024.04.25 10:09:52.352--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3)) [EL Fine]: sql: 2024.04.25 10:09:52.352--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.353--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.354--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.354--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.355--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.355--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.04.25 10:09:52.356--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.358--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.359--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.359--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.360--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') [EL Fine]: sql: 2024.04.25 10:09:52.361--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') [EL Fine]: sql: 2024.04.25 10:09:52.361--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC [EL Fine]: sql: 2024.04.25 10:09:52.361--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC [EL Fine]: sql: 2024.04.25 10:09:52.362--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5)) [EL Fine]: sql: 2024.04.25 10:09:52.365--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5)) [EL Fine]: sql: 2024.04.25 10:09:52.365--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5)) [EL Fine]: sql: 2024.04.25 10:09:52.366--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5)) [EL Fine]: sql: 2024.04.25 10:09:52.366--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5)) [EL Fine]: sql: 2024.04.25 10:09:52.366--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5)) [EL Fine]: sql: 2024.04.25 10:09:52.367--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.370--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.370--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.371--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.371--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.372--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.373--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.375--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.376--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.377--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.377--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.377--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.378--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.379--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.379--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.380--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.380--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.380--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.04.25 10:09:52.381--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.384--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.384--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.384--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD')) [EL Fine]: sql: 2024.04.25 10:09:52.385--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.386--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.387--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.387--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.388--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.388--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.389--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.392--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.393--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.394--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.395--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.396--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.397--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.397--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.398--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.398--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.399--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.402--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.402--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.403--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(' HELLO WORD ')) [EL Fine]: sql: 2024.04.25 10:09:52.404--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.404--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.405--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.406--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.406--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.406--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.407--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.408--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.409--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.409--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.409--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.410--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.410--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.411--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.411--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.412--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.413--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT TRIM(' HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23) [EL Fine]: sql: 2024.04.25 10:09:52.415--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT TRIM(' HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23) [EL Fine]: sql: 2024.04.25 10:09:52.416--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT TRIM(' HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23) [EL Fine]: sql: 2024.04.25 10:09:52.416--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT TRIM(' HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23) [EL Fine]: sql: 2024.04.25 10:09:52.417--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.419--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.420--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.420--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.421--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.422--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.422--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.423--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.423--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.424--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.04.25 10:09:52.425--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.425--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.426--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.426--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.427--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.427--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.427--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.428--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.04.25 10:09:52.429--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.430--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.430--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.431--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.431--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.432--ServerSession(549955869)--Connection(1129976748)--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.25 10:09:52.433--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.433--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.434--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.434--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.04.25 10:09:52.435--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.436--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.437--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.437--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.438--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.438--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.439--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.440--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.440--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.440--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.442--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.442--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.443--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.443--ServerSession(1606954469)--Connection(216917770)--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.25 10:09:52.444--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.444--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.445--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.445--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.446--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.446--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.447--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.447--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.448--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.448--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.448--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.449--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.04.25 10:09:52.450--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP')) [EL Fine]: sql: 2024.04.25 10:09:52.452--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP')) [EL Fine]: sql: 2024.04.25 10:09:52.453--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP')) [EL Fine]: sql: 2024.04.25 10:09:52.453--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP')) [EL Fine]: sql: 2024.04.25 10:09:52.454--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP')) [EL Fine]: sql: 2024.04.25 10:09:52.454--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP')) [EL Fine]: sql: 2024.04.25 10:09:52.455--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.456--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.457--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.457--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.457--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.458--ServerSession(1601460592)--Connection(372479530)--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.25 10:09:52.459--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.04.25 10:09:52.459--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.04.25 10:09:52.460--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.04.25 10:09:52.460--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: connection: 2024.04.25 10:09:52.460--ServerSession(1601460592)--Connection(372479530)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.461--ServerSession(1601460592)--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.25 10:09:52.461--ServerSession(1601460592)--Connection(1802632685)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.461--ServerSession(1606954469)--Connection(216917770)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.461--ServerSession(1606954469)--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.25 10:09:52.461--ServerSession(1606954469)--Connection(307513248)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.461--ServerSession(549955869)--Connection(1129976748)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.461--ServerSession(549955869)--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.25 10:09:52.461--ServerSession(549955869)--Connection(576294984)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [EL Fine]: server: 2024.04.25 10:09:52.463--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.464--ServerSession(1605938493)--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.25 10:09:52.464--ServerSession(1605938493)--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.25 10:09:52.465--ServerSession(1605938493)--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.25 10:09:52.465--ServerSession(1605938493)--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.25 10:09:52.465--ServerSession(1605938493)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.465--ServerSession(1605938493)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.465--ServerSession(1605938493)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.465--ServerSession(1605938493)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.465--ServerSession(1605938493)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.465--ServerSession(1605938493)--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.25 10:09:52.465--ServerSession(1605938493)--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.25 10:09:52.466--ServerSession(1605938493)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.468--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.468--ServerSession(1605938493)--Connection(801582579)--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.25 10:09:52.469--ServerSession(1605938493)--Connection(1915259704)--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.25 10:09:52.470--ServerSession(1605938493)--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.25 10:09:52.471--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.474--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.476--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.477--ServerSession(1605938493)--Connection(1915259704)--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.25 10:09:52.479--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.480--ServerSession(1605938493)--Connection(1915259704)--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.25 10:09:52.482--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.483--ServerSession(1677312717)--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.25 10:09:52.483--ServerSession(1677312717)--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.25 10:09:52.484--ServerSession(1677312717)--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.25 10:09:52.484--ServerSession(1677312717)--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.25 10:09:52.484--ServerSession(1677312717)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.484--ServerSession(1677312717)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.484--ServerSession(1677312717)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.484--ServerSession(1677312717)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.484--ServerSession(1677312717)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.484--ServerSession(1677312717)--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.25 10:09:52.484--ServerSession(1677312717)--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.25 10:09:52.485--ServerSession(1677312717)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.487--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.487--ServerSession(1677312717)--Connection(275532402)--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.25 10:09:52.488--ServerSession(1677312717)--Connection(1026432280)--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.25 10:09:52.489--ServerSession(1677312717)--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.25 10:09:52.489--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.491--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.492--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.494--ServerSession(1677312717)--Connection(1026432280)--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.25 10:09:52.495--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.496--ServerSession(1677312717)--Connection(1026432280)--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.25 10:09:52.498--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.499--ServerSession(688964526)--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.25 10:09:52.499--ServerSession(688964526)--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.25 10:09:52.499--ServerSession(688964526)--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.25 10:09:52.499--ServerSession(688964526)--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.25 10:09:52.499--ServerSession(688964526)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.500--ServerSession(688964526)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.500--ServerSession(688964526)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.500--ServerSession(688964526)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.500--ServerSession(688964526)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.500--ServerSession(688964526)--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.25 10:09:52.500--ServerSession(688964526)--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.25 10:09:52.501--ServerSession(688964526)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.503--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.503--ServerSession(688964526)--Connection(916047765)--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.25 10:09:52.504--ServerSession(688964526)--Connection(423325531)--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.25 10:09:52.504--ServerSession(688964526)--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.25 10:09:52.505--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.507--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.508--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.509--ServerSession(688964526)--Connection(423325531)--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.25 10:09:52.511--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.512--ServerSession(688964526)--Connection(423325531)--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.25 10:09:52.515--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.517--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.518--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.518--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.520--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.520--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.521--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.523--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.523--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.525--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.526--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.527--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.528--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.528--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.529--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.530--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.531--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:52.532--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:52.532--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.534--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.534--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.535--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.535--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.536--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.536--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.537--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.537--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.538--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.538--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.539--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.539--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.540--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.540--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.541--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.541--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.541--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.542--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:52.542--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:52.543--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.543--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.544--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.547--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.547--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.548--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.550--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.550--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.551--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.553--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.553--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.553--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.554--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.555--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.555--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.556--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.556--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.557--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.557--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.558--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.558--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.559--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.559--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.560--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.560--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.561--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.561--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:52.562--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 [EL Fine]: sql: 2024.04.25 10:09:52.562--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.562--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.563--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.564--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.564--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.564--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.565--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.566--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.567--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.567--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.567--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.568--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.568--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.569--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.569--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.570--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.04.25 10:09:52.570--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.571--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.571--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.571--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC [EL Fine]: sql: 2024.04.25 10:09:52.572--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.573--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.573--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.573--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.574--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.574--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC bind => [36] [EL Fine]: sql: 2024.04.25 10:09:52.575--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.575--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.576--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2 [EL Fine]: sql: 2024.04.25 10:09:52.576--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.577--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.577--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC [EL Fine]: sql: 2024.04.25 10:09:52.578--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.578--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.579--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: sql: 2024.04.25 10:09:52.579--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC [EL Fine]: connection: 2024.04.25 10:09:52.579--ServerSession(1677312717)--Connection(1026432280)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.579--ServerSession(1677312717)--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.25 10:09:52.579--ServerSession(1677312717)--Connection(275532402)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.579--ServerSession(688964526)--Connection(423325531)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.580--ServerSession(688964526)--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.25 10:09:52.580--ServerSession(688964526)--Connection(916047765)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.580--ServerSession(1605938493)--Connection(1915259704)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.580--ServerSession(1605938493)--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.25 10:09:52.580--ServerSession(1605938493)--Connection(801582579)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxStringTests [EL Info]: 2024.04.25 10:09:52.585--ServerSession(586652681)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxStringTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [EL Fine]: server: 2024.04.25 10:09:52.668--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.669--ServerSession(1662619852)--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.25 10:09:52.670--ServerSession(1662619852)--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.25 10:09:52.670--ServerSession(1662619852)--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.25 10:09:52.670--ServerSession(1662619852)--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.25 10:09:52.670--ServerSession(1662619852)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.670--ServerSession(1662619852)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.670--ServerSession(1662619852)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.670--ServerSession(1662619852)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.670--ServerSession(1662619852)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.670--ServerSession(1662619852)--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.25 10:09:52.670--ServerSession(1662619852)--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.25 10:09:52.671--ServerSession(1662619852)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.673--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.673--ServerSession(1662619852)--Connection(232564301)--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.25 10:09:52.674--ServerSession(1662619852)--Connection(1564047738)--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.25 10:09:52.675--ServerSession(1662619852)--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.25 10:09:52.675--ServerSession(1662619852)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.677--ServerSession(1662619852)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.679--ServerSession(1662619852)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.680--ServerSession(1662619852)--Connection(1564047738)--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.25 10:09:52.681--ServerSession(1662619852)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.682--ServerSession(1662619852)--Connection(1564047738)--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.25 10:09:52.685--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.685--ServerSession(814470259)--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.25 10:09:52.686--ServerSession(814470259)--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.25 10:09:52.686--ServerSession(814470259)--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.25 10:09:52.686--ServerSession(814470259)--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.25 10:09:52.686--ServerSession(814470259)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.686--ServerSession(814470259)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.686--ServerSession(814470259)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.686--ServerSession(814470259)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.686--ServerSession(814470259)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.686--ServerSession(814470259)--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.25 10:09:52.687--ServerSession(814470259)--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.25 10:09:52.688--ServerSession(814470259)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.689--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.689--ServerSession(814470259)--Connection(1270516)--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.25 10:09:52.690--ServerSession(814470259)--Connection(1851066057)--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.25 10:09:52.691--ServerSession(814470259)--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.25 10:09:52.691--ServerSession(814470259)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.693--ServerSession(814470259)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.695--ServerSession(814470259)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.696--ServerSession(814470259)--Connection(1851066057)--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.25 10:09:52.697--ServerSession(814470259)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.698--ServerSession(814470259)--Connection(1851066057)--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.25 10:09:52.700--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.701--ServerSession(1945648127)--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.25 10:09:52.702--ServerSession(1945648127)--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.25 10:09:52.702--ServerSession(1945648127)--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.25 10:09:52.702--ServerSession(1945648127)--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.25 10:09:52.702--ServerSession(1945648127)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.702--ServerSession(1945648127)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.702--ServerSession(1945648127)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.04.25 10:09:52.702--ServerSession(1945648127)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.702--ServerSession(1945648127)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.04.25 10:09:52.702--ServerSession(1945648127)--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.25 10:09:52.702--ServerSession(1945648127)--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.25 10:09:52.703--ServerSession(1945648127)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.705--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.705--ServerSession(1945648127)--Connection(330331486)--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.25 10:09:52.706--ServerSession(1945648127)--Connection(556110612)--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.25 10:09:52.707--ServerSession(1945648127)--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.25 10:09:52.707--ServerSession(1945648127)--Connection(556110612)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id [EL Fine]: sql: 2024.04.25 10:09:52.709--ServerSession(1945648127)--Connection(556110612)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.04.25 10:09:52.711--ServerSession(1945648127)--Connection(556110612)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.04.25 10:09:52.712--ServerSession(1945648127)--Connection(556110612)--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.25 10:09:52.713--ServerSession(1945648127)--Connection(556110612)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT /* */ , COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.04.25 10:09:52.714--ServerSession(1945648127)--Connection(556110612)--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.25 10:09:52.717--ClientSession(486320197)--Connection(556110612)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.720--ClientSession(486320197)--Connection(556110612)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.721--ClientSession(486320197)--Connection(556110612)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.722--ClientSession(486320197)--Connection(556110612)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.722--ClientSession(486320197)--Connection(556110612)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.723--ClientSession(486320197)--Connection(556110612)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.724--ClientSession(1754987440)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO')) [EL Fine]: sql: 2024.04.25 10:09:52.728--ClientSession(1754987440)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO')) [EL Fine]: sql: 2024.04.25 10:09:52.729--ClientSession(1754987440)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO')) [EL Fine]: sql: 2024.04.25 10:09:52.729--ClientSession(1754987440)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO')) [EL Fine]: sql: 2024.04.25 10:09:52.730--ClientSession(1754987440)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO')) [EL Fine]: sql: 2024.04.25 10:09:52.730--ClientSession(1754987440)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO')) [EL Fine]: sql: 2024.04.25 10:09:52.731--ClientSession(771935234)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.732--ClientSession(771935234)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.733--ClientSession(771935234)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.733--ClientSession(771935234)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.734--ClientSession(771935234)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.734--ClientSession(771935234)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?)) bind => [9, HELLO] [EL Fine]: connection: 2024.04.25 10:09:52.735--ServerSession(814470259)--Connection(1851066057)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.735--ServerSession(814470259)--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.25 10:09:52.735--ServerSession(814470259)--Connection(1270516)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.735--ServerSession(1945648127)--Connection(556110612)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.735--ServerSession(1945648127)--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.25 10:09:52.735--ServerSession(1945648127)--Connection(330331486)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.735--ServerSession(1662619852)--Connection(1564047738)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.735--ServerSession(1662619852)--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.25 10:09:52.735--ServerSession(1662619852)--Connection(232564301)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryUpdate [EL Fine]: server: 2024.04.25 10:09:52.737--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.738--ServerSession(502381892)--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.25 10:09:52.738--ServerSession(502381892)--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.25 10:09:52.739--ServerSession(502381892)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.741--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.741--ServerSession(502381892)--Connection(395839219)--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.25 10:09:52.742--ServerSession(502381892)--Connection(1058791062)--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.25 10:09:52.743--ServerSession(502381892)--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.25 10:09:52.743--ServerSession(502381892)--Connection(1058791062)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.04.25 10:09:52.745--ServerSession(502381892)--Connection(1058791062)--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.25 10:09:52.747--ClientSession(1213830903)--Connection(1058791062)--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.25 10:09:52.749--ClientSession(1213830903)--Connection(1058791062)--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.25 10:09:52.749--ClientSession(1213830903)--Connection(1058791062)--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.25 10:09:52.749--ClientSession(1213830903)--Connection(1058791062)--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.25 10:09:52.750--ClientSession(1683210534)--Connection(1058791062)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.753--ClientSession(1683210534)--Connection(1058791062)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.753--ClientSession(1683210534)--Connection(1058791062)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.754--ClientSession(1902249465)--Connection(1058791062)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.755--ClientSession(1902249465)--Connection(1058791062)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.04.25 10:09:52.755--ClientSession(1902249465)--Connection(1058791062)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: connection: 2024.04.25 10:09:52.756--ServerSession(502381892)--Connection(1058791062)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.756--ServerSession(502381892)--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.25 10:09:52.756--ServerSession(502381892)--Connection(395839219)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.persistence.jpa.test.query.TestQueryUpdate [INFO] Running org.eclipse.persistence.jpa.test.query.TestSimpleQuery [EL Info]: 2024.04.25 10:09:52.760--ServerSession(679321100)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.persistence.jpa.test.query.TestSimpleQuery [INFO] Running org.eclipse.persistence.jpa.test.query.TestTrimFunction [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Fine]: server: 2024.04.25 10:09:52.780--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024.04.25 10:09:52.780--ServerSession(640447907)--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.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.changetracking; default value=true [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.lazy; default value=true [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.eager; default value=false [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.internal; default value=true [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.rest; default value=false [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024.04.25 10:09:52.780--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024.04.25 10:09:52.780--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.25 10:09:52.781--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.25 10:09:52.781--ServerSession(640447907)--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.25 10:09:52.781--ServerSession(640447907)--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.25 10:09:52.781--ServerSession(640447907)--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.25 10:09:52.781--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.781--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Finer]: weaver: 2024.04.25 10:09:52.788--ServerSession(640447907)--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.25 10:09:52.789--ServerSession(640447907)--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.25 10:09:52.789--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - global instrumentation is null. [EL Finest]: jpa: 2024.04.25 10:09:52.789--ServerSession(640447907)--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.25 10:09:52.789--ServerSession(640447907)--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.25 10:09:52.789--ServerSession(640447907)--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.25 10:09:52.790--ServerSession(640447907)--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.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024.04.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024.04.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.04.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024.04.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024.04.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.04.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024.04.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.user; value=root [EL Finest]: properties: 2024.04.25 10:09:52.790--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx [EL Finest]: properties: 2024.04.25 10:09:52.791--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.driver; value=org.apache.derby.client.ClientAutoloadedDriver [EL Finest]: properties: 2024.04.25 10:09:52.791--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:derby://localhost/memory:ecltests;create=true [EL Finest]: properties: 2024.04.25 10:09:52.791--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false [EL Info]: 2024.04.25 10:09:52.791--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Finest]: connection: 2024.04.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--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.25 10:09:52.793--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.* [EL Finest]: connection: 2024.04.25 10:09:52.793--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.* [EL Finest]: connection: 2024.04.25 10:09:52.794--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.25 10:09:52.794--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.* [EL Finest]: connection: 2024.04.25 10:09:52.794--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.* [EL Fine]: connection: 2024.04.25 10:09:52.794--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.794--ServerSession(640447907)--Connection(458845729)--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.25 10:09:52.795--ServerSession(640447907)--Connection(2111949983)--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.25 10:09:52.795--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024.04.25 10:09:52.795--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Fine]: connection: 2024.04.25 10:09:52.796--ServerSession(640447907)--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.25 10:09:52.796--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.04.25 10:09:52.796--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.796--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.04.25 10:09:52.798--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:52.798--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:52.798--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.798--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.04.25 10:09:52.798--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.798--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.04.25 10:09:52.799--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:52.799--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:52.799--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.799--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.04.25 10:09:52.799--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.799--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.04.25 10:09:52.800--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:52.800--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:52.800--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.800--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.04.25 10:09:52.800--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.800--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.04.25 10:09:52.801--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:52.801--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:52.801--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.801--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.04.25 10:09:52.801--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.801--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.04.25 10:09:52.801--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Finest]: connection: 2024.04.25 10:09:52.802--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.04.25 10:09:52.802--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.802--ServerSession(640447907)--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.25 10:09:52.802--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.802--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID)) [EL Finest]: connection: 2024.04.25 10:09:52.803--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: ddl: 2024.04.25 10:09:52.803--Thread(Thread[#1,main,5,main])--The table (TRIMENTITY) is created. [EL Finer]: metamodel: 2024.04.25 10:09:52.803--ServerSession(640447907)--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.25 10:09:52.804--ServerSession(640447907)--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.25 10:09:52.806--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--client acquired: 1356644874 [EL Finer]: transaction: 2024.04.25 10:09:52.806--ClientSession(1356644874)--Thread(Thread[#1,main,5,main])--acquire unit of work: 468954941 [EL Finest]: query: 2024.04.25 10:09:52.806--UnitOfWork(468954941)--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.25 10:09:52.806--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.806--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.04.25 10:09:52.821--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.04.25 10:09:52.821--UnitOfWork(468954941)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.04.25 10:09:52.822--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.822--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.04.25 10:09:52.823--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:52.823--UnitOfWork(468954941)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:52.823--ClientSession(1356644874)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:52.824--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--client acquired: 635832102 [EL Finer]: transaction: 2024.04.25 10:09:52.824--ClientSession(635832102)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1967133732 [EL Finest]: query: 2024.04.25 10:09:52.824--UnitOfWork(1967133732)--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.25 10:09:52.825--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.825--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.04.25 10:09:52.827--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.04.25 10:09:52.827--UnitOfWork(1967133732)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.04.25 10:09:52.827--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.827--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.04.25 10:09:52.827--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:52.827--UnitOfWork(1967133732)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:52.827--ClientSession(635832102)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:52.828--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--client acquired: 1206394983 [EL Finer]: transaction: 2024.04.25 10:09:52.828--ClientSession(1206394983)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1299612725 [EL Finest]: query: 2024.04.25 10:09:52.828--UnitOfWork(1299612725)--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.25 10:09:52.828--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.828--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.04.25 10:09:52.830--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.04.25 10:09:52.830--UnitOfWork(1299612725)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.04.25 10:09:52.830--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.830--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.04.25 10:09:52.831--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:52.831--UnitOfWork(1299612725)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:52.831--ClientSession(1206394983)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:52.831--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--client acquired: 274696031 [EL Finer]: transaction: 2024.04.25 10:09:52.831--ClientSession(274696031)--Thread(Thread[#1,main,5,main])--acquire unit of work: 464246030 [EL Finest]: query: 2024.04.25 10:09:52.831--UnitOfWork(464246030)--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.25 10:09:52.832--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.832--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.04.25 10:09:52.833--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.04.25 10:09:52.834--UnitOfWork(464246030)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.04.25 10:09:52.834--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.834--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.04.25 10:09:52.834--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:52.834--UnitOfWork(464246030)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:52.834--ClientSession(274696031)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:52.834--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--client acquired: 960742473 [EL Finer]: transaction: 2024.04.25 10:09:52.834--ClientSession(960742473)--Thread(Thread[#1,main,5,main])--acquire unit of work: 650157887 [EL Finest]: query: 2024.04.25 10:09:52.834--UnitOfWork(650157887)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024.04.25 10:09:52.835--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.835--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.04.25 10:09:52.836--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.04.25 10:09:52.836--UnitOfWork(650157887)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.04.25 10:09:52.836--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.836--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.04.25 10:09:52.837--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:52.837--UnitOfWork(650157887)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:52.837--ClientSession(960742473)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.04.25 10:09:52.837--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--client acquired: 549377546 [EL Finer]: transaction: 2024.04.25 10:09:52.837--ClientSession(549377546)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1350334814 [EL Finest]: query: 2024.04.25 10:09:52.837--UnitOfWork(1350334814)--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.25 10:09:52.838--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.838--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.04.25 10:09:52.839--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.04.25 10:09:52.839--UnitOfWork(1350334814)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.04.25 10:09:52.839--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.04.25 10:09:52.839--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.04.25 10:09:52.840--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:09:52.840--UnitOfWork(1350334814)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.04.25 10:09:52.840--ClientSession(549377546)--Thread(Thread[#1,main,5,main])--client released [EL Finest]: jpa: 2024.04.25 10:09:52.840--ServerSession(640447907)--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.25 10:09:52.840--ServerSession(640447907)--Connection(2111949983)--Thread(Thread[#1,main,5,main])--disconnect [EL Finer]: cache: 2024.04.25 10:09:52.840--ServerSession(640447907)--Thread(Thread[#1,main,5,main])--initialize identitymaps [EL Fine]: connection: 2024.04.25 10:09:52.840--ServerSession(640447907)--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.25 10:09:52.840--ServerSession(640447907)--Connection(458845729)--Thread(Thread[#1,main,5,main])--disconnect [EL Finest]: jpa: 2024.04.25 10:09:52.840--ServerSession(640447907)--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.061 s -- in org.eclipse.persistence.jpa.test.query.TestTrimFunction [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [EL Finer]: jpa: 2024.04.25 10:09:52.844--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - predeploying default-pu-name. [EL Fine]: server: 2024.04.25 10:09:52.844--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:52.846--ServerSession(2084273532)--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.25 10:09:52.846--ServerSession(2084273532)--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.25 10:09:52.847--ServerSession(2084273532)--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.25 10:09:52.847--ServerSession(2084273532)--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.25 10:09:52.847--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The element [field teaShops] is being defaulted to a one to many mapping. [EL Config]: metadata: 2024.04.25 10:09:52.847--ServerSession(2084273532)--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.25 10:09:52.847--ServerSession(2084273532)--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.25 10:09:52.847--ServerSession(2084273532)--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.25 10:09:52.847--ServerSession(2084273532)--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.25 10:09:52.847--ServerSession(2084273532)--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.25 10:09:52.847--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [cost] is being defaulted to: COST. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [manufacturer] is being defaulted to: MANUFACTURER. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.848--ServerSession(2084273532)--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.25 10:09:52.849--ServerSession(2084273532)--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.25 10:09:52.849--ServerSession(2084273532)--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.25 10:09:52.851--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:52.853--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:52.853--ServerSession(2084273532)--Connection(1122090977)--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.25 10:09:52.854--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.856--ServerSession(2084273532)--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.25 10:09:52.857--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_DETAILS DROP CONSTRAINT TDTAILSSCNDTABLEID [EL Fine]: sql: 2024.04.25 10:09:52.858--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.858--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.858--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--ALTER TABLE STEPEXECUTIONENTITY DROP CONSTRAINT STPXCTIONENTITYFKD [EL Fine]: sql: 2024.04.25 10:09:52.859--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.859--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.859--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TATEASHOPtaShopsID [EL Fine]: sql: 2024.04.25 10:09:52.860--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.860--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.860--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TEA_TEASHOP_Tea_ID [EL Fine]: sql: 2024.04.25 10:09:52.860--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.861--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.861--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TASHOPTEATEASHOPID [EL Fine]: sql: 2024.04.25 10:09:52.861--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.861--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.862--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TEASHOP_TEA_TEA_ID [EL Fine]: sql: 2024.04.25 10:09:52.862--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.862--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.862--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.04.25 10:09:52.863--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.863--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.863--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.04.25 10:09:52.864--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.864--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.864--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.04.25 10:09:52.864--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.865--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.865--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.865--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.865--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.865--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.04.25 10:09:52.866--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.866--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.866--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.867--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.867--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.867--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.04.25 10:09:52.867--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.868--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.868--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.04.25 10:09:52.868--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.868--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.868--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.04.25 10:09:52.869--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.869--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.869--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.04.25 10:09:52.870--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.870--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.870--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.870--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.871--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.871--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.04.25 10:09:52.871--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.871--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.872--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.872--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.872--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.872--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.04.25 10:09:52.873--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.873--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.873--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.04.25 10:09:52.874--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.874--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.874--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.04.25 10:09:52.874--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.874--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.875--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.04.25 10:09:52.875--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.875--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.875--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.876--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.876--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.876--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.04.25 10:09:52.876--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.877--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.877--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.877--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.878--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.878--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.04.25 10:09:52.878--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.878--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.878--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.04.25 10:09:52.879--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.879--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.879--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.04.25 10:09:52.880--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.880--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.880--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.04.25 10:09:52.880--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.880--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.880--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.881--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.881--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.881--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.04.25 10:09:52.882--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.882--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.882--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.882--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.882--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.882--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.04.25 10:09:52.883--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.883--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.883--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.04.25 10:09:52.884--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.884--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.884--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.04.25 10:09:52.884--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.885--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.885--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.04.25 10:09:52.885--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.885--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.885--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.886--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.886--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.886--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.04.25 10:09:52.886--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.887--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.887--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.04.25 10:09:52.887--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.887--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.887--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.04.25 10:09:52.888--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.888--ServerSession(2084273532)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.888--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.890--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.892--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.893--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEASHOP (ID BIGINT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024.04.25 10:09:52.894--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.896--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.897--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.898--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.900--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--ALTER TABLE STEPEXECUTIONENTITY ADD CONSTRAINT STPXCTIONENTITYFKD FOREIGN KEY (FK_ID) REFERENCES STEPEXECUTIONENTITY (ID) [EL Fine]: sql: 2024.04.25 10:09:52.902--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.903--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.905--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.907--ServerSession(2084273532)--Connection(966639667)--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.25 10:09:52.910--ClientSession(366868341)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?) bind => [Oolong, 2.34] [EL Fine]: sql: 2024.04.25 10:09:52.914--ClientSession(366868341)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?) bind => [Earl Grey, 3.29] [EL Fine]: sql: 2024.04.25 10:09:52.915--ClientSession(366868341)--Connection(966639667)--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.25 10:09:52.917--ClientSession(366868341)--Connection(966639667)--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.25 10:09:52.918--ClientSession(366868341)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP (ID, NAME) VALUES (?, ?) bind => [12, null] [EL Fine]: sql: 2024.04.25 10:09:52.920--ClientSession(366868341)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?) bind => [1, 12] [EL Fine]: sql: 2024.04.25 10:09:52.921--ClientSession(366868341)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?) bind => [2, 12] [EL Fine]: sql: 2024.04.25 10:09:52.923--ClientSession(771002814)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE_AUDIT [EL Fine]: sql: 2024.04.25 10:09:52.924--ClientSession(771002814)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.924--UnitOfWork(856241257)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.925--ClientSession(1231551166)--Connection(966639667)--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.25 10:09:52.927--ClientSession(1231551166)--Connection(966639667)--Thread(Thread[#1,main,5,main])--DROP TRIGGER coffeetrigger [EL Fine]: sql: 2024.04.25 10:09:52.928--ClientSession(1231551166)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:52.928--UnitOfWork(824753705)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:52.928--ClientSession(1093356269)--Connection(966639667)--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.25 10:09:52.942--ClientSession(1093356269)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (1, 'COFFEE1', 11.1) [EL Fine]: sql: 2024.04.25 10:09:52.944--ClientSession(1093356269)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (2, 'COFFEE2', 22.2) [EL Fine]: sql: 2024.04.25 10:09:52.946--ClientSession(1093356269)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (3, 'COFFEE3', 33.3) [EL Fine]: sql: 2024.04.25 10:09:52.947--ClientSession(258704835)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE (NAME, PRICE) VALUES (?, ?) bind => [Capa, 4.2] [EL Fine]: sql: 2024.04.25 10:09:52.967--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--SELECT ID, NAME, PRICE FROM COFFEE WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.04.25 10:09:52.969--ClientSession(258704835)--Connection(966639667)--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.25 10:09:52.972--ClientSession(649325384)--Connection(966639667)--Thread(Thread[#1,main,5,main])--INSERT INTO STEPEXECUTIONENTITY (FK_ID) VALUES (?) bind => [null] [EL Fine]: sql: 2024.04.25 10:09:52.975--ClientSession(649325384)--Connection(966639667)--Thread(Thread[#1,main,5,main])--UPDATE STEPEXECUTIONENTITY SET FK_ID = ? WHERE (ID = ?) bind => [1, 1] [EL Fine]: connection: 2024.04.25 10:09:52.978--ServerSession(2084273532)--Connection(966639667)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:09:52.978--ServerSession(2084273532)--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.25 10:09:52.978--ServerSession(2084273532)--Connection(1122090977)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [EL Info]: 2024.04.25 10:09:52.982--ServerSession(391293851)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:09:52.994--ServerSession(391293851)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.020 s -- in org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [EL Info]: 2024.04.25 10:09:53.006--ServerSession(517223208)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [INFO] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector [EL Info]: 2024.04.25 10:09:53.030--ServerSession(580933923)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:53.038--ServerSession(730935981)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:53.043--ServerSession(273179135)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:53.047--ServerSession(1849637057)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [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.25 10:09:53.056--ServerSession(993244494)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:09:53.060--ServerSession(661320493)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [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.25 10:09:53.070--ServerSession(2077098348)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures [EL Info]: 2024.04.25 10:09:53.097--ServerSession(693192214)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metamodel: 2024.04.25 10:09:53.100--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [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.25 10:09:53.106--ServerSession(2101996530)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [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.25 10:09:53.122--ServerSession(2077929580)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.persistence.jpa.test.uuid.TestStringUUID [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUUIDGenerator [EL Info]: 2024.04.25 10:09:53.193--ServerSession(1401747453)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.persistence.jpa.test.uuid.TestUUIDGenerator [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUuidWithAppendParameters [EL Info]: 2024.04.25 10:09:53.301--ServerSession(970352352)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.persistence.jpa.test.uuid.TestUuidWithAppendParameters [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUuidWithBindParameters [EL Info]: 2024.04.25 10:09:53.327--ServerSession(151976890)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [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.25 10:09:53.347--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.04.25 10:09:53.348--ServerSession(1583170012)--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.25 10:09:53.349--ServerSession(1583170012)--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.25 10:09:53.349--ServerSession(1583170012)--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.25 10:09:53.349--ServerSession(1583170012)--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.25 10:09:53.349--ServerSession(1583170012)--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.25 10:09:53.349--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:53.349--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--The column name for element [version] is being defaulted to: VERSION. [EL Config]: metadata: 2024.04.25 10:09:53.349--ServerSession(1583170012)--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.25 10:09:53.349--ServerSession(1583170012)--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.25 10:09:53.349--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--The column name for element [data] is being defaulted to: DATA. [EL Config]: metadata: 2024.04.25 10:09:53.349--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:53.350--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--The column name for element [theVersion] is being defaulted to: THEVERSION. [EL Config]: metadata: 2024.04.25 10:09:53.350--ServerSession(1583170012)--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.25 10:09:53.350--ServerSession(1583170012)--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.25 10:09:53.350--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.04.25 10:09:53.350--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--The column name for element [updatetimestamp] is being defaulted to: UPDATETIMESTAMP. [EL Info]: 2024.04.25 10:09:53.351--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Fine]: connection: 2024.04.25 10:09:53.353--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform [EL Fine]: connection: 2024.04.25 10:09:53.353--ServerSession(1583170012)--Connection(1555770141)--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.25 10:09:53.354--ServerSession(1583170012)--Connection(1124049096)--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.25 10:09:53.355--ServerSession(1583170012)--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.25 10:09:53.356--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.357--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.357--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.357--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.04.25 10:09:53.358--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.358--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.358--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.359--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.359--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.359--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.359--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.360--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.360--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.04.25 10:09:53.360--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.360--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.360--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.361--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.361--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.361--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.362--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.362--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.362--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.04.25 10:09:53.362--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.363--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.363--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.363--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.363--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.363--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.364--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.364--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.364--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.04.25 10:09:53.365--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.365--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.365--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.365--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.366--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.366--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.366--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.366--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.366--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.04.25 10:09:53.367--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.367--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.367--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.04.25 10:09:53.368--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--VALUES(1) [EL Warning]: 2024.04.25 10:09:53.368--ServerSession(1583170012)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:09:53.368--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY (ID BIGINT NOT NULL, UPDATETIMESTAMP TIMESTAMP, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.04.25 10:09:53.370--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY2 (ID BIGINT NOT NULL, VERSION TIMESTAMP, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.04.25 10:09:53.372--ServerSession(1583170012)--Connection(1124049096)--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.25 10:09:53.374--ClientSession(506043967)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--VALUES CURRENT_TIMESTAMP [EL Fine]: sql: 2024.04.25 10:09:53.377--ClientSession(506043967)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY (ID, UPDATETIMESTAMP) VALUES (?, ?) bind => [1, 2024-04-25 10:09:53.376] [EL Fine]: sql: 2024.04.25 10:09:55.881--ClientSession(1931267580)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?)) bind => [2024-04-25 10:09:55.0, 1, 2024-04-25 10:09:53.376] [EL Fine]: sql: 2024.04.25 10:09:55.885--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.04.25 10:09:58.388--ClientSession(1340048315)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?)) bind => [2024-04-25 10:09:57.0, 1, 2024-04-25 10:09:55.0] [EL Fine]: sql: 2024.04.25 10:09:58.389--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.04.25 10:09:58.390--ClientSession(587433505)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--VALUES CURRENT_TIMESTAMP [EL Fine]: sql: 2024.04.25 10:09:58.390--ClientSession(587433505)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY2 (ID, VERSION) VALUES (?, ?) bind => [1, 2024-04-25 10:09:58.39] [EL Fine]: sql: 2024.04.25 10:10:00.894--ClientSession(1948561870)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) bind => [2024-04-25 10:10:00.0, 1, 2024-04-25 10:09:58.39] [EL Fine]: sql: 2024.04.25 10:10:00.897--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.04.25 10:10:03.400--ClientSession(285706522)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) bind => [2024-04-25 10:10:02.0, 1, 2024-04-25 10:10:00.0] [EL Fine]: sql: 2024.04.25 10:10:03.401--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.04.25 10:10:03.402--ClientSession(101488088)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [1, Data, 1] [EL Fine]: sql: 2024.04.25 10:10:03.405--ClientSession(1631408038)--Connection(1124049096)--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.25 10:10:03.409--ClientSession(1919277981)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [2, Data, 1] [EL Fine]: sql: 2024.04.25 10:10:03.411--ClientSession(1404149919)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = 'Lore', THEVERSION = (THEVERSION + 1) WHERE (ID = 2) [EL Fine]: sql: 2024.04.25 10:10:03.415--ClientSession(1404149919)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [Information, 2, 2, 1] [EL Warning]: 2024.04.25 10:10:03.422--UnitOfWork(2044342029)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:10:03.423--ClientSession(2105271142)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [3, Data, 1] [EL Fine]: sql: 2024.04.25 10:10:03.424--ClientSession(435265417)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [10, 3, 1] [EL Fine]: connection: 2024.04.25 10:10:03.428--ServerSession(1583170012)--Connection(1124049096)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.04.25 10:10:03.428--ServerSession(1583170012)--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.25 10:10:03.428--ServerSession(1583170012)--Connection(1555770141)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.08 s -- in org.eclipse.persistence.jpa.test.version.TestVersioning [INFO] Running org.eclipse.persistence.jpa.test.weave.TestWeaving [EL Info]: 2024.04.25 10:10:03.434--ServerSession(262828207)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [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 25, 2024 10:10:04 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Apr 25, 2024 10:10:04 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 25, 2024 10:10:05 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b43427d6-40a9-4483-beb4-29c0ddccfa45 initialized [EL Info]: 2024.04.25 10:10:05.313--ServerSession(215614514)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:10:05.488--ServerSession(215614514)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:10:05.499--ServerSession(215614514)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:10:05.611--Summary current cache key of thread ForkJoinPool.commonPool-worker-1 Stuck thread problem: unique tiny message number (1) The Thread [ForkJoinPool.commonPool-worker-1] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (4 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-1 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-1 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-1 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-1 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-1 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:05.623--java.lang.NullPointerException: Cannot invoke "java.lang.management.ThreadInfo.getThreadName()" because "threadInfo" is null [EL Severe]: cache: 2024.04.25 10:10:05.630--Start full concurrency manager state (massive) dump No: 1 Concurrency manager - Page 01 start - thread dump about all threads at time of event enrichGenerateThreadDump: Failed to generate thread dump with error: Cannot invoke "java.lang.management.ThreadInfo.getThreadName()" because "threadInfo" is null Concurrency manager - Page 01 end - thread dump about all threads at time of event Concurrency manager - Page 02 start - information about threads waiting to acquire (write/deferred) cache keys Total number of threads waiting to acquire lock: 1 [currentThreadNumber: 1] [ThreadName: ForkJoinPool.commonPool-worker-1]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 16) (totalNumberOfTimeCacheKeyReleasedForReading: 16) (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-1 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 17) (totalNumberOfTimeCacheKeyReleasedForReading: 17) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: true writeManagerThreadPrimaryKeysWithChangesToBeMerged list: [1] 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 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-4 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: false 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 1 Read locks. Read lock nr: 1 , Read cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 18) (totalNumberOfTimeCacheKeyReleasedForReading: 18) (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-4 with id: 34 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 19) (totalNumberOfTimeCacheKeyReleasedForReading: 19) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 1 dateOfReadLockAcquisition: 2024-04-25 10:10:05.612 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-4" 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/0x00007f89643e2d18.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/0x00007f8964401c00.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/0x00007f89643e6190.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643f1a98.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/0x00007f89643e4be8.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643e78f0.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-4 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 20) (totalNumberOfTimeCacheKeyReleasedForReading: 20) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- ]: [currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredReadLock: [ForkJoinPool.commonPool-worker-4] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock: [ForkJoinPool.commonPool-worker-1] [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 [EL Severe]: cache: 2024.04.25 10:10:05.671--Summary current cache key of thread ForkJoinPool.commonPool-worker-5 Stuck thread problem: unique tiny message number (2) 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 77) (totalNumberOfTimeCacheKeyReleasedForReading: 77) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-5 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-5 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-5 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-5 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-5 0 read locks. The lockManager for this thread is null. ##########################Test with semaphores - begin########################### [EL Info]: 2024.04.25 10:10:12.617--ServerSession(1350269431)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: cache: 2024.04.25 10:10:12.696--Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (5) 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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.25 10:10:12.697--Summary current cache key of thread pool-3-thread-19 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-19] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-19 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-19 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-19 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-19 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-19 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.697--Summary current cache key of thread pool-3-thread-26 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-26] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-26 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-26 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-26 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-26 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-26 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-26 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.697--Summary current cache key of thread pool-3-thread-94 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-94] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-94 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-94 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-94 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-94 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-94 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-94 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.697--Summary current cache key of thread pool-3-thread-4 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-4] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-4 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-4 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-4 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-4 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-4 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.697--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-19 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-19] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-19 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-19 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-19 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-19 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-19 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.700--Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (12) 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 137) (totalNumberOfTimeCacheKeyReleasedForReading: 137) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-3 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-3 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.697--Summary current cache key of thread pool-3-thread-39 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-39] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-39 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-39 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-39 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-39 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-39 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-39 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.697--Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (3) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.696--Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.696--Summary current cache key of thread pool-3-thread-10 Stuck thread problem: unique tiny message number (4) The Thread [pool-3-thread-10] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-10 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-10 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-10 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-10 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-10 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-10 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.701--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.701--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-3" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 137) (totalNumberOfTimeCacheKeyReleasedForReading: 137) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Severe]: cache: 2024.04.25 10:10:12.701--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (3) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.701--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-39 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-39] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-39 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-39 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-39 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-39 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-39 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-39 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.700--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#274,pool-3-thread-19,5,main]" [EL Severe]: cache: 2024.04.25 10:10:12.700--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-4 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-4] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-4 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-4 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-4 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-4 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-4 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.700--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-94 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-94] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-94 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-94 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-94 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-94 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-94 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-94 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.697--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-26 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-26] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-26 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-26 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-26 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-26 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-26 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-26 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.703--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#424,pool-3-thread-94,5,main]" [EL Severe]: cache: 2024.04.25 10:10:12.702--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#244,pool-3-thread-4,5,main]" [EL Severe]: cache: 2024.04.25 10:10:12.702--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#314,pool-3-thread-39,5,main]" [EL Severe]: cache: 2024.04.25 10:10:12.702--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#410,pool-3-thread-87,5,main]" [EL Severe]: cache: 2024.04.25 10:10:12.702--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#388,pool-3-thread-76,5,main]" [EL Severe]: cache: 2024.04.25 10:10:12.701--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-10 Stuck thread problem: unique tiny message number (4) The Thread [pool-3-thread-10] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-10 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-10 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-10 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-10 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-10 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-10 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.703--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#288,pool-3-thread-26,5,main]" [EL Warning]: 2024.04.25 10:10:12.703--UnitOfWork(1371689639)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (12) 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 137) (totalNumberOfTimeCacheKeyReleasedForReading: 137) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (3 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-3 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-3 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-3 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024.04.25 10:10:12.704--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#256,pool-3-thread-10,5,main]" [EL Warning]: 2024.04.25 10:10:12.703--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-19 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-19] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-19 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-19 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-19 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-19 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-19 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-19" [EL Warning]: 2024.04.25 10:10:12.704--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-26 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-26] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-26 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-26 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-26 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-26 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-26 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-26 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-26" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-19 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-19] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-19 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-19 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-19 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-19 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-19 0 read locks. The lockManager for this thread is null. ] [EL Warning]: 2024.04.25 10:10:12.704--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (3) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.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) Exception in thread "pool-3-thread-87" at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [EL Warning]: 2024.04.25 10:10:12.703--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-4 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-4] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-4 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-4 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-4 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-4 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-4 0 read locks. The lockManager for this thread is null. ] Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-19 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-19] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-19 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-19 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-19 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-19 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-19 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-4" [EL Warning]: 2024.04.25 10:10:12.703--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721) at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492) Exception in thread "pool-3-thread-76" 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) [EL Warning]: 2024.04.25 10:10:12.704--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-94 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-94] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-94 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-94 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-94 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-94 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-94 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-94 0 read locks. The lockManager for this thread is null. ] 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) Exception in thread "pool-3-thread-94" 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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-94 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-94] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-94 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-94 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-94 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-94 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-94 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-94 0 read locks. The lockManager for this thread is null. ] [EL Warning]: 2024.04.25 10:10:12.704--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-10 Stuck thread problem: unique tiny message number (4) The Thread [pool-3-thread-10] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-10 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-10 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-10 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-10 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-10 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-10 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) Exception in thread "pool-3-thread-10" at java.base/java.lang.Thread.run(Thread.java:1583) [EL Warning]: 2024.04.25 10:10:12.704--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-39 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-39] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-39 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-39 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-39 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-39 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-39 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-39 0 read locks. The lockManager for this thread is null. ] Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-94 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-94] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-94 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-94 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-94 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-94 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-94 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-94 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) Exception in thread "pool-3-thread-39" 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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java: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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-76 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-76] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (20 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java: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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-4 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-4] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-4 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-4 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-4 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-4 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-4 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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-4 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-4] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-4 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-4 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-4 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-4 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-4 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (3) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-87 Stuck thread problem: unique tiny message number (3) The Thread [pool-3-thread-87] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-26 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-26] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-26 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-26 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-26 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-26 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-26 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-26 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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-26 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-26] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-26 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-26 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-26 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-26 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-26 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-26 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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-39 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-39] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-39 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-39 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-39 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-39 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-39 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-39 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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-39 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-39] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-39 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-39 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-39 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-39 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-39 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-39 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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-10 Stuck thread problem: unique tiny message number (4) The Thread [pool-3-thread-10] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-10 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-10 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-10 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-10 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-10 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-10 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.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-10 Stuck thread problem: unique tiny message number (4) The Thread [pool-3-thread-10] 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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-10 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-10 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-10 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-10 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Summary of read locks acquired by thread pool-3-thread-10 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-10 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) [EL Severe]: cache: 2024.04.25 10:10:12.739--Summary current cache key of thread ForkJoinPool.commonPool-worker-4 Stuck thread problem: unique tiny message number (13) 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 144) (totalNumberOfTimeCacheKeyReleasedForReading: 143) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (30 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-4 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-4 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-4 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.internal.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.25 10:10:12.740--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-4" .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key: "--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 144) (totalNumberOfTimeCacheKeyReleasedForReading: 143) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024.04.25 10:10:12.740--UnitOfWork(1432504813)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-4 Stuck thread problem: unique tiny message number (13) 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 144) (totalNumberOfTimeCacheKeyReleasedForReading: 143) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (30 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-4 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-4 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-4 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-4 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024.04.25 10:10:12.741--Summary current cache key of thread ForkJoinPool.commonPool-worker-1 Stuck thread problem: unique tiny message number (14) The Thread [ForkJoinPool.commonPool-worker-1] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 144) (totalNumberOfTimeCacheKeyReleasedForReading: 143) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (31 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-1 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-1 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-1 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-1 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-1 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.04.25 10:10:12.742--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-1" .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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 144) (totalNumberOfTimeCacheKeyReleasedForReading: 143) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024.04.25 10:10:12.742--UnitOfWork(2084234641)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-1 Stuck thread problem: unique tiny message number (14) The Thread [ForkJoinPool.commonPool-worker-1] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 144) (totalNumberOfTimeCacheKeyReleasedForReading: 143) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (31 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-1 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-1 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-1 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-1 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-1 0 read locks. The lockManager for this thread is null. ] [EL Warning]: cache: 2024.04.25 10:10:12.748--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-10 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.25 10:10:12.749--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.25 10:10:12.749--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-19 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.25 10:10:12.749--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-4 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.25 10:10:12.749--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-94 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.25 10:10:12.749--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-76 This thread appears to be stuck in the releaseDeferredLock logic. But our hacked implementation of the isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively stopping the candidate thread to make progress... We expect this code spot to never be invoked. Either this thread made progress or if it continues to be stuck in the releaseDeferredLock we most likely have an implementation bug somewhere. [EL Warning]: cache: 2024.04.25 10:10:12.749--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-39 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.25 10:10:12.749--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-87 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.25 10:10:12.750--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-26 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.25 10:10:12.750--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/0x00007f89641fc000.invokeVirtual(LambdaForm$DMH) at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f89641fcc00.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.sessions.server.ConnectionPool.getName(ConnectionPool.java:283) at app//org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:293) 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/0x00007f8964401c00.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/0x00007f89643e6190.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643f1a98.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/0x00007f89643e4be8.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643e78f0.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.NioSocketImpl.read(NioSocketImpl.java:349) 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/0x00007f8964401c00.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/0x00007f89643e6190.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643f1a98.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/0x00007f89643e4be8.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643e78f0.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: 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 app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:378) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:295) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.checkReadLock(ConcurrencyManager.java:356) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.checkReadLock(CacheKey.java:271) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.getFromIdentityMap(IdentityMapManager.java:826) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.getFromLocalIdentityMap(IdentityMapAccessor.java:419) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.checkCacheForObject(ExpressionQueryMechanism.java:941) at app//org.eclipse.persistence.queries.ReadObjectQuery.checkEarlyReturnLocal(ReadObjectQuery.java:262) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:976) at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:1002) 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/0x00007f8964401c00.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/0x00007f89643e6190.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643f1a98.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/0x00007f89643e4be8.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643e78f0.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/0x00007f8964401c00.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/0x00007f89643e6190.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643f1a98.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/0x00007f89643e4be8.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643e78f0.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/jdk.internal.misc.Unsafe.unpark(Native Method) at java.base@21.0.2/java.util.concurrent.locks.LockSupport.unpark(LockSupport.java:181) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.signalNext(AbstractQueuedSynchronizer.java:645) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1060) at java.base@21.0.2/java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:494) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.release(ConcurrencyManager.java:647) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.release(CacheKey.java:480) at app//org.eclipse.persistence.internal.helper.WriteLockManager.releaseAllAcquiredLocks(WriteLockManager.java:634) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.mergeChangesIntoParent(UnitOfWorkImpl.java:3455) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.mergeChangesIntoParent(RepeatableWriteUnitOfWork.java:392) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:299) 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/0x00007f8964401c00.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/0x00007f89643e6190.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643f1a98.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/0x00007f89643e4be8.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643e78f0.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-4" 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-10" 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-19" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.logging.DefaultSessionLog.log(DefaultSessionLog.java:139) at app//org.eclipse.persistence.logging.AbstractSessionLog.logThrowable(AbstractSessionLog.java:1081) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:717) 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-26" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.logging.DefaultSessionLog.log(DefaultSessionLog.java:139) at app//org.eclipse.persistence.logging.AbstractSessionLog.logThrowable(AbstractSessionLog.java:1081) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:717) 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-39" 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-76" 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-87" 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-94" java.lang.Thread.State: RUNNABLE at java.base@21.0.2/java.lang.StringCoding.implEncodeAsciiArray(StringCoding.java:78) at java.base@21.0.2/java.lang.System$2.encodeASCII(System.java:2506) at java.base@21.0.2/sun.nio.cs.UTF_8$Encoder.encodeArrayLoop(UTF_8.java:456) 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-98" 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/0x00007f8964404258.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) 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-5]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 137) (totalNumberOfTimeCacheKeyReleasedForReading: 137) (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-10 ] [currentThreadNumber: 2] [ThreadName: pool-3-thread-98 ] [currentThreadNumber: 3] [ThreadName: pool-3-thread-19 ] [currentThreadNumber: 4] [ThreadName: pool-3-thread-4 ] [currentThreadNumber: 5] [ThreadName: pool-3-thread-94 ] [currentThreadNumber: 6] [ThreadName: pool-3-thread-76 ] [currentThreadNumber: 7] [ThreadName: pool-3-thread-39 ] [currentThreadNumber: 8] [ThreadName: pool-3-thread-87 ] [currentThreadNumber: 9] [ThreadName: pool-3-thread-26 ] 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: 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 139) (totalNumberOfTimeCacheKeyReleasedForReading: 138) (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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-4) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 140) (totalNumberOfTimeCacheKeyReleasedForReading: 140) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) --- Read lock nr: 1 dateOfReadLockAcquisition: 2024-04-25 10:10:12.696 Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 0 Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 1 Read lock nr: 1 Stack trace id: 2 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/0x00007f89643e2d18.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/0x00007f8964401c00.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/0x00007f89643e6190.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643f1a98.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/0x00007f89643e4be8.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643e78f0.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-1 during release read locks 0 removeReadLockProblemsDetected. 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-10 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-10 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-10 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-10 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-10 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-10 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-10 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: 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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: 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: pool-3-thread-19 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-19 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-19 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-19 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-19 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-19 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-19 0 read locks. The lockManager for this thread is null. 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-4 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-4 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-4 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-4 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-4 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-4 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-4 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-5 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 144) (totalNumberOfTimeCacheKeyReleasedForReading: 143) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: true writeManagerThreadPrimaryKeysWithChangesToBeMerged list: [1] 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. waitingToReleaseDeferredLocksJustification: information not available. 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. 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-94 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-94 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-94 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-94 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-94 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-94 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-94 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-76 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-76 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-76 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-76 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-76 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-76 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-76 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 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-39 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-39 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-39 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-39 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-39 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-39 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-39 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-87 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-87 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-87 0 Active locks. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-87 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-87 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-87 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-87 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 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-26 ThreadWaitingToReleaseDeferredLocks: true waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-26 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-26 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-26 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-26 1 Deferred locks. Deferred lock nr: 0 , Deferred cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-26 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-26 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: 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 3) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 147) (totalNumberOfTimeCacheKeyReleasedForReading: 144) (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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-3) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 147) (totalNumberOfTimeCacheKeyReleasedForReading: 147) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) --- Read lock nr: 1 dateOfReadLockAcquisition: 2024-04-25 10:10:12.697 Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 1 Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 1 Read lock nr: 1 Stack trace id: 3 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/0x00007f89643e2d18.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/0x00007f8964401c00.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/0x00007f89643e6190.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643f1a98.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/0x00007f89643e4be8.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f89643e78f0.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-3 during release read locks 0 removeReadLockProblemsDetected. 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: 518876532) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1563586540) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-25 10:10:05.541) (totalNumberOfTimeCacheKeyAcquiredForReading: 148) (totalNumberOfTimeCacheKeyReleasedForReading: 148) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- ]: [currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [pool-3-thread-10, pool-3-thread-98, pool-3-thread-4, pool-3-thread-19, pool-3-thread-94, pool-3-thread-76, pool-3-thread-39, pool-3-thread-87, pool-3-thread-26] [currentCacheKeyNumber: 1] threadsThatAcquiredReadLock: [ForkJoinPool.commonPool-worker-1, ForkJoinPool.commonPool-worker-3] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock: [ForkJoinPool.commonPool-worker-5] [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.25 10:10:12.754--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (5) 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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.25 10:10:12.754--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#432,pool-3-thread-98,5,main]" [EL Warning]: 2024.04.25 10:10:12.754--UnitOfWork(1442326420)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): 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 (5) 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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. ] Exception in thread "pool-3-thread-98" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404251004): 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 (5) 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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. ] ##########################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.v202404251004): 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 (5) 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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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: 1646308025) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 898143604) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 353) (concurrencyManagerCreationDate: 2024-04-25 10:10:12.674) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 2) (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) 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.742 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. Thu Apr 25 10:10:13 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 ... Thu Apr 25 10:10:14 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:10: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] --- 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 25, 2024 10:10:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' [EL Info]: 2024.04.25 10:10:16.637--ServerSession(777190206)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.930 s -- in org.eclipse.persistence.testing.tests.jpa.spring.dao.TestLocalEMFwithDao [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMF Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 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.284 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMF [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMFtransactional Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Apr 25, 2024 10:10:17 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.384 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 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringDaoContainerPu' [EL Info]: 2024.04.25 10:10:19.336--ServerSession(1423586012)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.418 s -- in org.eclipse.persistence.testing.tests.jpa.spring.dao.TestContainerEMFwithDao [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMF Apr 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:19.778--ServerSession(715534618)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:19.836--ServerSession(1555413896)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:19.915--ServerSession(1278196189)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:19.969--ServerSession(1293495023)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:19 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.042--ServerSession(1863557065)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.095--ServerSession(373299466)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.156--ServerSession(1428664849)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.205--ServerSession(1037346554)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.266--ServerSession(1891974590)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.317--ServerSession(445010547)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.364--ServerSession(1658534033)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.414--ServerSession(2134195609)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 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.732 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMF [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMFtransactional Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.504--ServerSession(1872034717)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.651--ServerSession(1666419636)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.722--ServerSession(664656217)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.781--ServerSession(1135400862)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.841--ServerSession(1755811644)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.894--ServerSession(498537855)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:20.961--ServerSession(1076039353)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:20 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:21.015--ServerSession(666769352)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:21.086--ServerSession(1637411253)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:21.142--ServerSession(1993812827)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:21.190--ServerSession(628599133)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Apr 25, 2024 10:10:21 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.04.25 10:10:21.242--ServerSession(576902869)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Apr 25, 2024 10:10:21 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.823 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. Thu Apr 25 10:10: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.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 ... Thu Apr 25 10:10:33 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:10: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.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.v202404251004): 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.v202404251004): 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.v202404251004 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.v202404251004): 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: 17.63 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.540 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.v202404251004 [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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004 [EL Info]: ServerSession(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004 [EL Info]: ServerSession(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004 [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.v202404251004): 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.v202404251004 [EL Warning]: metadata: ServerSession(232120699)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(232120699)--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(232120699)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metadata: ServerSession(1423566935)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(1423566935)--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(1423566935)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: UnitOfWork(461967876)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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: 825) [EL Warning]: metadata: ServerSession(391740542)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(391740542)--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(391740542)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: ejb: ServerSession(391740542)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Exception Description: Configuration error. Class [myDriver] not found. [EL Warning]: metadata: ServerSession(1964492194)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(1964492194)--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(1964492194)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: ejb: ServerSession(1964492194)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(1866315737)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(1866315737)--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(1866315737)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metadata: ServerSession(980224783)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(980224783)--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(980224783)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: UnitOfWork(1822563181)--java.lang.NullPointerException: Cannot invoke "java.lang.Number.longValue()" because "value1" is null [EL Warning]: UnitOfWork(1822563181)--java.lang.NullPointerException: Cannot invoke "java.lang.Number.longValue()" because "value1" is null [EL Warning]: UnitOfWork(900589836)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 918] 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> 918 [EL Warning]: UnitOfWork(597136193)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 919] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 919 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(980224783)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 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(980224783)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: ServerSession(980224783)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: ServerSession(980224783)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: UnitOfWork(1830707383)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(1090744510)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(281578544)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1105] 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,105 [EL Warning]: UnitOfWork(809679889)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1128] 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,128 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Warning]: metadata: 2024.04.25 10:11:15.431--ServerSession(1972563863)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:15.472--ServerSession(1972563863)--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.25 10:11:15.488--ServerSession(1451593426)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:15.529--ServerSession(1451593426)--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.25 10:11:15.540--ServerSession(1451593426)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:11:15.649--UnitOfWork(1359165320)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1212] 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,212 [EL Warning]: query: 2024.04.25 10:11:31.959--UnitOfWork(1437817594)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding. [EL Warning]: query: 2024.04.25 10:11:31.992--UnitOfWork(24229657)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding. [EL Warning]: 2024.04.25 10:11:32.025--UnitOfWork(190106844)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1222] 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,222 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: 38.17 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.301 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.378 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.485 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.815 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.25 10:11:38.171--ClientSession(1565151561)--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.402 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.25 10:11:38.874--DatabaseSessionImpl(43579673)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 Running EntityManager Tests [EL Warning]: 2024.04.25 10:11:39.418--UnitOfWork(183878509)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.181 sec Running Annotation Tests Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec [EL Info]: 2024.04.25 10:11:39.507--DatabaseSessionImpl(360757848)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.644 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. Thu Apr 25 10:11: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.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] addSubclassSubgraph(java.lang.Class) 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 ... Thu Apr 25 10:11:41 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:11: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.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.177 s -- in org.eclipse.persistence.testing.tests.advanced2.AnnotationsTest [INFO] Running org.eclipse.persistence.testing.tests.advanced2.ConverterTest [EL Info]: 2024.04.25 10:11:44.291--ServerSession(3886839)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metadata: 2024.04.25 10:11:44.429--ServerSession(3886839)--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.25 10:11:45.031--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.883 s -- in org.eclipse.persistence.testing.tests.advanced2.ConverterTest [INFO] Running org.eclipse.persistence.testing.tests.advanced2.CriteriaQueryCastTest [EL Info]: 2024.04.25 10:11:45.067--ServerSession(1369977147)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 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.343 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.334 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.112 s -- in org.eclipse.persistence.testing.tests.advanced2.EntityGraphTest [INFO] Running org.eclipse.persistence.testing.tests.advanced2.EntityManagerFactoryTest [EL Info]: 2024.04.25 10:11:46.289--ServerSession(1082640380)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metadata: 2024.04.25 10:11:46.294--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.351 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.250 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.003 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.150 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.25 10:11:46.935--UnitOfWork(605414599)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:46.943--UnitOfWork(438432831)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.228 s -- in org.eclipse.persistence.testing.tests.advanced2.StoredProcedureQueryTest [INFO] Running org.eclipse.persistence.testing.tests.advanced2.WeaverTest [EL Info]: 2024.04.25 10:11:46.956--ServerSession(37878764)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.persistence.testing.tests.advanced2.WeaverTest [INFO] Running org.eclipse.persistence.testing.tests.advanced2.ddl.DDLSchemaTest [EL Info]: 2024.04.25 10:11:47.010--ServerSession(86558913)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:11:47.048--ServerSession(612854398)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:11:47.080--ServerSession(122461713)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eclipse.persistence.testing.tests.advanced2.ddl.DDLSchemaTest [INFO] Running org.eclipse.persistence.testing.tests.advanced2.ddl.DDLTest [EL Info]: 2024.04.25 10:11:47.177--ServerSession(591678006)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:11:47.240--ServerSession(1009313206)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:11:47.247--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.248--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.249--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.250--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.251--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.252--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.253--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.254--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.255--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.256--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.256--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.257--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.258--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.259--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.260--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.260--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.261--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.262--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.263--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.264--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.265--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.266--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.266--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.267--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.268--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.269--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.269--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.270--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.271--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.272--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.272--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.273--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.274--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.275--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.275--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.276--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.325--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.406--ServerSession(1763010538)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:11:47.463--ServerSession(736888459)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:11:47.501--ServerSession(736888459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.551--ServerSession(736888459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.553--ServerSession(736888459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.648--ServerSession(2073961917)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:11:47.703--ServerSession(515398215)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:11:47.766--ServerSession(353355687)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: ejb: 2024.04.25 10:11:47.773--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.25 10:11:47.820--ServerSession(1563068096)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s -- in org.eclipse.persistence.testing.tests.advanced2.ddl.DDLTest [INFO] Running org.eclipse.persistence.testing.tests.advanced2.ddl.ForeignKeyTest [EL Info]: 2024.04.25 10:11:47.872--ServerSession(636536295)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:11:47.966--ServerSession(636536295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:47.967--ServerSession(636536295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.082--UnitOfWork(1321037782)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.245 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.25 10:11:48.169--ServerSession(150180388)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 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.159 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.25 10:11:48.879--ServerSession(1943699208)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: 2024.04.25 10:11:48.892--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.899--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.901--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.901--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.910--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.914--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000494-4d9c1720-018f-14bd-4d19-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.25 10:11:48.915--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.925--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000490-83271708-018f-14bd-4d19-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.25 10:11:48.929--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.931--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.940--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.947--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.948--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.959--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.994--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:48.995--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.181 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.001 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. Thu Apr 25 10:11: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.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 ... Thu Apr 25 10:11:50 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:11: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.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.25 10:11:52.146--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.25 10:11:52.318--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:52.329--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:52.330--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:52.333--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:11:52.335--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.653 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. Thu Apr 25 10:11: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.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 ... Thu Apr 25 10:11:53 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:11: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.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.770 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.096 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.373 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.322 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.095 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.103 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.075 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.092 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.150 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.082 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.079 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.079 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. Thu Apr 25 10:11: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.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 ... Thu Apr 25 10:11:58 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:11:58 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.552 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. Thu Apr 25 10:12:01 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 ... Thu Apr 25 10:12:02 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:12:02 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.25 10:12:04.774--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.774 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.25 10:12:04.909--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.110 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.25 10:12:04.999--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.128 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:06 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12: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.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.476 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.063 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.054 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.050 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.049 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.048 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.050 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.097 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.063 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.044 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.043 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.042 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:10 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:12:10 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.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.25 10:12:12.683--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.25 10:12:13.085--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.095--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.097--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.099--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.101--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.104--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.106--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.109--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.112--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.113--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.114--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:13.931--ServerSession(238431319)-- SoftCacheWeakIdentityMap for: Employee Key: 51 Version: 1 Identity Hash Code: 925672150 Object: Employee: 51 1 elements [EL Severe]: cache: 2024.04.25 10:12:13.932--ServerSession(238431319)-- SoftCacheWeakIdentityMap for: Employee 0 elements [EL Severe]: cache: 2024.04.25 10:12:13.932--ServerSession(238431319)-- SoftCacheWeakIdentityMap for: Employee 0 elements [EL Severe]: cache: 2024.04.25 10:12:13.932--ServerSession(238431319)--Current object locks: End of locked objects. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.737 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:15 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12: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.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.397 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. Thu Apr 25 10:12:17 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 ... Thu Apr 25 10:12:18 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12: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.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.25 10:12:20.798--ServerSession(604602011)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.522 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:22 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12:22 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.25 10:12:25.593--ServerSession(1538745405)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.653 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:27 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12:27 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.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.25 10:12:29.731--ServerSession(2079961240)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:29.756--ServerSession(2079961240)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.484 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:30 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12:30 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.25 10:12:32.986--ServerSession(1174586025)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 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.25 10:12:33.252--ServerSession(1574573264)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: ejb: 2024.04.25 10:12:33.290--ServerSession(1574573264)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:33.301--ServerSession(2027133545)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: ejb: 2024.04.25 10:12:33.320--ServerSession(2134157671)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.086 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:34 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12: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.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.25 10:12:35.890--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.25 10:12:35.901--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.25 10:12:35.902--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.25 10:12:36.026--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.25 10:12:36.028--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.25 10:12:36.028--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.25 10:12:36.275--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.25 10:12:36.277--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.25 10:12:36.277--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.25 10:12:36.277--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.25 10:12:36.278--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.25 10:12:36.278--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.25 10:12:36.292--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.25 10:12:36.293--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.25 10:12:36.293--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.25 10:12:36.294--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.25 10:12:36.294--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.25 10:12:36.294--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.25 10:12:36.498--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.25 10:12:36.500--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.25 10:12:36.501--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.25 10:12:37.176--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.25 10:12:37.177--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.25 10:12:37.178--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.25 10:12:37.203--ServerSession(1249337777)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:37.215--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.25 10:12:37.217--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.25 10:12:37.217--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.077 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.25 10:12:37.492--ServerSession(557593923)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.019 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.25 10:12:37.505--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.25 10:12:37.506--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.25 10:12:37.507--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.25 10:12:37.520--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.25 10:12:37.522--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.25 10:12:37.522--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.25 10:12:37.523--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.436 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.25 10:12:37.939--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.25 10:12:37.940--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.25 10:12:37.940--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.25 10:12:37.940--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.25 10:12:37.941--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.25 10:12:37.941--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.263 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.25 10:12:38.203--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.25 10:12:38.204--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.25 10:12:38.204--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.25 10:12:38.205--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.25 10:12:38.205--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.25 10:12:38.205--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.316 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantVPDJunitTest WARNING: VPD tests currently run only on an Oracle platform [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantVPDJunitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-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. Thu Apr 25 10:12:38 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 ... Thu Apr 25 10:12:39 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12:39 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 25, 2024 10:12:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [EL Warning]: 2024.04.25 10:12:41.876--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.25 10:12:41.883--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.25 10:12:41.905--ServerSession(1911168986)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:41.911--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.851 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:42 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12: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.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 25, 2024 10:12:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [EL Warning]: 2024.04.25 10:12:45.256--ServerSession(1736458419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:12:45.400--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.25 10:12:45.400--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.232 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:46 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12: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.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.852 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:49 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12: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.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.25 10:12:51.955--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.25 10:12:51.970--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.25 10:12:51.971--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.937 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. Thu Apr 25 10:12: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.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 ... Thu Apr 25 10:12:55 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:12:55 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.25 10:12:57.916--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: properties: 2024.04.25 10:12:58.980--ServerSession(964981922)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.04.25 10:12:58.981--ServerSession(369351727)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.04.25 10:12:58.982--ServerSession(98801744)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.04.25 10:12:58.984--ServerSession(964981922)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.04.25 10:12:58.984--ServerSession(369351727)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.04.25 10:12:58.984--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.25 10:12:59.136--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.04.25 10:13:04.137--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.04.25 10:13:09.138--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.04.25 10:13:09.139--ClientSession(1582406355)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:09.147--UnitOfWork(2145921383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:09.154--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.04.25 10:13:09.154--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.04.25 10:13:09.155--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.04.25 10:13:09.155--ClientSession(853887645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.04.25 10:13:09.161--UnitOfWork(1574503358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:09.168--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.04.25 10:13:09.168--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.04.25 10:13:09.169--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.04.25 10:13:09.169--ClientSession(1998876751)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.04.25 10:13:09.174--UnitOfWork(1276894402)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:09.290--UnitOfWork(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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]: 2024.04.25 10:13:09.588--UnitOfWork(238612663)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 141] 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> 141 [EL Warning]: 2024.04.25 10:13:09.595--UnitOfWork(1110618954)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 142] 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> 142 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.25 10:13:09.882--UnitOfWork(993343057)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:09.886--UnitOfWork(1121370413)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:09.972--UnitOfWork(1330143761)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:10.160--UnitOfWork(2143108725)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:10.327--UnitOfWork(42007293)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:10.363--UnitOfWork(650608468)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.02 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. Thu Apr 25 10:13: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.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 [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 [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 [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 ... Thu Apr 25 10:13:12 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:13: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.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.25 10:13:15.137--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.315 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.DeleteAllQueryInheritanceJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.EntityManagerTest [EL Warning]: 2024.04.25 10:13:16.903--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.441 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.EntityManagerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.JoinedAttributeInheritanceJunitTest [EL Warning]: 2024.04.25 10:13:17.344--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.385 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.JoinedAttributeInheritanceJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest [EL Warning]: 2024.04.25 10:13:17.731--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.321 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.MixedInheritanceTest [EL Warning]: 2024.04.25 10:13:18.055--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.268 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.MixedInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.MultipleTableInheritanceCreateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.MultipleTableInheritanceCreateTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.ReportQueryMultipleReturnInheritanceTest [EL Warning]: 2024.04.25 10:13:18.337--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.215 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.ReportQueryMultipleReturnInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceDDLTest [EL Warning]: 2024.04.25 10:13:18.929--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:19.404--UnitOfWork(683005404)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:19.411--UnitOfWork(759536602)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:19.414--UnitOfWork(1038014730)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:19.425--UnitOfWork(607178519)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.887 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceDDLTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceJUnitTest [EL Warning]: 2024.04.25 10:13:19.443--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:19.886--UnitOfWork(1539392017)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:19.892--UnitOfWork(1438076523)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:19.896--UnitOfWork(1718708569)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:19.907--UnitOfWork(812423980)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.476 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. Thu Apr 25 10:13: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.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(928719839)--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(928719839)--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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 ... Thu Apr 25 10:13:21 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:13: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.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.25 10:13:23.307--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.25 10:13:23.317--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.25 10:13:23.342--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.25 10:13:23.345--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.25 10:13:23.393--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.25 10:13:23.397--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.25 10:13:23.398--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.25 10:13:23.399--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.25 10:13:23.657--ServerSession(1671590089)--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.25 10:13:23.659--ServerSession(1671590089)--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.25 10:13:23.664--ServerSession(1671590089)--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.25 10:13:23.666--ServerSession(1671590089)--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.25 10:13:23.674--ServerSession(1671590089)--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.25 10:13:23.675--ServerSession(1671590089)--The reference column name [ID] mapped on the element [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.25 10:13:23.676--ServerSession(1671590089)--The reference column name [ID] mapped on the element [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.25 10:13:23.676--ServerSession(1671590089)--The reference column name [ID] mapped on the element [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.25 10:13:24.005--ServerSession(1671590089)--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.25 10:13:24.013--ServerSession(1671590089)--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.25 10:13:24.099--ServerSession(1671590089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:24.111--ServerSession(1671590089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:24.113--ServerSession(1671590089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:24.115--ServerSession(1671590089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:24.117--ServerSession(1671590089)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.288 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.EmbeddableSuperclassJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCRUDTest [EL Info]: 2024.04.25 10:13:24.894--DatabaseSessionImpl(1349373781)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 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.309 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCallbacksJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest [EL Warning]: 2024.04.25 10:13:25.850--ServerSession(1671590089)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.828 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListAttributeChangeTrackingJunitTest [EL Info]: 2024.04.25 10:13:26.262--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.265--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.293--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.297--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.347--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.350--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.367--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.369--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.395--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.397--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.411--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.413--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Info]: 2024.04.25 10:13:26.440--ServerSession(1671590089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 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.311 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. Thu Apr 25 10:13: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.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 ... Thu Apr 25 10:13:28 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:13: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.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.25 10:13:30.132--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.25 10:13:30.144--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.25 10:13:30.158--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.25 10:13:30.159--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.25 10:13:30.175--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.25 10:13:30.178--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.25 10:13:30.178--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.25 10:13:30.179--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.137 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.477 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.351 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.167 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.716 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.541 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.342 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.25 10:13:38.051--ServerSession(305507250)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.433 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.25 10:13:38.479--ServerSession(1820711912)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.375 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.25 10:13:38.986--ServerSession(1840412726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.591 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.25 10:13:39.435--ServerSession(1840412726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.242 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.25 10:13:39.680--ServerSession(1840412726)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.443 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.25 10:13:40.140--ServerSession(2138941099)--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.25 10:13:40.141--ServerSession(2138941099)--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.25 10:13:40.144--ServerSession(2138941099)--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.25 10:13:40.145--ServerSession(2138941099)--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.25 10:13:40.150--ServerSession(2138941099)--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.25 10:13:40.150--ServerSession(2138941099)--The reference column name [ID] mapped on the element [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.25 10:13:40.151--ServerSession(2138941099)--The reference column name [ID] mapped on the element [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.25 10:13:40.151--ServerSession(2138941099)--The reference column name [ID] mapped on the element [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.25 10:13:40.205--ServerSession(2138941099)--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.25 10:13:40.207--ServerSession(2138941099)--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.25 10:13:40.228--ServerSession(2138941099)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:40.229--ServerSession(2138941099)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:40.230--ServerSession(2138941099)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:40.230--ServerSession(2138941099)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:40.231--ServerSession(2138941099)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.371 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.239 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.239 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. Thu Apr 25 10:13:41 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 ... Thu Apr 25 10:13:42 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:13: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.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.578 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.100 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. Thu Apr 25 10:13: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.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 ... Thu Apr 25 10:13:45 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:13: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.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.555 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. Thu Apr 25 10:13:47 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 ... Thu Apr 25 10:13:48 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:13:48 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.25 10:13:50.660--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.25 10:13:50.672--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.25 10:13:50.700--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.25 10:13:50.854--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.25 10:13:50.856--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.25 10:13:50.856--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.25 10:13:50.857--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.25 10:13:51.118--ServerSession(1878700101)--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.25 10:13:51.120--ServerSession(1878700101)--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.25 10:13:51.125--ServerSession(1878700101)--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.25 10:13:51.481--ServerSession(1878700101)--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.25 10:13:51.485--ServerSession(1878700101)--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.25 10:13:51.485--ServerSession(1878700101)--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.25 10:13:51.496--ServerSession(1878700101)--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.25 10:13:51.498--ServerSession(1878700101)--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.25 10:13:51.501--ServerSession(1878700101)--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.25 10:13:51.503--ServerSession(1878700101)--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]: 2024.04.25 10:13:51.971--ServerSession(1878700101)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.061--ServerSession(1878700101)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.068--ServerSession(1878700101)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.087--ServerSession(1878700101)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.107--ServerSession(1878700101)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.123--ServerSession(1878700101)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.359--UnitOfWork(2083215552)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.429--ServerSession(1693540983)--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.25 10:13:52.430--ServerSession(1693540983)--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.25 10:13:52.434--ServerSession(1693540983)--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.25 10:13:52.450--ServerSession(1693540983)--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.25 10:13:52.451--ServerSession(1693540983)--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.25 10:13:52.452--ServerSession(1693540983)--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.25 10:13:52.456--ServerSession(1693540983)--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.25 10:13:52.458--ServerSession(1693540983)--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.25 10:13:52.460--ServerSession(1693540983)--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.25 10:13:52.461--ServerSession(1693540983)--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]: 2024.04.25 10:13:52.477--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.522--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.524--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.525--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.527--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.562--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.587--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.664--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.669--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.672--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.691--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.711--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.724--ServerSession(1693540983)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:13:52.815--UnitOfWork(125549276)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@3ed7821) [EL Warning]: 2024.04.25 10:13:52.818--UnitOfWork(2076462312)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@7fdab70c) [EL Warning]: 2024.04.25 10:13:52.825--UnitOfWork(2145921383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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-14bf-3e2a-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@6cff61fc) [EL Warning]: 2024.04.25 10:13:52.827--UnitOfWork(27971761)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@50850539) [EL Warning]: 2024.04.25 10:13:52.828--UnitOfWork(1146318308)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@c3edf4c) [EL Warning]: 2024.04.25 10:13:52.835--UnitOfWork(1088649990)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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-14bf-3e2a-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@4faa298) [EL Warning]: 2024.04.25 10:13:52.836--UnitOfWork(848102479)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@733aa9d8) [EL Warning]: 2024.04.25 10:13:52.838--UnitOfWork(1506648430)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@10f7c76) [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationExtendTablesTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationTest [EL Warning]: 2024.04.25 10:13:53.172--UnitOfWork(1839923673)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@14998e21) [EL Warning]: 2024.04.25 10:13:53.175--UnitOfWork(18928637)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@2f3166a) [EL Warning]: 2024.04.25 10:13:53.202--UnitOfWork(1529305105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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-14bf-3e2a-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@4667c4c1) [EL Warning]: 2024.04.25 10:13:53.205--UnitOfWork(1329572464)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@2f0ed952) [EL Warning]: 2024.04.25 10:13:53.206--UnitOfWork(1261545224)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@4832f03b) [EL Warning]: 2024.04.25 10:13:53.211--UnitOfWork(1250848393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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-14bf-3e2a-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@38830ea) [EL Warning]: 2024.04.25 10:13:53.213--UnitOfWork(2051397396)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@6fbb4061) [EL Warning]: 2024.04.25 10:13:53.215--UnitOfWork(328314683)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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@4483d35) [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 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.25 10:13:53.382--ServerSession(977975287)--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.25 10:13:53.385--ServerSession(977975287)--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.25 10:13:53.386--ServerSession(977975287)--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.068 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.110 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.25 10:13:53.524--ServerSession(1952473604)--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.25 10:13:53.525--ServerSession(1952473604)--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.25 10:13:53.525--ServerSession(1952473604)--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.25 10:13:53.526--ServerSession(1952473604)--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.140 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.25 10:13:53.786--ServerSession(2066066225)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.200 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.025 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. Thu Apr 25 10:13:54 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 ... Thu Apr 25 10:13:54 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:13: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.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.834 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. Thu Apr 25 10:13:57 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 ... Thu Apr 25 10:13:58 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:13:58 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.25 10:14:01.090--ServerSession(185164978)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:01.110--ServerSession(185164978)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.741 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. Thu Apr 25 10:14:01 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 ... Thu Apr 25 10:14:02 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14:02 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.25 10:14:04.516--ServerSession(1395262169)--client acquired: 701487403 [EL Finer]: transaction: 2024.04.25 10:14:04.532--ClientSession(701487403)--acquire unit of work: 1726616678 [EL Finest]: transaction: 2024.04.25 10:14:04.532--UnitOfWork(1726616678)--register_new_for_persist (There is no English translation for this message.) [EL Finest]: transaction: 2024.04.25 10:14:04.536--UnitOfWork(1726616678)--register_new_for_persist (There is no English translation for this message.) [EL Finer]: transaction: 2024.04.25 10:14:04.536--UnitOfWork(1726616678)--begin unit of work flush [EL Finest]: query: 2024.04.25 10:14:04.542--UnitOfWork(1726616678)--Execute query InsertObjectQuery(BranchADiagnostic{id=1}) [EL Fine]: connection: 2024.04.25 10:14:04.546--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.25 10:14:04.555--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.25 10:14:04.555--ServerSession(1395262169)--Connection(1163088324)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:14:04.555--ClientSession(701487403)--Connection(1163088324)--begin transaction [EL Fine]: sql: 2024.04.25 10:14:04.557--ClientSession(701487403)--Connection(1163088324)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?) bind => [1 parameter bound] [EL Finest]: query: 2024.04.25 10:14:04.562--UnitOfWork(1726616678)--Execute query InsertObjectQuery(BranchBDiagnostic{id=11}) [EL Fine]: sql: 2024.04.25 10:14:04.562--ClientSession(701487403)--Connection(1163088324)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?) bind => [2 parameters bound] [EL Finer]: transaction: 2024.04.25 10:14:04.565--UnitOfWork(1726616678)--end unit of work flush [EL Finer]: transaction: 2024.04.25 10:14:04.568--UnitOfWork(1726616678)--resume unit of work [EL Finer]: transaction: 2024.04.25 10:14:04.568--UnitOfWork(1726616678)--begin unit of work commit [EL Finer]: transaction: 2024.04.25 10:14:04.573--ClientSession(701487403)--Connection(1163088324)--commit transaction [EL Finest]: connection: 2024.04.25 10:14:04.574--ServerSession(1395262169)--Connection(1163088324)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:14:04.582--UnitOfWork(1726616678)--end unit of work commit [EL Finer]: transaction: 2024.04.25 10:14:04.582--UnitOfWork(1726616678)--resume unit of work [EL Finest]: transaction: 2024.04.25 10:14:04.583--UnitOfWork(1726616678)--deleting_object (There is no English translation for this message.) [EL Finer]: transaction: 2024.04.25 10:14:04.583--UnitOfWork(1726616678)--begin unit of work commit [EL Finest]: query: 2024.04.25 10:14:04.583--UnitOfWork(1726616678)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic ) [EL Finest]: query: 2024.04.25 10:14:04.588--UnitOfWork(1726616678)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1}) [EL Finest]: query: 2024.04.25 10:14:04.588--UnitOfWork(1726616678)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=11}) [EL Finest]: connection: 2024.04.25 10:14:04.589--ServerSession(1395262169)--Connection(1163088324)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:14:04.589--ClientSession(701487403)--Connection(1163088324)--begin transaction [EL Fine]: sql: 2024.04.25 10:14:04.589--ClientSession(701487403)--Connection(1163088324)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?) bind => [2 parameters bound] [EL Finest]: query: 2024.04.25 10:14:04.594--UnitOfWork(1726616678)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=11}) [EL Fine]: sql: 2024.04.25 10:14:04.594--ClientSession(701487403)--Connection(1163088324)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?) bind => [1 parameter bound] [EL Finer]: transaction: 2024.04.25 10:14:04.596--ClientSession(701487403)--Connection(1163088324)--commit transaction [EL Finest]: connection: 2024.04.25 10:14:04.596--ServerSession(1395262169)--Connection(1163088324)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:14:04.597--UnitOfWork(1726616678)--end unit of work commit [EL Finer]: transaction: 2024.04.25 10:14:04.597--UnitOfWork(1726616678)--resume unit of work [EL Finer]: transaction: 2024.04.25 10:14:04.597--UnitOfWork(1726616678)--begin unit of work commit [EL Finest]: query: 2024.04.25 10:14:04.598--UnitOfWork(1726616678)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1}) [EL Finer]: transaction: 2024.04.25 10:14:04.598--UnitOfWork(1726616678)--end unit of work commit [EL Finer]: transaction: 2024.04.25 10:14:04.598--UnitOfWork(1726616678)--resume unit of work [EL Finest]: query: 2024.04.25 10:14:04.603--UnitOfWork(1726616678)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024.04.25 10:14:04.603--UnitOfWork(1726616678)--validate object space. [EL Warning]: cache: 2024.04.25 10:14:04.604--UnitOfWork(1726616678)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=1}] [EL Warning]: cache: 2024.04.25 10:14:04.604--UnitOfWork(1726616678)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024.04.25 10:14:04.604--UnitOfWork(1726616678)--corrupt object: BranchBDiagnostic{id=11} [EL Finer]: transaction: 2024.04.25 10:14:04.604--UnitOfWork(1726616678)--release unit of work [EL Finer]: connection: 2024.04.25 10:14:04.605--ClientSession(701487403)--client released [EL Finer]: connection: 2024.04.25 10:14:04.606--ServerSession(537536188)--client acquired: 669725336 [EL Finer]: transaction: 2024.04.25 10:14:04.606--ClientSession(669725336)--acquire unit of work: 197491520 [EL Finest]: transaction: 2024.04.25 10:14:04.606--UnitOfWork(197491520)--register_new_for_persist (There is no English translation for this message.) [EL Finest]: transaction: 2024.04.25 10:14:04.606--UnitOfWork(197491520)--register_new_for_persist (There is no English translation for this message.) [EL Finer]: transaction: 2024.04.25 10:14:04.606--UnitOfWork(197491520)--begin unit of work flush [EL Finest]: query: 2024.04.25 10:14:04.607--UnitOfWork(197491520)--Execute query InsertObjectQuery(BranchADiagnostic{id=2}) [EL Fine]: connection: 2024.04.25 10:14:04.607--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.25 10:14:04.609--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.25 10:14:04.609--ServerSession(537536188)--Connection(1177072083)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:14:04.609--ClientSession(669725336)--Connection(1177072083)--begin transaction [EL Fine]: sql: 2024.04.25 10:14:04.609--ClientSession(669725336)--Connection(1177072083)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?) bind => [1 parameter bound] [EL Finest]: query: 2024.04.25 10:14:04.610--UnitOfWork(197491520)--Execute query InsertObjectQuery(BranchBDiagnostic{id=22}) [EL Fine]: sql: 2024.04.25 10:14:04.611--ClientSession(669725336)--Connection(1177072083)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?) bind => [2 parameters bound] [EL Finer]: transaction: 2024.04.25 10:14:04.611--UnitOfWork(197491520)--end unit of work flush [EL Finer]: transaction: 2024.04.25 10:14:04.611--UnitOfWork(197491520)--resume unit of work [EL Finer]: transaction: 2024.04.25 10:14:04.611--UnitOfWork(197491520)--begin unit of work commit [EL Finer]: transaction: 2024.04.25 10:14:04.612--ClientSession(669725336)--Connection(1177072083)--commit transaction [EL Finest]: connection: 2024.04.25 10:14:04.612--ServerSession(537536188)--Connection(1177072083)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:14:04.612--UnitOfWork(197491520)--end unit of work commit [EL Finer]: transaction: 2024.04.25 10:14:04.613--UnitOfWork(197491520)--resume unit of work [EL Finest]: transaction: 2024.04.25 10:14:04.613--UnitOfWork(197491520)--deleting_object (There is no English translation for this message.) [EL Finer]: transaction: 2024.04.25 10:14:04.613--UnitOfWork(197491520)--begin unit of work commit [EL Finest]: query: 2024.04.25 10:14:04.613--UnitOfWork(197491520)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic ) [EL Finest]: query: 2024.04.25 10:14:04.613--UnitOfWork(197491520)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2}) [EL Finest]: query: 2024.04.25 10:14:04.614--UnitOfWork(197491520)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=22}) [EL Finest]: connection: 2024.04.25 10:14:04.614--ServerSession(537536188)--Connection(1177072083)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:14:04.614--ClientSession(669725336)--Connection(1177072083)--begin transaction [EL Fine]: sql: 2024.04.25 10:14:04.614--ClientSession(669725336)--Connection(1177072083)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?) bind => [2 parameters bound] [EL Finest]: query: 2024.04.25 10:14:04.615--UnitOfWork(197491520)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=22}) [EL Fine]: sql: 2024.04.25 10:14:04.615--ClientSession(669725336)--Connection(1177072083)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?) bind => [1 parameter bound] [EL Finer]: transaction: 2024.04.25 10:14:04.616--ClientSession(669725336)--Connection(1177072083)--commit transaction [EL Finest]: connection: 2024.04.25 10:14:04.616--ServerSession(537536188)--Connection(1177072083)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.04.25 10:14:04.616--UnitOfWork(197491520)--end unit of work commit [EL Finer]: transaction: 2024.04.25 10:14:04.616--UnitOfWork(197491520)--resume unit of work [EL Finer]: transaction: 2024.04.25 10:14:04.617--UnitOfWork(197491520)--begin unit of work commit [EL Finest]: query: 2024.04.25 10:14:04.617--UnitOfWork(197491520)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2}) [EL Finer]: transaction: 2024.04.25 10:14:04.617--UnitOfWork(197491520)--end unit of work commit [EL Finer]: transaction: 2024.04.25 10:14:04.617--UnitOfWork(197491520)--resume unit of work [EL Finest]: query: 2024.04.25 10:14:04.630--UnitOfWork(197491520)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024.04.25 10:14:04.630--UnitOfWork(197491520)--validate object space. [EL Warning]: cache: 2024.04.25 10:14:04.631--UnitOfWork(197491520)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}] [EL Warning]: cache: 2024.04.25 10:14:04.631--UnitOfWork(197491520)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024.04.25 10:14:04.631--UnitOfWork(197491520)--corrupt object: BranchBDiagnostic{id=22} [EL Finest]: query: 2024.04.25 10:14:04.632--UnitOfWork(197491520)--Execute query ReadObjectQuery(name="findBranchADiagnosticById" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024.04.25 10:14:04.633--UnitOfWork(197491520)--validate object space. [EL Warning]: cache: 2024.04.25 10:14:04.633--UnitOfWork(197491520)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}] [EL Warning]: cache: 2024.04.25 10:14:04.633--UnitOfWork(197491520)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024.04.25 10:14:04.633--UnitOfWork(197491520)--corrupt object: BranchBDiagnostic{id=22} [EL Finer]: transaction: 2024.04.25 10:14:04.633--UnitOfWork(197491520)--release unit of work [EL Finer]: connection: 2024.04.25 10:14:04.633--ClientSession(669725336)--client released [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 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. Thu Apr 25 10:14: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.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 ... Thu Apr 25 10:14:05 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14: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.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.25 10:14:08.160--ServerSession(489047267)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.273--ServerSession(1225353990)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.343--ServerSession(1366212088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.391--ServerSession(755759908)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.470--ServerSession(1989495347)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.506--ServerSession(1285072597)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.545--ServerSession(836621476)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.549--ServerSession(836621476)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.593--ServerSession(524566446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.635--ServerSession(638525764)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.665--ServerSession(212924259)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.665--ServerSession(212924259)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.693--ServerSession(1881419576)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:08.696--ServerSession(1881419576)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.210 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. Thu Apr 25 10:14: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.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 ... Thu Apr 25 10:14:09 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14:09 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.25 10:14:12.231--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.249--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.251--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.253--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.255--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.257--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.258--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.260--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.262--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.263--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.265--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.267--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.268--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.270--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.271--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.273--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.274--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.276--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.278--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.279--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.281--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.282--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.284--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.285--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.286--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.288--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.289--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.291--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.292--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.294--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.295--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.297--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.298--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.299--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.301--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.302--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.304--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.305--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.307--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.308--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.309--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.311--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.312--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.314--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.315--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.317--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.318--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.319--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.330--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.332--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.333--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.334--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.336--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.338--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.339--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.340--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.342--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.343--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.344--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.346--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.347--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.348--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.349--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.351--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.352--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.354--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.355--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.356--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.358--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.359--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.360--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.362--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.363--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.364--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.366--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.367--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.368--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.369--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.371--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.372--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.373--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.374--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.375--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.376--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.378--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.379--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.380--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.382--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.383--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.384--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.385--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.386--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.387--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.388--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.389--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.391--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.392--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.393--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.394--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.396--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.397--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.398--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.399--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.400--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.401--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.402--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.403--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.404--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.405--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.406--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.407--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.408--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.409--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.410--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.411--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.412--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.413--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.414--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.415--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.416--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.417--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.418--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.419--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.420--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.421--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.422--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.423--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.425--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.426--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.428--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.429--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.430--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.431--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.432--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.433--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.434--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.435--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.436--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.437--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.438--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.439--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.440--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.441--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.442--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.443--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.444--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.446--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.447--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.448--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.449--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.450--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.451--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.452--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.453--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.455--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.456--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.457--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.458--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.459--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.460--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.461--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.463--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.464--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.465--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.466--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.467--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.468--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.469--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.470--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.472--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.473--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.475--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.476--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.478--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.479--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.480--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.482--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.483--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.484--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.485--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.486--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.487--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.488--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.489--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.490--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.491--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.492--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.493--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.494--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.495--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.496--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.497--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.498--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.499--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.500--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.501--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.502--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.502--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.503--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.504--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.505--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.507--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.508--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.509--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.510--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.511--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.512--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.513--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.513--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.514--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.515--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.516--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.517--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.518--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.519--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.520--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.521--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.522--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.523--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.524--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.525--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.526--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.527--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.528--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.529--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.530--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.531--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.532--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.533--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.534--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.535--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.536--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.536--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.537--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.538--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.539--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.540--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.541--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.542--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.543--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.543--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.544--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.545--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.546--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.547--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.548--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.549--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.550--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.550--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.551--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.552--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.553--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.554--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.555--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.556--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.557--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.558--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.559--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.560--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.561--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.562--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.562--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.563--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.564--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.565--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.575--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.576--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.577--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.578--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.579--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.580--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.581--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.582--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.582--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.583--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.584--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.585--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.586--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.587--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.588--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.589--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.590--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.590--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.591--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.592--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.593--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.594--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.595--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.596--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.597--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.598--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.599--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.600--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.601--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.601--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.602--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.603--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.604--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.605--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.606--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.606--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.607--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.608--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.609--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.610--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.611--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.612--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.612--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.613--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.614--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.615--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.616--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.616--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.617--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.618--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.619--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.620--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.620--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.621--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.622--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.623--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.624--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.625--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.625--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.626--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.627--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.628--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.629--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.630--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.630--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.631--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.632--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.633--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.634--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.635--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.636--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.637--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.638--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.638--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.639--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.640--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.641--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.642--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.643--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.644--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.645--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.645--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.646--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.647--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.648--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.649--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.650--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.651--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.652--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.653--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.653--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.654--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.655--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.656--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.657--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.657--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.658--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.659--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.660--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.661--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.662--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.662--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.663--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.664--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.665--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.666--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.667--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.667--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.671--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.672--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.673--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.674--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.675--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.675--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.676--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.677--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.678--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.679--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.680--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.681--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.682--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.682--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.683--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.684--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.685--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.686--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.687--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.687--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.688--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.689--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.690--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.690--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.691--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.692--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.693--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.694--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.694--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.695--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.696--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.697--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.697--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.698--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.699--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.700--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.700--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.701--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.702--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.703--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.703--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.704--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.705--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.705--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.706--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.707--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.707--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.708--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.709--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.710--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.710--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.711--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.712--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.712--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.713--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.714--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.715--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.716--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.716--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.717--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.718--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.719--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.720--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.720--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.721--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.722--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.722--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.723--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.724--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.725--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.726--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.726--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.727--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.728--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.728--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.729--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.730--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.731--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.732--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.732--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.733--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.734--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.735--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.735--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.736--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.737--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.738--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.738--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.739--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.740--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.740--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.741--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.742--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.742--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.743--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.744--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.744--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.745--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.746--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.747--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.747--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.748--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.749--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.749--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.750--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.947--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.948--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.949--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.950--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.951--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.952--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.953--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.953--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.954--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.955--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.956--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.957--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.958--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.958--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.959--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.960--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.961--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.962--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.962--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.963--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.964--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.965--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.965--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.966--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.967--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.968--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.972--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.973--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.974--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.975--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.976--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.976--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.977--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.978--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.979--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.980--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.980--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.981--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.982--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.983--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.983--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.984--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.985--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.985--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.986--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.987--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.987--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.988--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.989--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.989--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.990--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.991--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.991--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.992--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.993--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.993--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.994--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.995--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.995--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.996--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.997--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.997--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.998--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.999--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:12.999--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.000--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.001--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.001--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.002--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.003--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.003--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.004--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.005--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.006--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.006--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.007--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.008--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.008--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.009--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.010--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.010--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.011--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.012--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.012--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.013--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.014--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.014--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.015--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.016--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.017--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.017--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.018--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.019--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.020--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.020--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.021--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.022--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.023--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.023--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.024--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.025--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.025--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.026--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.026--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.027--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.028--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.028--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.029--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.030--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.030--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.031--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.031--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.032--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.033--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.033--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.034--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.035--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.036--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.036--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.037--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.038--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.039--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.040--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.041--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.042--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.042--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.043--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.044--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.045--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.045--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.046--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.047--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.047--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.048--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.051--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.053--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.054--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.054--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.055--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.056--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.057--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.057--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.058--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.059--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.064--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.065--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.066--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.067--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.068--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.069--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.069--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.070--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.071--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.072--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.073--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.074--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.075--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.075--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.076--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:13.077--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.632 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.314 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupTrackerWeavingTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedDefaultFetchGroupTests [EL Warning]: 2024.04.25 10:14:14.032--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.650 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedDefaultFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedFetchGroupTests [EL Warning]: 2024.04.25 10:14:14.679--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:15.030--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.25 10:14:15.031--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.25 10:14:15.031--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.25 10:14:15.090--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.884 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedNamedFetchGroupTests [EL Warning]: 2024.04.25 10:14:15.552--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.577 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedNamedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleDefaultFetchGroupTests [EL Warning]: 2024.04.25 10:14:16.133--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:16.325--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.25 10:14:16.337--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.25 10:14:16.400--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.25 10:14:16.400--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.25 10:14:16.426--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.25 10:14:16.426--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.25 10:14:16.451--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.661 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleDefaultFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleFetchGroupTests [EL Warning]: 2024.04.25 10:14:16.788--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:17.022--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.25 10:14:17.045--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.635 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleNamedFetchGroupTests [EL Warning]: 2024.04.25 10:14:17.428--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:17.657--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.25 10:14:17.680--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.587 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleNamedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleSerializeFetchGroupTests [EL Warning]: 2024.04.25 10:14:18.013--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:14:18.245--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.25 10:14:18.266--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.936 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. Thu Apr 25 10:14: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.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

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

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

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

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

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

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

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

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 ... Thu Apr 25 10:14:20 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14: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.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.v202404251004): 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.075 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.197 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.180 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.574 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.v202404251004): 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.v202404251004): 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.v202404251004): 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.081 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.172 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.498 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.123 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(232639889)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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(451832195)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.143 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.514 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.v202404251004): org.eclipse.persistence.exceptions.QueryException Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String,java.sql.Date,java.lang.Integer) Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String,java.sql.Date,java.lang.Integer) Query: ReportQuery(referenceClass=Employee ) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 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.v202404251004): 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.034 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.198 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.257 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.201 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.117 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.263 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.439 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.243 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.295 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.307 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.238 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.524 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. Thu Apr 25 10:14: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.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 ... Thu Apr 25 10:14:34 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14: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.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.774 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.034 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.IsolatedCacheTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.JAXBTest 110 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 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.182 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.046 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. Thu Apr 25 10:14: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.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 ... Thu Apr 25 10:14:38 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14: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.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.464 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. Thu Apr 25 10:14:41 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 ... Thu Apr 25 10:14:41 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14: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.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.25 10:14:45.244--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvNoProfilerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPerfProfilerTest Profile( total time=1750601, local time=1750601, Timer:ConnectionManagement=1750601, ) [EL Warning]: metamodel: 2024.04.25 10:14:45.285--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [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 25, 2024 10:14:45 AM org.eclipse.persistence.session.JPASessionXML WARNING: Local Exception Stack: Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.271 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. Thu Apr 25 10:14: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.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 ... Thu Apr 25 10:14:46 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14: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.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.25 10:14:48.159--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.25 10:14:48.399--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.25 10:14:49.136--UnitOfWork(495857386)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.843 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.171 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.130 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.145 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.271 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.044 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. Thu Apr 25 10:14:50 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 ... Thu Apr 25 10:14:51 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:14: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: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.25 10:14:53.516--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.25 10:14:53.624--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.25 10:14:53.625--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.25 10:14:53.629--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.25 10:14:53.630--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.25 10:14:53.643--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.25 10:14:53.645--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.25 10:14:53.646--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.25 10:14:53.646--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.25 10:14:55.308--UnitOfWork(1484119658)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 53] 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> 53 [EL Warning]: 2024.04.25 10:14:55.328--UnitOfWork(1346237136)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 53] 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> 53 [EL Warning]: 2024.04.25 10:14:55.338--UnitOfWork(378693799)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 53] 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> 53 [EL Warning]: 2024.04.25 10:14:55.348--UnitOfWork(1872515144)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 53] 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> 53 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: 3.016 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.519 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: 3.069 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.764 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.443 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.438 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.088 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.716 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.400 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.004 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: 2.098 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.549 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.25 10:15:09.311--UnitOfWork(1991574288)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 391] 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> 391 [EL Warning]: 2024.04.25 10:15:09.314--[TEMPORARY LOGGING] [EL Warning]: 2024.04.25 10:15:09.314--jakarta.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 391] 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> 391 [EL Warning]: 2024.04.25 10:15:09.319--UnitOfWork(1282927444)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 391] 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> 391 [EL Warning]: 2024.04.25 10:15:09.327--UnitOfWork(1093409488)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 391] 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> 391 [EL Warning]: 2024.04.25 10:15:09.342--UnitOfWork(1297963590)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.449 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.25 10:15:09.386--ServerSession(736584533)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.161 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.25 10:15:09.525--ServerSession(736584533)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.073 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.25 10:15:09.612--ServerSession(1312556204)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.089 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.030 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.073 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.045 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.25 10:15:09.997--ServerSession(1725462644)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.626 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.25 10:15:10.471--ServerSession(1887192166)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.312 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.25 10:15:10.801--ServerSession(1839053453)--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.25 10:15:10.802--ServerSession(1839053453)--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.25 10:15:10.806--ServerSession(1839053453)--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.25 10:15:10.807--ServerSession(1839053453)--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.25 10:15:10.811--ServerSession(1839053453)--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.25 10:15:10.812--ServerSession(1839053453)--The reference column name [ID] mapped on the element [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.25 10:15:10.813--ServerSession(1839053453)--The reference column name [ID] mapped on the element [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.25 10:15:10.813--ServerSession(1839053453)--The reference column name [ID] mapped on the element [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.25 10:15:10.890--ServerSession(1839053453)--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.25 10:15:10.893--ServerSession(1839053453)--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.25 10:15:10.905--ServerSession(1839053453)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:10.906--ServerSession(1839053453)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:10.907--ServerSession(1839053453)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:10.908--ServerSession(1839053453)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:10.908--ServerSession(1839053453)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.479 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.25 10:15:11.272--ServerSession(1023560447)--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.25 10:15:11.377--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.379--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.379--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.380--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.382--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.382--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.383--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.383--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.384--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.385--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.439--ServerSession(1023560447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:11.784--ServerSession(2017002946)--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.25 10:15:11.936--ServerSession(2017002946)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.713 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.255 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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:14 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15: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.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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:16 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15: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.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. Thu Apr 25 10:15:17 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 ... Thu Apr 25 10:15:19 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15: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.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.682 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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:22 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:15:22 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.25 10:15:24.461--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.25 10:15:24.633--ServerSession(530696881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:24.918--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.766 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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:25 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15: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.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.582 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.771 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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:31 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15: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.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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:33 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:15:33 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.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.572 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.136 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.103 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.172 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.077 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.109 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.140 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.112 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.120 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.075 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.094 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.093 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.077 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.111 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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:38 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15: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.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.25 10:15:40.556--ServerSession(816944408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.798 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. Thu Apr 25 10:15:41 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 ... Thu Apr 25 10:15:41 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:15:41 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.25 10:15:43.571--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metamodel: 2024.04.25 10:15:43.594--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metamodel: 2024.04.25 10:15:43.600--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:44 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15:44 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.048 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.25 10:15:51.786--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.25 10:15:51.905--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.25 10:15:52.129--ClientSession(1594906484)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:52.143--ClientSession(1594906484)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:52.155--ClientSession(1594906484)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:53.814--UnitOfWork(1782618480)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:53.826--UnitOfWork(1458803103)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:53.842--UnitOfWork(261726057)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:54.109--UnitOfWork(945000385)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:15:54.523--UnitOfWork(799516744)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding. [EL Warning]: query: 2024.04.25 10:15:54.576--UnitOfWork(1864866421)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding. [EL Warning]: 2024.04.25 10:15:54.621--UnitOfWork(1894738098)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404251004): 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: 2.988 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. Thu Apr 25 10:15:54 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 ... Thu Apr 25 10:15:56 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15: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.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.323 s -- in org.eclipse.persistence.testing.tests.jpa.validation.QueryParameterValidationTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.validation.ValidationTest [EL Info]: 2024.04.25 10:15:58.954--ServerSession(424732838)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: 2024.04.25 10:15:58.963--ServerSession(424732838)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Severe]: ejb: 2024.04.25 10:15:58.964--ServerSession(424732838)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Info]: 2024.04.25 10:15:58.969--ServerSession(938405008)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Severe]: 2024.04.25 10:15:58.969--ServerSession(938405008)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Severe]: ejb: 2024.04.25 10:15:58.969--ServerSession(938405008)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 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. Thu Apr 25 10:15: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.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 ... Thu Apr 25 10:15:59 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:15: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.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.550 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.519 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.534 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:08 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16: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.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.25 10:16:10.516--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 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. Thu Apr 25 10:16:11 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 ... Thu Apr 25 10:16:12 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:16:12 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.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(1168079523)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 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.536 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.282 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:17 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16: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.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.v202404251004 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.955 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.620 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.227 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:22 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16:22 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(1968552224)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:25 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16: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.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(1795225096)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:29 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16: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.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(30699728)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [EL Warning]: metadata: ServerSession(30699728)--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(30699728)--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(30699728)--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.549 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:33 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:16:33 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.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.664 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:36 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16: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.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.687 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:40 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16:40 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.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.v202404251004 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.812 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:44 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16:44 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.v202404251004 [EL Warning]: ServerSession(1404834600)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.936 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. Thu Apr 25 10:16:47 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 ... Thu Apr 25 10:16:49 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16: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.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.25 10:16:51.570--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.25 10:16:51.585--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.25 10:16:51.586--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.25 10:16:51.752--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.25 10:16:51.763--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.25 10:16:51.764--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.25 10:16:51.789--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.25 10:16:51.791--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.25 10:16:51.791--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.25 10:16:51.816--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.25 10:16:51.826--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.25 10:16:51.828--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.25 10:16:51.829--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.25 10:16:51.829--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.25 10:16:51.830--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.25 10:16:52.034--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.25 10:16:52.036--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.25 10:16:52.036--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.25 10:16:52.057--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.25 10:16:52.061--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.25 10:16:52.061--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.25 10:16:52.081--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.25 10:16:52.083--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.25 10:16:52.084--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.25 10:16:52.084--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.25 10:16:52.085--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.25 10:16:52.085--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.25 10:16:52.466--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metadata: 2024.04.25 10:16:53.162--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.25 10:16:53.164--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.25 10:16:53.164--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.296 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. Thu Apr 25 10:16: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.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 ... Thu Apr 25 10:16:54 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16: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.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.v202404251004 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 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. Thu Apr 25 10:16:57 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 ... Thu Apr 25 10:16:58 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:16:58 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.25 10:17:00.666--ServerSession(1193398802)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.601 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. Thu Apr 25 10:17:01 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 ... Thu Apr 25 10:17:01 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:17:01 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.25 10:17:04.194--ServerSession(367967231)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.25 10:17:04.213--ServerSession(367967231)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404251004): 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.634 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. Thu Apr 25 10:17: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.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 ... Thu Apr 25 10:17:05 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:17: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.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.624 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. Thu Apr 25 10:17: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.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 ... Thu Apr 25 10:17:09 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:17: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.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.25 10:17:10.862--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.25 10:17:11.135--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.599 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. Thu Apr 25 10:17: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.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 ... Thu Apr 25 10:17:12 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:17: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.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.25 10:17:14.560--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.25 10:17:14.570--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.25 10:17:14.705--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.25 10:17:14.706--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.25 10:17:14.726--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.25 10:17:14.727--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.25 10:17:14.727--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.25 10:17:14.728--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.25 10:17:14.750--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.25 10:17:14.751--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.25 10:17:14.751--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.25 10:17:14.752--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.25 10:17:14.958--ServerSession(1717739363)--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.25 10:17:14.959--ServerSession(1717739363)--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.783 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.25 10:17:15.657--ServerSession(510445648)--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.25 10:17:15.658--ServerSession(510445648)--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.25 10:17:15.667--ServerSession(510445648)--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.25 10:17:15.667--ServerSession(510445648)--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.25 10:17:15.668--ServerSession(510445648)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLUnderboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024.04.25 10:17:15.669--ServerSession(510445648)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLCapo with isolation: null so the subclass has been set to the isolation level ISOLATED. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 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.25 10:17:15.946--ServerSession(2082232630)--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.25 10:17:15.946--ServerSession(2082232630)--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.25 10:17:15.947--ServerSession(2082232630)--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.25 10:17:15.947--ServerSession(2082232630)--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.214 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.25 10:17:16.162--ServerSession(239648666)--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.25 10:17:16.163--ServerSession(239648666)--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.25 10:17:16.163--ServerSession(239648666)--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.25 10:17:16.164--ServerSession(239648666)--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.207 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. Thu Apr 25 10:17: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.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 ... Thu Apr 25 10:17:17 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527 Thu Apr 25 10:17:17 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.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.v202404251004): 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.v202404251004): 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.v202404251004 [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.286 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. Thu Apr 25 10:17: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.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 ... Thu Apr 25 10:17:21 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:17: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.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.363 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. Thu Apr 25 10:17:24 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 ... Thu Apr 25 10:17:25 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:17: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.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(1608633989)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404251004 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 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. Thu Apr 25 10:17: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.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 ... Thu Apr 25 10:17:28 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused Thu Apr 25 10:17: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.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.347 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. Thu Apr 25 10:17:31 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] stopOrDestroyProcess: process hasn't exited [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.25 10:17:34.252--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.25 10:17:34.686--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.25 10:17:34.966--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. 343 [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.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@6d4c273c, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@5a67e962, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@545e57d7}}]}, 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@2bc9a775, com.mongodb.Jep395RecordCodecProvider@27b000f7, com.mongodb.KotlinCodecProvider@42f9c19a]}]}, 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} 360 [cluster-ClusterId{value='662a2dbfc85afb4b1d6eb5f3', 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=16464918} 853 [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@2bc9a775, com.mongodb.Jep395RecordCodecProvider@27b000f7, com.mongodb.KotlinCodecProvider@42f9c19a]}, 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} 853 [cluster-ClusterId{value='662a2dbfc85afb4b1d6eb632', 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=789426} [EL Warning]: metadata: 2024.04.25 10:17:35.686--ServerSession(505323251)--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.25 10:17:35.705--ServerSession(761533964)--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. 888 [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=, mechanismProperties=}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@6d4c273c, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@5a67e962, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@545e57d7}}]}, 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@2bc9a775, com.mongodb.Jep395RecordCodecProvider@27b000f7, com.mongodb.KotlinCodecProvider@42f9c19a]}]}, 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} 889 [cluster-ClusterId{value='662a2dbfc85afb4b1d6eb633', 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=794789} 892 [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.25 10:17:35.733--ServerSession(761533964)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404251004): 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=, mechanismProperties=} Error Code: 000 [EL Severe]: ejb: 2024.04.25 10:17:35.734--ServerSession(761533964)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404251004): 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=, mechanismProperties=} Error Code: 000 [EL Warning]: metadata: 2024.04.25 10:17:35.742--ServerSession(768669591)--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=, mechanismProperties=}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@6d4c273c, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@5a67e962, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@545e57d7}}]}, 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@2bc9a775, com.mongodb.Jep395RecordCodecProvider@27b000f7, com.mongodb.KotlinCodecProvider@42f9c19a]}]}, 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='662a2dbfc85afb4b1d6eb634', 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=702490} 925 [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.25 10:17:35.752--ServerSession(768669591)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404251004): 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=, mechanismProperties=} Error Code: 000 [EL Severe]: ejb: 2024.04.25 10:17:35.753--ServerSession(768669591)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404251004): 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=, mechanismProperties=} Error Code: 000 [EL Warning]: metadata: 2024.04.25 10:17:35.762--ServerSession(1293465402)--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. 955 [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=, mechanismProperties=}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@6d4c273c, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@5a67e962, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@545e57d7}}]}, 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@2bc9a775, com.mongodb.Jep395RecordCodecProvider@27b000f7, com.mongodb.KotlinCodecProvider@42f9c19a]}]}, 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} 955 [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}]. 955 [cluster-ClusterId{value='662a2dbfc85afb4b1d6eb635', 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=659793} [EL Severe]: 2024.04.25 10:17:35.782--ServerSession(1293465402)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404251004): 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=, mechanismProperties=} Error Code: 000 [EL Severe]: ejb: 2024.04.25 10:17:35.783--ServerSession(1293465402)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404251004): 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=, mechanismProperties=} Error Code: 000 [EL Warning]: metadata: 2024.04.25 10:17:35.791--ServerSession(1405548909)--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. 972 [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=, mechanismProperties=}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@6d4c273c, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@5a67e962, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@545e57d7}}]}, 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@2bc9a775, com.mongodb.Jep395RecordCodecProvider@27b000f7, com.mongodb.KotlinCodecProvider@42f9c19a]}]}, 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} 972 [cluster-ClusterId{value='662a2dbfc85afb4b1d6eb636', 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=571413} 973 [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.25 10:17:35.799--ServerSession(1405548909)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404251004): 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=, mechanismProperties=} Error Code: 000 [EL Severe]: ejb: 2024.04.25 10:17:35.800--ServerSession(1405548909)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404251004): 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=, mechanismProperties=} 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.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@6d4c273c, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@5a67e962, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@545e57d7}}]}, 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@2bc9a775, com.mongodb.Jep395RecordCodecProvider@27b000f7, com.mongodb.KotlinCodecProvider@42f9c19a]}]}, 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='662a2dbfc85afb4b1d6eb637', 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=650704} [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.25 10:17:35.875--ServerSession(865430810)--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.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@6d4c273c, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@5a67e962, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@545e57d7}}]}, 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@2bc9a775, com.mongodb.Jep395RecordCodecProvider@27b000f7, com.mongodb.KotlinCodecProvider@42f9c19a]}]}, 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} 1056 [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}]. 1056 [cluster-ClusterId{value='662a2dbfc85afb4b1d6eb639', 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=630095} [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 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.107 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 29.659 s] [INFO] EclipseLink Core ................................... SUCCESS [ 27.447 s] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 0.434 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 0.980 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 1.418 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 0.364 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 13.821 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 6.138 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 0.537 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 5.448 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 1.224 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 7.926 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 40.027 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 10.274 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 4.076 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 1.534 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 0.374 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 4.107 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 6.340 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 1.529 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 0.141 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 2.593 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.083 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.665 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 51.599 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 7.937 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 4.840 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 11.389 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 11.404 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 1.865 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 4.518 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 7.899 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 57.837 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 8.326 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 1.497 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 1.327 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 0.635 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 1.489 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 4.849 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 0.246 s] [INFO] Persistence TestApps ............................... SUCCESS [ 0.389 s] [INFO] Test - advanced .................................... SUCCESS [01:08 min] [INFO] Test - advanced2 ................................... SUCCESS [ 9.137 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 3.310 s] [INFO] Test - cacheable ................................... SUCCESS [ 5.407 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 3.176 s] [INFO] Test - metamodel ................................... SUCCESS [ 4.021 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 4.368 s] [INFO] Test - advanced.cacheimpl .......................... SUCCESS [ 4.621 s] [INFO] Test - advanced.cascadepersist ..................... SUCCESS [ 3.057 s] [INFO] Test - advanced.compositepk ........................ SUCCESS [ 4.719 s] [INFO] Test - advanced.derivedid .......................... SUCCESS [ 4.854 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 3.143 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 3.422 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 5.273 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 3.481 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 3.446 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 3.488 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 3.566 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 0.491 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 0.396 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 0.427 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 0.399 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 16.252 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 9.530 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 6.855 s] [INFO] Test - criteria .................................... SUCCESS [ 14.266 s] [INFO] Test - datatypes ................................... SUCCESS [ 3.288 s] [INFO] Test - datetime .................................... SUCCESS [ 3.123 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 6.418 s] [INFO] Test - lob ......................................... SUCCESS [ 3.581 s] [INFO] Test - delimited ................................... SUCCESS [ 3.901 s] [INFO] Test - diagnostic .................................. SUCCESS [ 3.131 s] [INFO] Test - extensibility ............................... SUCCESS [ 4.113 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 9.975 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 14.583 s] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 4.105 s] [INFO] Test - identity .................................... SUCCESS [ 3.625 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 4.549 s] [INFO] Test - relationships ............................... SUCCESS [ 4.770 s] [INFO] Test - jpql ........................................ SUCCESS [ 22.322 s] [INFO] Test - jta ......................................... SUCCESS [ 0.482 s] [INFO] Test - performance ................................. SUCCESS [ 1.954 s] [INFO] Test - memory ...................................... SUCCESS [ 1.621 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 4.848 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 3.369 s] [INFO] Test - partitioned ................................. SUCCESS [ 5.409 s] [INFO] Test - performance2 ................................ SUCCESS [ 1.688 s] [INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [ 5.468 s] [INFO] Test - privateowned ................................ SUCCESS [ 3.467 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 2.628 s] [INFO] Test - remote ...................................... SUCCESS [ 11.126 s] [INFO] Test - sessionbean ................................. SUCCESS [ 0.538 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 0.600 s] [INFO] Test - validation .................................. SUCCESS [ 3.191 s] [INFO] Test - weaving ..................................... SUCCESS [ 5.973 s] [INFO] Test - xml.composite.advanced.common ............... SUCCESS [ 0.526 s] [INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [ 0.472 s] [INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [ 0.462 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 0.568 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 4.255 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 4.870 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 5.202 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 3.547 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 3.448 s] [INFO] Test - xml.extended.complexaggregate ............... SUCCESS [ 3.605 s] [INFO] Test - xml.inheritance ............................. SUCCESS [ 3.648 s] [INFO] Test - xml.extended.inheritance .................... SUCCESS [ 3.690 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 3.975 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 4.088 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 0.507 s] [INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [ 0.483 s] [INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [ 0.466 s] [INFO] Test - xml.extended.composite.advanced ............. SUCCESS [ 4.513 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 3.984 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 3.530 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 3.532 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 3.705 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 3.601 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 4.686 s] [INFO] Test - xml.inherited ............................... SUCCESS [ 4.618 s] [INFO] Test - xml.metadatacomplete ........................ SUCCESS [ 3.342 s] [INFO] Test - xml.relationships.unidirectional ............ SUCCESS [ 3.501 s] [INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [ 3.071 s] [INFO] Test - nativeapi ................................... SUCCESS [ 0.687 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.288 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 4.380 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 0.476 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 0.688 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 0.637 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 0.638 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 0.678 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 0.752 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 0.701 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 13:06 min [INFO] Finished at: 2024-04-25T10:17:41Z [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.25 10:17:48.413--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.25 10:17:48.880--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.25 10:17:49.158--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. 354 [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@153d4abb, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@6d4c273c, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@5a67e962}}]}, 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@545e57d7, com.mongodb.Jep395RecordCodecProvider@2bc9a775, com.mongodb.KotlinCodecProvider@27b000f7]}]}, 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} 371 [cluster-ClusterId{value='662a2dcd8a0b9d74b715d609', 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=17033352} 898 [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@545e57d7, com.mongodb.Jep395RecordCodecProvider@2bc9a775, com.mongodb.KotlinCodecProvider@27b000f7]}, 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} 899 [cluster-ClusterId{value='662a2dcd8a0b9d74b715d648', 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=873110} [EL Warning]: metadata: 2024.04.25 10:17:49.931--ServerSession(1464502754)--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.25 10:17:49.951--ServerSession(1964514128)--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. 936 [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=, mechanismProperties=}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@153d4abb, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@6d4c273c, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@5a67e962}}]}, 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@545e57d7, com.mongodb.Jep395RecordCodecProvider@2bc9a775, com.mongodb.KotlinCodecProvider@27b000f7]}]}, 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} 936 [cluster-ClusterId{value='662a2dcd8a0b9d74b715d649', 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=674612} [EL Severe]: 2024.04.25 10:17:49.978--ServerSession(1964514128)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404250949): 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=, mechanismProperties=} Error Code: 000 [EL Severe]: ejb: 2024.04.25 10:17:49.978--ServerSession(1964514128)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404250949): 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=, mechanismProperties=} Error Code: 000 [EL Warning]: metadata: 2024.04.25 10:17:49.987--ServerSession(479160976)--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. 970 [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=, mechanismProperties=}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@153d4abb, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@6d4c273c, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@5a67e962}}]}, 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@545e57d7, com.mongodb.Jep395RecordCodecProvider@2bc9a775, com.mongodb.KotlinCodecProvider@27b000f7]}]}, 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} 970 [cluster-ClusterId{value='662a2dcd8a0b9d74b715d64a', 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=615605} 974 [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.25 10:17:50.001--ServerSession(479160976)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404250949): 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=, mechanismProperties=} Error Code: 000 [EL Severe]: ejb: 2024.04.25 10:17:50.001--ServerSession(479160976)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404250949): 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=, mechanismProperties=} Error Code: 000 [EL Warning]: metadata: 2024.04.25 10:17:50.021--ServerSession(1208670252)--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. 1003 [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=, mechanismProperties=}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@153d4abb, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@6d4c273c, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@5a67e962}}]}, 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@545e57d7, com.mongodb.Jep395RecordCodecProvider@2bc9a775, com.mongodb.KotlinCodecProvider@27b000f7]}]}, 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} 1004 [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}]. 1004 [cluster-ClusterId{value='662a2dce8a0b9d74b715d64b', 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=781902} [EL Severe]: 2024.04.25 10:17:50.030--ServerSession(1208670252)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404250949): 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=, mechanismProperties=} Error Code: 000 [EL Severe]: ejb: 2024.04.25 10:17:50.030--ServerSession(1208670252)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404250949): 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=, mechanismProperties=} Error Code: 000 [EL Warning]: metadata: 2024.04.25 10:17:50.041--ServerSession(325674467)--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. 1023 [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=, mechanismProperties=}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@153d4abb, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@6d4c273c, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@5a67e962}}]}, 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@545e57d7, com.mongodb.Jep395RecordCodecProvider@2bc9a775, com.mongodb.KotlinCodecProvider@27b000f7]}]}, 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} 1023 [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}]. 1024 [cluster-ClusterId{value='662a2dce8a0b9d74b715d64c', 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=650393} [EL Severe]: 2024.04.25 10:17:50.050--ServerSession(325674467)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404250949): 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=, mechanismProperties=} Error Code: 000 [EL Severe]: ejb: 2024.04.25 10:17:50.050--ServerSession(325674467)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404250949): 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=, mechanismProperties=} Error Code: 000 1078 [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@153d4abb, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@6d4c273c, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@5a67e962}}]}, 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@545e57d7, com.mongodb.Jep395RecordCodecProvider@2bc9a775, com.mongodb.KotlinCodecProvider@27b000f7]}]}, 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} 1079 [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}]. 1079 [cluster-ClusterId{value='662a2dce8a0b9d74b715d64d', 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=896642} [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 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.25 10:17:50.142--ServerSession(738590621)--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. 1126 [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@153d4abb, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@6d4c273c, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@5a67e962}}]}, 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@545e57d7, com.mongodb.Jep395RecordCodecProvider@2bc9a775, com.mongodb.KotlinCodecProvider@27b000f7]}]}, 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} 1126 [cluster-ClusterId{value='662a2dce8a0b9d74b715d64f', 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=765897} 1127 [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}]. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 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.944 s [INFO] Finished at: 2024-04-25T10:17:53Z [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-YsWGIdj2ODHn/agent.334 SSH_AGENT_PID=336 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/eclipselink-cb-master@tmp/private_key_1198344690208004580.key (/home/jenkins/agent/workspace/eclipselink-cb-master@tmp/private_key_1198344690208004580.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 336 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-b6fc7-6qbtc' 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/878/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-b6fc7-6qbtc' 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/878/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 #877' to compute new, fixed, and outstanding issues [SpotBugs] Issues delta (vs. reference build): outstanding: 6532, new: 8, fixed: 2 [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 6540 issues (found 8 new issues, fixed 2 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'eclipselink-cb-master #878'. [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-b6fc7-6qbtc' 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/878/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-b6fc7-6qbtc' 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/878/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 #877' 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 #878'. [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-b6fc7-6qbtc' 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/878/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-b6fc7-6qbtc' 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/878/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 #877' 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 #878'. [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