Push event to branch master Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/pr_verify.groovy from c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 [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-wkmw2-qblg6’ WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-kh99k 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-0qn6h-kh99k" 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-0qn6h-kh99k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kh99k" 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-0qn6h-kh99k 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-0qn6h-kh99k" 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-0qn6h-kh99k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kh99k" 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-0qn6h-kh99k" 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-0qn6h-kh99k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kh99k" 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-0qn6h-v993n 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-0qn6h-v993n" 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-0qn6h-v993n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v993n" 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-0qn6h-v993n 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-0qn6h-v993n" 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-0qn6h-v993n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v993n" 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-0qn6h-v993n" 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-0qn6h-v993n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v993n" 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-0qn6h-zc3vw 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-0qn6h-zc3vw" 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-0qn6h-zc3vw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zc3vw" 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-0qn6h-zc3vw 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-0qn6h-zc3vw" 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-0qn6h-zc3vw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zc3vw" 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-0qn6h-zc3vw" 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-0qn6h-zc3vw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zc3vw" 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-0qn6h-qv77m 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-0qn6h-qv77m" 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-0qn6h-qv77m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qv77m" 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-0qn6h-qv77m 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-0qn6h-qv77m" 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-0qn6h-qv77m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qv77m" 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-0qn6h-qv77m" 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-0qn6h-qv77m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qv77m" 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-0qn6h-plmts 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-0qn6h-plmts" 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-0qn6h-plmts, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-plmts" 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-0qn6h-plmts 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-0qn6h-plmts" 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-0qn6h-plmts, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-plmts" 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-0qn6h-plmts" 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-0qn6h-plmts, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-plmts" 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-0qn6h-92qvj 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-0qn6h-92qvj" 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-0qn6h-92qvj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-92qvj" 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-0qn6h-92qvj 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-0qn6h-92qvj" 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-0qn6h-92qvj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-92qvj" 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-0qn6h-92qvj" 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-0qn6h-92qvj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-92qvj" 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-0qn6h-174nd 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-0qn6h-174nd" 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-0qn6h-174nd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-174nd" 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-0qn6h-174nd 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-0qn6h-174nd" 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-0qn6h-174nd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-174nd" 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-0qn6h-174nd" 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-0qn6h-174nd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-174nd" 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-0qn6h-tjr87 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-h9dfd 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-0qn6h-h9dfd" 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-0qn6h-h9dfd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h9dfd" 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-0qn6h-h9dfd 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-0qn6h-h9dfd" 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-0qn6h-h9dfd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h9dfd" 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-0qn6h-h9dfd" 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-0qn6h-h9dfd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h9dfd" 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-0qn6h-v060h 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-0qn6h-v060h" 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-0qn6h-v060h, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v060h" 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-0qn6h-v060h 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-0qn6h-v060h" 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-0qn6h-v060h, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v060h" 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-0qn6h-v060h" 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-0qn6h-v060h, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v060h" 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-0qn6h-7v7vb 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-0qn6h-7v7vb" 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-0qn6h-7v7vb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7v7vb" 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-0qn6h-7v7vb 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-0qn6h-7v7vb" 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-0qn6h-7v7vb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7v7vb" 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-0qn6h-7v7vb" 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-0qn6h-7v7vb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7v7vb" 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) Agent el-master-agent-pod-0qn6h-tjr87 is provisioned from template el-master-agent-pod-0qn6h --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-pull-request-verifier/job/master/366/" runUrl: "job/eclipselink-pull-request-verifier/job/master/366/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-0qn6h-tjr87" 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-0qn6h-tjr87" - name: "JENKINS_NAME" value: "el-master-agent-pod-0qn6h-tjr87" - 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/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "rfelcman/el-build:2.0.3" name: "el-build" resources: limits: memory: "12Gi" cpu: "6" requests: memory: "12Gi" cpu: "5.5" tty: true volumeMounts: - mountPath: "/opt/tools" name: "tools" - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - name: "tools" persistentVolumeClaim: claimName: "tools-claim-jiro-eclipselink" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on el-master-agent-pod-0qn6h-tjr87 in /home/jenkins/agent/workspace/ink-pull-request-verifier_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse-ee4j/eclipselink.git > git init /home/jenkins/agent/workspace/ink-pull-request-verifier_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' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/master:refs/remotes/origin/master # timeout=10 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-v4r80 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-0qn6h-v4r80" 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-0qn6h-v4r80, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4r80" 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-0qn6h-v4r80 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-0qn6h-v4r80" 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-0qn6h-v4r80, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4r80" 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-0qn6h-v4r80" 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-0qn6h-v4r80, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4r80" 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-0qn6h-s3g8r 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-0qn6h-s3g8r" 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-0qn6h-s3g8r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s3g8r" 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-0qn6h-s3g8r 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-0qn6h-s3g8r" 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-0qn6h-s3g8r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s3g8r" 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-0qn6h-s3g8r" 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-0qn6h-s3g8r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s3g8r" 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-0qn6h-z01bq 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-0qn6h-z01bq" 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-0qn6h-z01bq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z01bq" 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-0qn6h-z01bq 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-0qn6h-z01bq" 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-0qn6h-z01bq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z01bq" 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-0qn6h-z01bq" 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-0qn6h-z01bq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z01bq" 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) > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 # timeout=10 Commit message: "remove unused internal classes, minor cleanup" > git rev-list --no-walk 1f9a37741cea103793c98e56600c45265877f5fa # 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-sb0v2 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-0qn6h-sb0v2" 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-0qn6h-sb0v2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sb0v2" 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-0qn6h-sb0v2 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-0qn6h-sb0v2" 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-0qn6h-sb0v2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sb0v2" 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-0qn6h-sb0v2" 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-0qn6h-sb0v2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sb0v2" 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) [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + /opt/bin/mysql-start.sh [12.03.2024 10:18:05] -[ Starting MySQL Database ]------------------------------ [12.03.2024 10:18:05] --[ Waiting for MySQL Database to come up ]--------------- .. done + mkdir /home/jenkins/.eclipselinktests [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 + echo '-[ EclipseLink Build ]-----------------------------------------------------------' -[ EclipseLink Build ]----------------------------------------------------------- + mvn -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -B -V clean install -pl '!:eclipselink,!:org.eclipse.persistence.bundles.other,!:org.eclipse.persistence.distribution.tests,!:p2site' -DskipTests -Pstaging 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/jdk-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 Test Server Parent [pom] [INFO] EclipseLink JPA Test [jar] [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/131] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-85wqn 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-0qn6h-85wqn" 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-0qn6h-85wqn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-85wqn" 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-0qn6h-85wqn 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-0qn6h-85wqn" 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-0qn6h-85wqn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-85wqn" 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-0qn6h-85wqn" 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-0qn6h-85wqn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-85wqn" 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) [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.parent --- [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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-mjf5s 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-0qn6h-mjf5s" 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-0qn6h-mjf5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mjf5s" 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-0qn6h-mjf5s 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-0qn6h-mjf5s" 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-0qn6h-mjf5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mjf5s" 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-0qn6h-mjf5s" 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-0qn6h-mjf5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mjf5s" 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) [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.6.0:single (build-resources) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.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/ink-pull-request-verifier_master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-b71g0 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-0qn6h-b71g0" 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-0qn6h-b71g0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b71g0" 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-0qn6h-b71g0 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-0qn6h-b71g0" 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-0qn6h-b71g0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b71g0" 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-0qn6h-b71g0" 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-0qn6h-b71g0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b71g0" 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) [INFO] Configured Artifact: org.eclipse.persistence:org.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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-s72xh 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-0qn6h-s72xh" 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-0qn6h-s72xh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s72xh" 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-0qn6h-s72xh 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-0qn6h-s72xh" 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-0qn6h-s72xh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s72xh" 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-0qn6h-s72xh" 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-0qn6h-s72xh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s72xh" 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) [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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-l13mk 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-0qn6h-l13mk" 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-0qn6h-l13mk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l13mk" 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-0qn6h-l13mk 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-0qn6h-l13mk" 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-0qn6h-l13mk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l13mk" 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-0qn6h-l13mk" 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-0qn6h-l13mk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l13mk" 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-0qn6h-s1bmt 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-0qn6h-s1bmt" 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-0qn6h-s1bmt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s1bmt" 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-0qn6h-s1bmt 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-0qn6h-s1bmt" 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-0qn6h-s1bmt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s1bmt" 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-0qn6h-s1bmt" 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-0qn6h-s1bmt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s1bmt" 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-0qn6h-35ht5 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-0qn6h-35ht5" 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-0qn6h-35ht5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-35ht5" 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-0qn6h-35ht5 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-0qn6h-35ht5" 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-0qn6h-35ht5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-35ht5" 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-0qn6h-35ht5" 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-0qn6h-35ht5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-35ht5" 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-0qn6h-fdw0p 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-0qn6h-fdw0p" 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-0qn6h-fdw0p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fdw0p" 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-0qn6h-fdw0p 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-0qn6h-fdw0p" 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-0qn6h-fdw0p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fdw0p" 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-0qn6h-fdw0p" 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-0qn6h-fdw0p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fdw0p" 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-0qn6h-zt5bb 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-0qn6h-zt5bb" 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-0qn6h-zt5bb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zt5bb" 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-0qn6h-zt5bb 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-0qn6h-zt5bb" 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-0qn6h-zt5bb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zt5bb" 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-0qn6h-zt5bb" 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-0qn6h-zt5bb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zt5bb" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 255 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.parent --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 5.0.0-SNAPSHOT [2/131] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.jpql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 738 source files with javac [debug deprecation release 17] to target/classes WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-s971f 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-0qn6h-s971f" 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-0qn6h-s971f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s971f" 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-0qn6h-s971f 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-0qn6h-s971f" 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-0qn6h-s971f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s971f" 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-0qn6h-s971f" 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-0qn6h-s971f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s971f" 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-0qn6h-499l7 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-0qn6h-499l7" 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-0qn6h-499l7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-499l7" 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-0qn6h-499l7 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-0qn6h-499l7" 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-0qn6h-499l7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-499l7" 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-0qn6h-499l7" 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-0qn6h-499l7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-499l7" 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-0qn6h-139qv 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-0qn6h-139qv" 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-0qn6h-139qv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-139qv" 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-0qn6h-139qv 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-0qn6h-139qv" 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-0qn6h-139qv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-139qv" 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-0qn6h-139qv" 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-0qn6h-139qv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-139qv" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 265 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] 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.jpql --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 5.0.0-SNAPSHOT [3/131] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.core --- [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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-2mvjh 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-0qn6h-2mvjh" 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-0qn6h-2mvjh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2mvjh" 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-0qn6h-2mvjh 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-0qn6h-2mvjh" 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-0qn6h-2mvjh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2mvjh" 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-0qn6h-2mvjh" 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-0qn6h-2mvjh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2mvjh" 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) [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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 at timestamp: 1710238817638 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [INFO] Storing scmBranch: UNKNOWN [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1749 source files with javac [debug deprecation release 17 module-path] to target/classes WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-3x3qg 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-0qn6h-3x3qg" 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-0qn6h-3x3qg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3x3qg" 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-0qn6h-3x3qg 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-0qn6h-3x3qg" 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-0qn6h-3x3qg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3x3qg" 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-0qn6h-3x3qg" 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-0qn6h-3x3qg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3x3qg" 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-0qn6h-q6tqc 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-0qn6h-q6tqc" 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-0qn6h-q6tqc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-q6tqc" 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-0qn6h-q6tqc 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-0qn6h-q6tqc" 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-0qn6h-q6tqc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-q6tqc" 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-0qn6h-q6tqc" 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-0qn6h-q6tqc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-q6tqc" 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] module name in --add-exports option not found: org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/sessions/CoreAbstractSession.java:[27,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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/sessions/CoreAbstractSession.java:[28,19] found raw type: org.eclipse.persistence.core.sessions.CoreLogin missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreLogin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/sessions/CoreAbstractSession.java:[29,22] found raw type: org.eclipse.persistence.internal.core.databaseaccess.CorePlatform missing type arguments for generic class org.eclipse.persistence.internal.core.databaseaccess.CorePlatform [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/sessions/CoreAbstractSession.java:[30,21] 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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/sessions/CoreAbstractSession.java:[31,35] found raw type: org.eclipse.persistence.core.sessions.CoreSessionEventManager missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSessionEventManager [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[220,15] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1124,47] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1126,13] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1128,30] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1130,30] found raw type: java.util.HashSet missing type arguments for generic class java.util.HashSet [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1132,13] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1134,27] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1246,26] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1308,34] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1309,14] found raw type: java.util.Iterator missing type arguments for generic class java.util.Iterator [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1652,72] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1656,61] found raw type: java.util.Vector missing type arguments for generic class java.util.Vector [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-0r116 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-0qn6h-0r116" 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-0qn6h-0r116, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0r116" 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-0qn6h-0r116 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-0qn6h-0r116" 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-0qn6h-0r116, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0r116" 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-0qn6h-0r116" 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-0qn6h-0r116, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0r116" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshalTestCases.java:[99,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/sequenced/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.sequenced.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/sequenced/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.sequenced.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlroot/XMLRootTestSuite.java:[39,39] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlroot/XMLRootTestSuite.java:[53,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLUnmarshalTestCases.java:[86,15] class javax.xml.parsers.DocumentBuilder in module java.xml is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/typeddirect/TestObject.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.typeddirect.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/typetranslator/rootelement/ByteHolder.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.typetranslator.rootelement.ByteHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/Employee.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNoDefaultRootTestProject.java:[25,60] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNoDefaultRootTestProject.java:[33,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerTestProject.java:[24,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNoDefaultRootTestProject.java:[29,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/childelement/Phone.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.childelement.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/serializedobject/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.serializedobject.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/serializedobject/SerializableAddress.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.serializedobject.SerializableAddress overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerCarProject.java:[22,46] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerCarProject.java:[26,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNSTestProject.java:[26,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithAnyObject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithAnyObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyCollectionChild.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyCollectionChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/Car.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.Car overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithCompositeObject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithCompositeObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerEventListener.java:[26,8] class org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerEventListener in exported package org.eclipse.persistence.testing.oxm.xmlmarshaller declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerEventListener.java:[26,49] class org.eclipse.persistence.sessions.SessionEventAdapter in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerEventListener.java:[34,27] class org.eclipse.persistence.sessions.SessionEvent in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/typetranslator/childelement/Phone.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.typetranslator.childelement.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/inheritance/Person.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.inheritance.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/xmlfragmentcollection/Employee.java:[35,8] Class org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerValidationModeTestCases.java:[249,66] interface org.xml.sax.EntityResolver in module java.xml is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerValidationModeTestCases.java:[256,16] class org.xml.sax.InputSource in module java.xml is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/childcollection/Phone.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.childcollection.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/unmapped/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.unmapped.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/inheritance/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.inheritance.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/simpletypes/rootelement/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.simpletypes.rootelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLContextTestProject.java:[25,44] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLContextTestProject.java:[31,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLContextTestProject.java:[27,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Team.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/SportBike.java:[15,8] class org.eclipse.persistence.testing.oxm.xmlmarshaller.SportBike in exported package org.eclipse.persistence.testing.oxm.xmlmarshaller declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/DatatypeEmployee.java:[20,8] class org.eclipse.persistence.testing.oxm.xmlconversionmanager.DatatypeEmployee in exported package org.eclipse.persistence.testing.oxm.xmlconversionmanager declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/DatatypeEmployee.java:[20,8] Class org.eclipse.persistence.testing.oxm.xmlconversionmanager.DatatypeEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/DatatypeEmployee.java:[25,12] class javax.xml.datatype.XMLGregorianCalendar in module java.xml is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/DatatypeEmployee.java:[26,12] class javax.xml.datatype.Duration in module java.xml is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/StartElementEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.StartElementEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/XMLGregorianCalendarTestCases.java:[86,12] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/XMLGregorianCalendarTestCases.java:[213,12] class org.eclipse.persistence.internal.oxm.XMLConversionManager in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/XMLGregorianCalendarTestCases.java:[40,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/DatatypeProject.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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/DatatypeProject.java:[33,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/transformation/RootWithCompositeCollection.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.transformation.RootWithCompositeCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/UrlTestCases.java:[23,8] class org.eclipse.persistence.testing.oxm.xmlconversionmanager.UrlTestCases in exported package org.eclipse.persistence.testing.oxm.xmlconversionmanager declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlconversionmanager/UrlTestCases.java:[23,35] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyObjectChild.java:[22,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyObjectChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/CustomCharacterEscapeHandler.java:[22,8] class org.eclipse.persistence.testing.oxm.xmlmarshaller.CustomCharacterEscapeHandler in exported package org.eclipse.persistence.testing.oxm.xmlmarshaller declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/CustomCharacterEscapeHandler.java:[22,54] interface org.eclipse.persistence.oxm.CharacterEscapeHandler in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerExceptionTestProject.java:[25,15] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/CharactersEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.CharactersEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/twoprojects/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/XMLMarshallerNoDefaultRootTestCases.java:[69,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/keybasedmappingtests/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Department.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/xmlbinder/anymappingtests/AnyCollectionRoot.java:[29,8] Class org.eclipse.persistence.testing.oxm.xmlbinder.anymappingtests.AnyCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/reader/EndPrefixMappingEvent.java:[17,8] Class org.eclipse.persistence.testing.oxm.reader.EndPrefixMappingEvent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/schemareference/unmarshal/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.schemareference.unmarshal.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Root.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.json >-------- [INFO] Building EclipseLink JSON Extension 5.0.0-SNAPSHOT [4/131] [INFO] from foundation/org.eclipse.persistence.json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.json --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.json --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.json/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.json/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.json/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.json --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 5.0.0-SNAPSHOT [5/131] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.oracle --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-t382j 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-0qn6h-t382j" 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-0qn6h-t382j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t382j" 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-0qn6h-t382j 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-0qn6h-t382j" 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-0qn6h-t382j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t382j" 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-0qn6h-t382j" 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-0qn6h-t382j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t382j" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 5.0.0-SNAPSHOT [6/131] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.core.test.framework --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.pgsql >-------- [INFO] Building EclipseLink PostgreSQL Extension 5.0.0-SNAPSHOT [7/131] [INFO] from foundation/org.eclipse.persistence.pgsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.pgsql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.pgsql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.pgsql/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.pgsql/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.pgsql --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 5.0.0-SNAPSHOT [8/131] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.moxy --- [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: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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/NamespaceInfo.java:[35,8] class org.eclipse.persistence.jaxb.compiler.NamespaceInfo in exported package org.eclipse.persistence.jaxb.compiler declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/javamodel/JavaHasAnnotations.java:[35,5] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/javamodel/JavaHasAnnotations.java:[37,5] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/javamodel/JavaAnnotation.java:[34,5] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[233,44] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[241,34] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[241,12] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[397,48] unchecked call to setValue(T) as a member of the raw type org.eclipse.persistence.internal.jaxb.WrappedValue [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[419,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[438,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[449,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[554,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[567,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[594,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[618,28] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[619,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[619,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[621,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[626,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[626,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[628,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[648,32] found raw type: org.eclipse.persistence.oxm.JSONWithPadding missing type arguments for generic class org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[648,28] unchecked call to JSONWithPadding(T,java.lang.String) as a member of the raw type org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[659,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[670,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[682,46] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[692,52] unchecked call to setValue(T) as a member of the raw type org.eclipse.persistence.internal.jaxb.WrappedValue [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[698,48] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[718,38] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[766,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[773,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[782,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[786,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[796,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[807,28] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[807,45] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[808,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[810,26] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[813,19] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[817,28] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[848,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[898,75] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[898,104] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[152,70] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/BeanValidationHelper.java:[140,12] class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[180,12] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[182,9] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[200,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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[207,50] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[222,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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[233,54] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[1052,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements getAdapter(java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[649,24] unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[450,24] unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[346,24] unmarshal(javax.xml.transform.Source,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.transform.Source,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[315,24] unmarshal(org.w3c.dom.Node,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(org.w3c.dom.Node,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[247,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[263,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[268,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[271,37] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[284,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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[315,45] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[315,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[346,49] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[346,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[359,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[370,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[384,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[391,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[391,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[391,41] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[406,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[411,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[421,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[426,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[426,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[426,41] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[430,21] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[432,73] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[433,41] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[450,64] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[450,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[458,17] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[458,71] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[458,67] unchecked call to PrimitiveContentHandler(java.lang.Class) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[464,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[467,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[467,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[467,41] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[478,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[492,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[499,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[499,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[499,41] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[515,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[517,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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[524,21] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[529,21] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[529,85] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[529,81] unchecked call to PrimitiveArrayContentHandler(java.lang.Class,java.lang.Class,boolean) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[543,106] unchecked call to createRecord(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-5r1bd 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-0qn6h-5r1bd" 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-0qn6h-5r1bd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5r1bd" 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-0qn6h-5r1bd 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-0qn6h-5r1bd" 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-0qn6h-5r1bd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5r1bd" 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-0qn6h-5r1bd" 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-0qn6h-5r1bd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5r1bd" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/ClassA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/collections/Wrapper.java:[28,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.collections.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootSingle.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Thing.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Thing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/duplicatename/BeanB.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.duplicatename.BeanB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/RootGetOnly.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.RootGetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/ThingGetOnly.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.ThingGetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/ListofObjects.java:[32,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.ListofObjects overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/nulls/Something.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.nulls.Something overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/id/AImpl.java:[24,8] Class org.eclipse.persistence.testing.jaxb.inheritance.id.AImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/simple/Person.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.simple.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/ElementRefsCollectionRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.ElementRefsCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Orange.java:[24,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Orange overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/EmployeeWithElements.java:[28,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.EmployeeWithElements overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/PhoneNumber.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlenumvalue/XmlEnumValueConstantNameValue.java:[20,13] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlenumvalue.XmlEnumValueConstantNameValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlrootelement/Point2D.java:[20,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlrootelement.Point2D overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmljoinnode/AtnEmployee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmljoinnode.AtnEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlidref/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlidref.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlidref/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlidref.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/BaseType.java:[30,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubType.java:[21,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubTypeLevel2.java:[20,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubTypeLevel2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Animal.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Animal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Cat.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Cat overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/Vehicle.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/Car.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.Car overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Orange.java:[24,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Orange overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/RootChoiceOnly.java:[28,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.RootChoiceOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/characters/EscapeCharacterHolder.java:[23,8] Class org.eclipse.persistence.testing.jaxb.json.characters.EscapeCharacterHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootMap.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootMap overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/choice/BarA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.choice.BarA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/AddressInterfaces.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.AddressInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/EmployeeWithElementsInterfaces.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.EmployeeWithElementsInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/xmllocation/SubDataNT.java:[22,8] Class org.eclipse.persistence.testing.jaxb.sun.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/prefixmapper/Simple.java:[21,8] Class org.eclipse.persistence.testing.jaxb.prefixmapper.Simple overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/rootelement/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.rootelement.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/OrangeRef.java:[22,1] Class org.eclipse.persistence.testing.jaxb.idresolver.OrangeRef overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/PhoneNumber.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/list/FooWithBars.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.list.FooWithBars overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/pkg2/Thing.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.pkg2.Thing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/namespaces/bar/Bar.java:[21,8] Class org.eclipse.persistence.testing.jaxb.map.namespaces.bar.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList10Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList10Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Order.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Order overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Item.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Item overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Customer.java:[30,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/PhoneNumber.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootWrapper.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/substitution/Person.java:[53,8] Class org.eclipse.persistence.testing.jaxb.substitution.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositedirectcollection/MyCalendar.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.compositedirectcollection.MyCalendar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/MyCalendarType.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.MyCalendarType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinlinebinary/MyDataPropertyAnnotation.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlinlinebinary.MyDataPropertyAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Reference.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Reference overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/attribute/AddressNoRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.attribute.AddressNoRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/jaxbfragment/Address.java:[21,8] Class org.eclipse.persistence.testing.jaxb.jaxbfragment.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelements/XmlElementsListOfElementWrapped.java:[25,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelements.XmlElementsListOfElementWrapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeDepartmentAttribute.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeDepartmentAttribute overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/factory/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.factory.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Company.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Melon.java:[24,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Melon overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/AddressArray.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.AddressArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/PhoneNumberArray.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.PhoneNumberArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/EmployeeSingle.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.EmployeeSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap7.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap7 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementrefs/adapter/Foo.java:[34,8] Class org.eclipse.persistence.testing.jaxb.xmlelementrefs.adapter.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlnametransformer/XmlMappingSpecifiedNameRoot.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlnametransformer.XmlMappingSpecifiedNameRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/ClassA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/qualified/Customer.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.qualified.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/E.java:[23,8] Class org.eclipse.persistence.testing.jaxb.inheritance.E overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseType.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Something.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Something overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlnametransformer/Phone.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlnametransformer.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/unqualified/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.unqualified.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmployeeCollection.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmployeeCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Person.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList2Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList2Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/object/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.object.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/object/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.object.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/object/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.object.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlrootelement/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlrootelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/order/Album.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.order.Album overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/MyDateAdapter.java:[24,25] getDate() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/MyDateAdapter.java:[25,27] getMonth() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/MyDateAdapter.java:[26,26] getYear() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/MyDateAdapter.java:[32,16] Date(int,int,int) in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelements/EmployeeArray.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelements.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/PhoneNumberInh.java:[17,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.PhoneNumberInh overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/type/Bar.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.type.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeWithRootElementNoParentRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeWithRootElementNoParentRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/ClassWithInnerClass.java:[21,19] Class org.eclipse.persistence.testing.jaxb.listofobjects.ClassWithInnerClass.MyInner overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/elementref/TransactionAdd.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.elementref.TransactionAdd overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/UnmappedTwo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.UnmappedTwo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Foo.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Bar.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/readonly/RootObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.readonly.RootObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathCompany.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathCompany overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathEmployee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/unmarshaller/DefaultValueRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.unmarshaller.DefaultValueRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/InternationalPriceNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.InternationalPriceNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/AnotherSubType.java:[20,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.AnotherSubType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithoutXmlRootElementRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithoutXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/PhoneNumberInterfaces.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.PhoneNumberInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[64,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.PersonWithWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[113,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/qname/Root.java:[27,8] Class org.eclipse.persistence.testing.jaxb.qname.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Mapped.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Mapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/self/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.self.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/attachment/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.attachment.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmployeeDefaultValue.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmployeeDefaultValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithXmlRootElementRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/inheritance/Person.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.inheritance.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/inheritance/Student.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.inheritance.Student overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/Person.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/Child.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/wrapper/Foo.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.wrapper.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/wrapper/AttributeImpl.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.wrapper.AttributeImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootNull.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/ChildNull.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.ChildNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmltype/Item.java:[21,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmltype.Item overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmltype/USPrice.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmltype.USPrice overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/uri/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.uri.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/RootWithEmployeeInterfaces.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.RootWithEmployeeInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/norootelement/Person.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.norootelement.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/norootelement/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.norootelement.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschematype/XSDTypesHolder.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlschematype.XSDTypesHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/ComplexValue.java:[17,8] Class org.eclipse.persistence.testing.jaxb.map.ComplexValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/substitution/Person2.java:[19,8] Class org.eclipse.persistence.testing.jaxb.substitution.Person2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList6Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList6Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList6.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList6 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/notincontext/Root.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.notincontext.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/domhandler/Root.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.domhandler.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.Address overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/XmlAdapterCompositeCollectionTestCases.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/MyClassExtractor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/MyClassExtractor.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-h74c4 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-0qn6h-h74c4" 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-0qn6h-h74c4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h74c4" 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-0qn6h-h74c4 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-0qn6h-h74c4" 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-0qn6h-h74c4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h74c4" 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-0qn6h-h74c4" 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-0qn6h-h74c4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h74c4" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.moxy --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 5.0.0-SNAPSHOT [9/131] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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 16 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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 576 source files with javac [debug deprecation release 17 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3040,46] unchecked cast required: T found: org.eclipse.persistence.sessions.UnitOfWork [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3042,28] unchecked cast required: T found: org.eclipse.persistence.internal.jpa.EntityManagerImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3044,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.AbstractSession [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3046,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.DatabaseSessionImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3048,49] unchecked cast required: T found: org.eclipse.persistence.sessions.server.ServerSession [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3050,49] unchecked cast required: T found: org.eclipse.persistence.sessions.broker.SessionBroker [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3072,32] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3074,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3083,54] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3089,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3097,64] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3157,30] found raw type: jakarta.persistence.criteria.CriteriaUpdate missing type arguments for generic class jakarta.persistence.criteria.CriteriaUpdate [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3160,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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3168,30] found raw type: jakarta.persistence.criteria.CriteriaDelete missing type arguments for generic class jakarta.persistence.criteria.CriteriaDelete [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3171,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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/copypolicy/CustomCopyPolicyMetadata.java:[67,48] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataClass.java:[80,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/MetadataAccessor.java:[191,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[748,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[1682,40] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[294,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[264,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[279,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/EmbeddedAccessor.java:[115,32] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/MappingAccessor.java:[227,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ObjectAccessor.java:[151,32] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/RelationshipAccessor.java:[151,61] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicAccessor.java:[146,49] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/DirectAccessor.java:[102,32] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/PropertyMetadata.java:[73,39] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/ConvertMetadata.java:[77,44] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataLogger.java:[243,25] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1323,30] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1324,41] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[362,25] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[137,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[382,122] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[415,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[439,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[446,19] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,89] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,85] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,55] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,84] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,85] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[480,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataProcessor.java:[119,62] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/DirectCollectionAccessor.java:[114,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sequencing/TableGeneratorMetadata.java:[78,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sequencing/SequenceGeneratorMetadata.java:[89,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sequencing/SequenceGeneratorMetadata.java:[101,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[221,9] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[221,45] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[85,34] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[88,15] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[234,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[262,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,62] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,58] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,57] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,58] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[319,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[409,30] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[409,26] unchecked call to EntityListener(java.lang.Class,java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[412,48] unchecked method invocation: method convertToSerializableMethods in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder is applied to given types required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[412,78] unchecked conversion required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/StructConverterMetadata.java:[74,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/ColumnResultMetadata.java:[67,32] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/ConstructorResultMetadata.java:[70,39] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/EntityResultMetadata.java:[78,41] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/EntityResultMetadata.java:[92,28] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/VariableOneToOneAccessor.java:[151,106] unchecked cast required: java.util.List found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/VariableOneToOneAccessor.java:[108,28] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/DiscriminatorClassMetadata.java:[73,25] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataFactory.java:[53,57] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[37,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[45,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/graphs/NamedSubgraphMetadata.java:[72,34] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/cache/CacheInterceptorMetadata.java:[66,46] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedNativeQueryMetadata.java:[73,41] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedStoredFunctionQueryMetadata.java:[72,25] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedStoredProcedureQueryMetadata.java:[92,49] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedPLSQLStoredFunctionQueryMetadata.java:[69,25] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/QueryRedirectorsMetadata.java:[81,50] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sop/SerializedObjectPolicyMetadata.java:[63,35] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/ColumnMetadata.java:[81,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/StoredProcedureParameterMetadata.java:[94,34] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicCollectionAccessor.java:[106,103] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicMapAccessor.java:[80,88] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ElementCollectionAccessor.java:[185,41] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ManyToManyAccessor.java:[81,20] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/CollectionAccessor.java:[168,20] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/OneToManyAccessor.java:[102,29] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/OneToOneAccessor.java:[88,24] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/TransformationAccessor.java:[83,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/structures/StructureAccessor.java:[70,52] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/structures/ArrayAccessor.java:[74,41] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/transformers/ReadTransformerMetadata.java:[71,50] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/TypeConverterMetadata.java:[78,38] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/SerializedConverterMetadata.java:[62,45] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/FieldPartitioningMetadata.java:[70,51] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:[76,46] unchecked cast required: jakarta.persistence.criteria.CriteriaDelete found: jakarta.persistence.criteria.CommonAbstractCriteria [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:[81,46] unchecked cast required: jakarta.persistence.criteria.CriteriaDelete found: jakarta.persistence.criteria.CommonAbstractCriteria [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:[85,34] found raw type: org.eclipse.persistence.internal.jpa.querydef.RootImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.RootImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:[87,24] unchecked conversion required: jakarta.persistence.criteria.Root found: org.eclipse.persistence.internal.jpa.querydef.RootImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[180,86] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2562,20] found raw type: org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2562,16] unchecked call to CaseImpl(jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,java.util.List>) as a member of the raw type org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2562,16] unchecked conversion required: jakarta.persistence.criteria.CriteriaBuilder.Case found: org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2607,12] found raw type: jakarta.persistence.criteria.Expression missing type arguments for generic class jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2617,72] found raw type: jakarta.persistence.criteria.Expression missing type arguments for generic class jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2964,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.JoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.JoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2965,35] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.JoinImpl,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2965,54] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.JoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2966,78] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2967,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2975,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2976,9] found raw type: jakarta.persistence.criteria.CollectionJoin missing type arguments for generic class jakarta.persistence.criteria.CollectionJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2978,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.CollectionAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2978,58] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2979,76] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.CollectionAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2981,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.CollectionAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2981,53] unchecked conversion required: jakarta.persistence.criteria.Path found: jakarta.persistence.criteria.Path [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2982,82] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.CollectionAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2984,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2987,16] unchecked conversion required: jakarta.persistence.criteria.CollectionJoin found: jakarta.persistence.criteria.CollectionJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2992,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2993,9] found raw type: jakarta.persistence.criteria.SetJoin missing type arguments for generic class jakarta.persistence.criteria.SetJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2995,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.SetAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2995,51] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2996,76] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.SetAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2998,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.SetAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2998,46] unchecked conversion required: jakarta.persistence.criteria.Path found: jakarta.persistence.criteria.Path [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2999,82] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.SetAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3001,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3004,16] unchecked conversion required: jakarta.persistence.criteria.SetJoin found: jakarta.persistence.criteria.SetJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3009,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3010,9] found raw type: jakarta.persistence.criteria.ListJoin missing type arguments for generic class jakarta.persistence.criteria.ListJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3012,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.ListAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3012,52] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3013,76] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.ListAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3015,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.ListAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3015,47] unchecked conversion required: jakarta.persistence.criteria.Path found: jakarta.persistence.criteria.Path [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3016,82] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.ListAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3018,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3021,16] unchecked conversion required: jakarta.persistence.criteria.ListJoin found: jakarta.persistence.criteria.ListJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3026,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3027,9] found raw type: jakarta.persistence.criteria.MapJoin missing type arguments for generic class jakarta.persistence.criteria.MapJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3029,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.MapAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3029,54] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3030,76] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.MapAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3032,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.MapAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3032,49] unchecked conversion required: jakarta.persistence.criteria.Path found: jakarta.persistence.criteria.Path [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3033,82] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.MapAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3035,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3038,16] unchecked conversion required: jakarta.persistence.criteria.MapJoin found: jakarta.persistence.criteria.MapJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3044,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.PathImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.PathImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3045,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.PathImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.PathImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3047,16] unchecked assignment to variable pathParent as member of raw type org.eclipse.persistence.internal.jpa.querydef.PathImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3048,16] unchecked assignment to variable javaType as member of raw type org.eclipse.persistence.internal.jpa.querydef.SelectionImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3050,16] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.PathImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3055,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.RootImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.RootImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCriteriaBuilder.java:[40,5] found raw type: jakarta.persistence.criteria.Expression missing type arguments for generic class jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCriteriaBuilder.java:[47,65] found raw type: jakarta.persistence.criteria.Expression missing type arguments for generic class jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/PathImpl.java:[52,141] found raw type: jakarta.persistence.metamodel.Bindable missing type arguments for generic class jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/PathImpl.java:[65,34] unchecked cast required: jakarta.persistence.metamodel.Bindable found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/PathImpl.java:[118,39] found raw type: org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[70,15] found raw type: jakarta.persistence.metamodel.ManagedType missing type arguments for generic class jakarta.persistence.metamodel.ManagedType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[75,15] found raw type: org.eclipse.persistence.internal.jpa.querydef.FromImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.FromImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[77,45] found raw type: jakarta.persistence.metamodel.ManagedType missing type arguments for generic class jakarta.persistence.metamodel.ManagedType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[84,45] found raw type: jakarta.persistence.metamodel.ManagedType missing type arguments for generic class jakarta.persistence.metamodel.ManagedType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[84,201] found raw type: org.eclipse.persistence.internal.jpa.querydef.FromImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.FromImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[123,20] unchecked conversion required: jakarta.persistence.criteria.From found: org.eclipse.persistence.internal.jpa.querydef.FromImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[191,9] found raw type: jakarta.persistence.criteria.Fetch missing type arguments for generic class jakarta.persistence.criteria.Fetch [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[201,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[201,126] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[201,136] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[203,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[203,120] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[203,130] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[205,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[205,119] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[205,129] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[207,29] found raw type: org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[207,25] unchecked call to BasicMapJoinImpl(jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType) as a member of the raw type org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,81] unchecked method invocation: method managedType in interface jakarta.persistence.metamodel.Metamodel is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,127] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,193] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,203] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,75] unchecked method invocation: method managedType in interface jakarta.persistence.metamodel.Metamodel is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,121] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,187] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,197] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,74] unchecked method invocation: method managedType in interface jakarta.persistence.metamodel.Metamodel is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,120] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,186] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,196] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[217,29] found raw type: org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[217,25] unchecked call to MapJoinImpl(jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType) as a member of the raw type org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[217,68] unchecked method invocation: method managedType in interface jakarta.persistence.metamodel.Metamodel is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[217,114] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[220,25] unchecked method invocation: method add in interface java.util.Set is applied to given types required: E found: jakarta.persistence.criteria.Fetch [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[220,26] unchecked conversion required: E found: jakarta.persistence.criteria.Fetch [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java: Some input files additionally use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug deprecation release 17 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/test/java/org/eclipse/persistence/internal/jpa/FindOptionUtilsTest.java:[28,8] class org.eclipse.persistence.internal.jpa.FindOptionUtilsTest in exported package org.eclipse.persistence.internal.jpa declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/test/java/org/eclipse/persistence/internal/jpa/FindOptionUtilsTest.java:[28,42] class junit.framework.TestCase in module is not exported [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 5.0.0-SNAPSHOT [10/131] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.test.framework --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 5.0.0-SNAPSHOT [11/131] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.modelgen.processor --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/module-info.java:[26,13] module not found: eclipselink [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-70bvx 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-0qn6h-70bvx" 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-0qn6h-70bvx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-70bvx" 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-0qn6h-70bvx 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-0qn6h-70bvx" 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-0qn6h-70bvx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-70bvx" 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-0qn6h-70bvx" 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-0qn6h-70bvx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-70bvx" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpars.server >---- [INFO] Building EclipseLink JPA-RS Server 5.0.0-SNAPSHOT [12/131] [INFO] from jpa/org.eclipse.persistence.jpars.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpars.server --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars.server/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars.server/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpars.server --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 5.0.0-SNAPSHOT [13/131] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpars --- [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:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpars --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 5.0.0-SNAPSHOT [14/131] [INFO] from foundation/eclipselink.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.core.test --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-00k68 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-0qn6h-00k68" 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-0qn6h-00k68, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-00k68" 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-0qn6h-00k68 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-0qn6h-00k68" 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-0qn6h-00k68, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-00k68" 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-0qn6h-00k68" 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-0qn6h-00k68, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-00k68" 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-0qn6h-9xbtg 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-0qn6h-9xbtg" 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-0qn6h-9xbtg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9xbtg" 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-0qn6h-9xbtg 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-0qn6h-9xbtg" 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-0qn6h-9xbtg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9xbtg" 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-0qn6h-9xbtg" 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-0qn6h-9xbtg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9xbtg" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexvsConformTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/options/RefreshCascadeAllNoIndirectionTest.java:[22,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/WriteLockValueSerializationTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/CollectionMappingMergeObjectTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingUpdateTest.java:[33,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoMappingForPrimaryKeyTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/CursoredStreamDistinctTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/DoubleNestedUnitOfWorkRegisterNewObjectTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/DeletingFromParentSessionTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/OneToManyBatchReadingTest.java:[31,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/CountReportQueryTest.java:[37,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/DescriptorForInterfaceIsMissingTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ReportQueryWithNoAttributesTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/interfaces/DescriptorInitTest.java:[28,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/CascadingTest.java:[55,29] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/LazyInitConcurrentTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaProjectXMLTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/ReportQueryAndExistsSubQuery.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/nondeferredwrites/ProjectXMLTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/GetValueFromObject.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/NoRowsUpdatedTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/options/QueryOptionTestSuite.java:[23,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/OrderingTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/proxyindirection/DeleteProxyObjectTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLUTF16EncodingTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/ReadAnyObjectJoinPhoneTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsSharedDatabaseSessionConcurrentTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/PredefinedQueryReadObjectTest.java:[31,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkReadOnlyClassTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionRelationConformingTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryThrowExceptionTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/MissingForeignKeyTranslationTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectStaticvsDynamicTest.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/GetLeafMappingForReportQueryTest.java:[36,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/IntegrityCheckerLazyCreationTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/QuerySQLTracker.java:[43,17] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/PessimisticLockInheritanceTest.java:[48,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/MapTest.java:[31,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/transparentindirection/ZTestCase.java:[33,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/InstantiationWhileConstructorInstantiationOfFactoryTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/DataReadQueryTest1.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/ConcurrentHashMapGetConcurrentTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarProject.java:[23,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/ShouldNotThroughIntegrityCheckerTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/ConformResultsPerformanceTest.java:[40,34] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/MappingIsReadOnlyTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/transparentindirection/ZTestSuite.java:[35,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ReturnAndMappingWithoutIndirectionMismatchTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/OptimisticLockingChangedValueTest.java:[22,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/OptimisticLockingDeleteRowTest.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheTestSuite.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/ShouldNotCheckDatabaseTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/Client.java:[27,24] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/proxyindirection/UpdateTest.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/IdentityMapTestSuite.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/RefreshTest.java:[34,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingUnitOfWorkTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/manual/DeleteOrderUnitOfWorkTest.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllJoinReadingTest.java:[28,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLTestModel.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/SetMethodParameterTypeNotValidTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopVersionLockInObjectTest.java:[66,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/mapping/MultipleTableReadAllTest.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsBatch21mTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/SearchTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/CMWorkbenchIntegrationSystem.java:[42,24] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/MultipleTableModelWorkbenchIntegrationSystem.java:[29,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/interfaces/ReadAllBatchTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/OneToManyBatchReadingCustomSelectionQueryTest.java:[34,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/DirectMapMappingMWIntergrationSystem.java:[30,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingInsertTest.java:[27,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/JoiningValueholderInstantiationTest.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/QuerySQLTracker.java:[44,17] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/repreparation/AddItemTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/remote/CacheExpiryRemoteTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/InvalidIndirectionContainerClassTest.java:[39,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoSubClassMatchTest_AggregateCollection.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryReturnNotConfirmedTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileConstructorInstantiationOfFactoryTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingTestModel.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/oracle/UpdateTestCase.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/transparentindirection/NullDelegateInValueHolderTest.java:[39,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryManagerTimeoutTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryModel.java:[21,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/mapping/MultipleTableDeleteObjectTest.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/FirstResultAndMaxRowsTest.java:[36,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/QueryAndSQLCountingTestModel.java:[22,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/proxyindirection/UOWRegisterProxyObjectTest.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasInsertQueryIsSQLCallQueryTest.java:[36,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchTestCase.java:[75,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/ExceptionHandlerTest1.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/Scenario6_1.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/ParallelBuilderReportItemTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/GetFromNewObjectWithConformTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/inheritance/BindingWithShallowInsertTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/interfaces/QueryAccrossV11ProxyIndirectionTest.java:[45,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/InvalidSetMethodParameterTypeForProxyIndirectionTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/VerifyExclusiveConnectionTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/VerifyExclusiveConnectionTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/ClientServerTest.java:[53,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/CursoredStreamTest.java:[38,26] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionTest.java:[48,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NestedUOWWithUpdateAllQueryTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/InstanceCreationTest.java:[27,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ChainedExceptionTestCase.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/CloneAttributeIfMutableTest.java:[40,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/schemaframework/AutoTableGeneratorBasicTestModel.java:[25,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/EmployeeProject2.java:[34,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryTimeOutTest.java:[25,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/SequenceStringExistingPKTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/DailyCacheExpiryTest.java:[39,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeChangeTrackingTestModel.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/GetMethodReturnTypeNotValidTest.java:[36,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ConstructingDescriptorExceptionTests.java:[43,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/PessimisticLockBatchAttributeTest.java:[40,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/history/InsertWithHistoryPolicyTest.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ErrorOccuredInAmendmentMethodTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformWithoutRegisteringTest.java:[90,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/forceupdate/FUVLVersionLockInCacheTest.java:[65,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/writing/ComplexUpdateEmployeeUnitOfWorkTest.java:[34,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseNoIdentityMapTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/NamedQueryDoesNotExistTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/NamedQueriesUOWTest.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/ProjectXMLTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/Scenario1_8a.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitUndefinedAndDescriptorEnabledTest.java:[21,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/SequencingConcurrencyTest.java:[92,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ProxyIndirectionMWIntegrationSystem.java:[24,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/proxyindirection/ReadWithExpressionTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/writing/BidirectionalInsertWithPartialRegisterationTest.java:[43,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UnitOfWorkCreateObjectReadTimeTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/BatchReadingValueholderInstantiationTest.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllBigBadObjectTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/RelationshipTreeInsertTest.java:[36,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/BuildConstructorPorjectsDefaultReadOnlyClassesIsNotEmptyTest.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/concurrent/AddPhoneCachedConcurrentTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/DeepRefreshTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/AttributeNameNotSpecifiedTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/DeleteWithGarbageCollectionTest.java:[36,28] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessioncache/WriteNewObjectTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/RefreshWithCheckCacheOnlyTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeSubProject.java:[35,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/FeatureTestModelWithINNERJoins.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/FeatureTestModel.java:[53,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/jpql/JPQLUnitTestSuite.java:[19,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/JavaPerformanceComparisonModel.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/RelationKeyFieldNotProperlySpecifiedTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/OneToOneBatchReadingTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingUnitOfWorkInTransactionTest.java:[34,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoReferenceKeyIsSpecifiedTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/UseDistinctTest.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/CursoredStreamAnyOfTest.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingRowExtractionMethodTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/InvalidAmendmentMethodTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/LinkedHashMapTest.java:[28,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/jpql/JPQLSimpleTestSuite.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexExpressionEmployeeTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoForeighKeysAreSpecifiedTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/readonly/ReadOnlyTestModel.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/returning/model/ReturningProject.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorUnicodeTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldAlwaysRefreshCacheTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ConformingQueryCacheTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/UnitOfWorkQueryCacheTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/NamedQueryQueryCacheTest.java:[52,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedUOWConcurrentRegressionTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkDeleteFromNestedObjectTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitWithInheritance.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/Scenario5_2c.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingFieldToMethodTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectComplexExpressionEmployeeTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllCompletelyBatchedEmployeeTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/remote/RemoteModel.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedEmployeeProject.java:[40,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/onetoonejointable/OneToOneJoinTableEmployeeBasicTestModel.java:[52,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/mapping/LoopingJoinedAttributeTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/mapping/TwoLevelJoinedAttributeTest.java:[38,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/QueryTimeoutConnectionReleasedTest.java:[37,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/GetAboutToUpdateSelectorIsNotNullTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/SequenceFieldNameNotSetTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaWildFlyPlatformTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/ScrollableCursorForwardOnlyResultSetTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLBasicTestModel.java:[49,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectIsolatedConcurrentTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerPropertyLinesAssumeExistenceForDoesExistTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/transparentindirection/TransparentIndirectionModel.java:[36,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/NoDefaultNullValueTest.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/JoiningValueholderInstantiationTest.java:[43,23] possible 'this' escape before subclass is fully initialized [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/security/ExceptionTestSaveSecurityManager.java: Some input files additionally use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/PolicyHolder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/PolicyHolder.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 5.0.0-SNAPSHOT [15/131] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.corba --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] skipping execute as per configuration [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.corba --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 5.0.0-SNAPSHOT [16/131] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.extension --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-zd62r 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-0qn6h-zd62r" 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-0qn6h-zd62r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zd62r" 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-0qn6h-zd62r 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-0qn6h-zd62r" 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-0qn6h-zd62r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zd62r" 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-0qn6h-zd62r" 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-0qn6h-zd62r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zd62r" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 3 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.extension --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 5.0.0-SNAPSHOT [17/131] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.nosql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.nosql --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 5.0.0-SNAPSHOT [18/131] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.moxy.utils.xjc --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 5.0.0-SNAPSHOT [19/131] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.dbws --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- failsafe:3.2.5:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 5.0.0-SNAPSHOT [20/131] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.sdo --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[1460,24] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[259,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[273,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOChangeSummary.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOChangeSummary.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOMarshalListener.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOMarshalListener.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/ink-pull-request-verifier_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.1/jakarta.xml.bind-api-4.0.1.jar:/home/jenkins/agent/workspace/ink-pull-request-verifier_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.6.0/org.eclipse.persistence.asm-9.6.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-4whfn 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-0qn6h-4whfn" 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-0qn6h-4whfn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4whfn" 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-0qn6h-4whfn 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-0qn6h-4whfn" 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-0qn6h-4whfn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4whfn" 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-0qn6h-4whfn" 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-0qn6h-4whfn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4whfn" 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) [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.persistence:org.eclipse.persistence.moxy:jar:5.0.0-SNAPSHOT'. Trying to invoke it... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-8jzvx 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-0qn6h-8jzvx" 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-0qn6h-8jzvx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8jzvx" 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-0qn6h-8jzvx 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-0qn6h-8jzvx" 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-0qn6h-8jzvx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8jzvx" 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-0qn6h-8jzvx" 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-0qn6h-8jzvx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8jzvx" 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-0qn6h-84vx1 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-0qn6h-84vx1" 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-0qn6h-84vx1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-84vx1" 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-0qn6h-84vx1 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-0qn6h-84vx1" 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-0qn6h-84vx1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-84vx1" 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-0qn6h-84vx1" 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-0qn6h-84vx1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-84vx1" 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] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-s52dx 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-0qn6h-s52dx" 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-0qn6h-s52dx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s52dx" 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-0qn6h-s52dx 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-0qn6h-s52dx" 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-0qn6h-s52dx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s52dx" 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-0qn6h-s52dx" 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-0qn6h-s52dx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s52dx" 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] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:112: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.sdo --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 5.0.0-SNAPSHOT [21/131] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.dbws.builder --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 5.0.0-SNAPSHOT [22/131] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.utils.rename --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.utils.rename --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 5.0.0-SNAPSHOT [23/131] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.oracle.nosql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.persistence:org.eclipse.persistence.core:jar:5.0.0-SNAPSHOT'. Trying to invoke it... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-c0ww5 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-0qn6h-c0ww5" 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-0qn6h-c0ww5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-c0ww5" 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-0qn6h-c0ww5 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-0qn6h-c0ww5" 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-0qn6h-c0ww5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-c0ww5" 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-0qn6h-c0ww5" 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-0qn6h-c0ww5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-c0ww5" 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-0qn6h-7z7tn 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-0qn6h-7z7tn" 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-0qn6h-7z7tn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7z7tn" 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-0qn6h-7z7tn 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-0qn6h-7z7tn" 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-0qn6h-7z7tn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7z7tn" 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-0qn6h-7z7tn" 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-0qn6h-7z7tn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7z7tn" 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-0qn6h-v5sdm 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-0qn6h-v5sdm" 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-0qn6h-v5sdm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v5sdm" 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-0qn6h-v5sdm 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-0qn6h-v5sdm" 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-0qn6h-v5sdm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v5sdm" 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-0qn6h-v5sdm" 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-0qn6h-v5sdm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v5sdm" 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-0qn6h-qld1k 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-0qn6h-qld1k" 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-0qn6h-qld1k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qld1k" 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-0qn6h-qld1k 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-0qn6h-qld1k" 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-0qn6h-qld1k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qld1k" 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-0qn6h-qld1k" 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-0qn6h-qld1k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qld1k" 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-0qn6h-5js4r 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-0qn6h-5js4r" 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-0qn6h-5js4r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5js4r" 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-0qn6h-5js4r 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-0qn6h-5js4r" 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-0qn6h-5js4r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5js4r" 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-0qn6h-5js4r" 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-0qn6h-5js4r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5js4r" 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-0qn6h-48knm 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-0qn6h-48knm" 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-0qn6h-48knm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-48knm" 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-0qn6h-48knm 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-0qn6h-48knm" 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-0qn6h-48knm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-48knm" 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-0qn6h-48knm" 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-0qn6h-48knm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-48knm" 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] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.persistence:org.eclipse.persistence.oracle:jar:5.0.0-SNAPSHOT'. Trying to invoke it... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-mrf6t 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-0qn6h-mrf6t" 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-0qn6h-mrf6t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mrf6t" 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-0qn6h-mrf6t 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-0qn6h-mrf6t" 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-0qn6h-mrf6t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mrf6t" 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-0qn6h-mrf6t" 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-0qn6h-mrf6t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mrf6t" 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] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.persistence:org.eclipse.persistence.core.test.framework:jar:5.0.0-SNAPSHOT'. Trying to invoke it... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1x82s 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-0qn6h-1x82s" 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-0qn6h-1x82s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x82s" 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-0qn6h-1x82s 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-0qn6h-1x82s" 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-0qn6h-1x82s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x82s" 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-0qn6h-1x82s" 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-0qn6h-1x82s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x82s" 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] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.persistence:org.eclipse.persistence.jpa:jar:5.0.0-SNAPSHOT'. Trying to invoke it... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-sxfgc 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-0qn6h-sxfgc" 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-0qn6h-sxfgc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sxfgc" 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-0qn6h-sxfgc 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-0qn6h-sxfgc" 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-0qn6h-sxfgc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sxfgc" 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-0qn6h-sxfgc" 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-0qn6h-sxfgc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sxfgc" 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-0qn6h-0xg3z 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-0qn6h-0xg3z" 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-0qn6h-0xg3z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0xg3z" 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-0qn6h-0xg3z 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-0qn6h-0xg3z" 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-0qn6h-0xg3z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0xg3z" 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-0qn6h-0xg3z" 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-0qn6h-0xg3z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0xg3z" 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] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework:jar:5.0.0-SNAPSHOT'. Trying to invoke it... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-f60ks 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-0qn6h-f60ks" 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-0qn6h-f60ks, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f60ks" 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-0qn6h-f60ks 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-0qn6h-f60ks" 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-0qn6h-f60ks, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f60ks" 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-0qn6h-f60ks" 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-0qn6h-f60ks, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f60ks" 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] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.3:javadoc' has not been previously called for the module: 'org.eclipse.persistence:org.eclipse.persistence.nosql:jar:5.0.0-SNAPSHOT'. Trying to invoke it... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nn20w 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-0qn6h-nn20w" 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-0qn6h-nn20w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nn20w" 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-0qn6h-nn20w 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-0qn6h-nn20w" 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-0qn6h-nn20w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nn20w" 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-0qn6h-nn20w" 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-0qn6h-nn20w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nn20w" 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] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.nosql/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.nosql/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.nosql --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 5.0.0-SNAPSHOT [24/131] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.bundles --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.bundles --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 5.0.0-SNAPSHOT [25/131] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ moxy-standalone --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/moxy-standalone/target/bom.json [INFO] attaching as moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ moxy-standalone --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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:org.eclipse.persistence.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 5.0.0-SNAPSHOT [26/131] [INFO] from testing/server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.test.server.parent --- [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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nkntl 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-0qn6h-nkntl" 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-0qn6h-nkntl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nkntl" 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-0qn6h-nkntl 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-0qn6h-nkntl" 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-0qn6h-nkntl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nkntl" 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-0qn6h-nkntl" 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-0qn6h-nkntl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nkntl" 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) [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/testing/server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.test.server.parent --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------ [INFO] Building EclipseLink JPA Test 5.0.0-SNAPSHOT [27/131] [INFO] from jpa/eclipselink.jpa.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.test --- [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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-jgbwh 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-0qn6h-jgbwh" 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-0qn6h-jgbwh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jgbwh" 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-0qn6h-jgbwh 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-0qn6h-jgbwh" 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-0qn6h-jgbwh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jgbwh" 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-0qn6h-jgbwh" 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-0qn6h-jgbwh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jgbwh" 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) [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: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.junit.After,/jakarta.persistence.PreUpdate,/org.junit.AfterClass,/org.eclipse.samples.LoggableEmployee,/org.junit.runners.Suite.SuiteClasses,/jakarta.persistence.MapKeyColumn,/org.junit.BeforeClass,/org.junit.Ignore,/jakarta.persistence.EntityListeners,/jakarta.persistence.PrePersist,/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-j0w54 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-0qn6h-j0w54" 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-0qn6h-j0w54, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j0w54" 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-0qn6h-j0w54 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-0qn6h-j0w54" 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-0qn6h-j0w54, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j0w54" 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-0qn6h-j0w54" 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-0qn6h-j0w54, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j0w54" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 5.0.0-SNAPSHOT [28/131] [INFO] from testing/server-oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.oracle.test.server.parent --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/testing/server-oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >--- [INFO] Building EclipseLink SDO Test Server 5.0.0-SNAPSHOT [29/131] [INFO] from sdo/eclipselink.sdo.test.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.sdo.server.test --- [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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-lgdqb 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-0qn6h-lgdqb" 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-0qn6h-lgdqb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lgdqb" 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-0qn6h-lgdqb 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-0qn6h-lgdqb" 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-0qn6h-lgdqb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lgdqb" 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-0qn6h-lgdqb" 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-0qn6h-lgdqb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lgdqb" 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) [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: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/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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.annotation.PostConstruct,/jakarta.ejb.Stateless,/jakarta.ejb.Singleton [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/target/classes with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-h76z7 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-0qn6h-h76z7" 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-0qn6h-h76z7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h76z7" 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-0qn6h-h76z7 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-0qn6h-h76z7" 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-0qn6h-h76z7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h76z7" 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-0qn6h-h76z7" 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-0qn6h-h76z7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h76z7" 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) [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] 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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.sdo.server.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >---- [INFO] Building EclipseLink JPA JSE Test 5.0.0-SNAPSHOT [30/131] [INFO] from jpa/eclipselink.jpa.test.jse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.jse.test --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-w91d4 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-0qn6h-w91d4" 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-0qn6h-w91d4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w91d4" 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-0qn6h-w91d4 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-0qn6h-w91d4" 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-0qn6h-w91d4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w91d4" 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-0qn6h-w91d4" 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-0qn6h-w91d4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w91d4" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[116,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[132,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[187,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[203,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[258,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[274,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[329,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[345,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[400,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[416,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[471,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[487,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[556,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[574,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[589,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[666,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[686,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[703,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[780,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[800,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[817,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[884,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[899,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[914,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[979,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[994,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1009,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1074,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1089,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1104,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1159,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1175,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1230,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1246,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1301,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1317,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1372,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1388,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1444,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1460,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1515,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1531,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1600,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1618,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1633,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1692,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1706,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1717,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1771,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1785,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1796,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1866,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1885,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1900,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1903,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1965,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1980,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1991,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1994,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2051,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2066,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2077,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2080,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2133,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2149,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2204,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2220,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2275,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2291,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2348,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2365,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2422,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2439,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2496,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2513,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2570,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2587,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2644,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2661,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2718,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2735,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2790,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2806,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2861,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2877,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2932,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2948,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3021,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3040,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3058,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3140,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3161,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3181,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3265,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3286,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3306,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3386,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3406,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3425,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3504,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3524,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3543,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3622,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3642,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3661,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3732,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3749,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3766,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3840,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3859,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3878,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3954,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3973,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3992,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4056,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4075,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4142,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4163,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4232,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4253,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4330,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4349,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4367,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4449,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4470,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4490,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4574,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4595,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4615,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4673,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4694,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4711,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4768,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4789,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4806,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4862,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4883,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4900,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4957,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4978,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4995,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5052,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5073,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5090,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5146,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5167,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5184,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5241,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5262,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5279,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5336,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5357,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5374,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5430,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5451,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5468,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5527,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5543,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5598,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5614,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5669,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5685,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/uuid/TestUuidCommon.java:[181,18] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[68,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[104,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[141,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[177,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[114,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[130,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[185,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[201,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[256,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[272,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[339,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[357,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[374,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[443,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[461,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[478,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[547,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[565,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[582,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[639,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[655,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[710,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[726,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[781,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[797,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[864,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[882,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[899,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[968,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[986,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1003,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1072,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1090,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1107,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1164,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1180,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1235,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1251,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1306,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1322,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1389,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1406,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1422,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1490,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1507,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1523,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1591,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1608,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1624,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1672,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1685,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1729,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1742,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1794,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1811,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >--- [INFO] Building EclipseLink JPA Spring Test 5.0.0-SNAPSHOT [31/131] [INFO] from jpa/eclipselink.jpa.spring.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.spring.test --- [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: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >---- [INFO] Building EclipseLink JPA WDF Test 5.0.0-SNAPSHOT [32/131] [INFO] from jpa/eclipselink.jpa.wdf.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.wdf.test --- [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: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.6.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/classes with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Tests are skipped. [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >----- [INFO] Building EclipseLink Oracle Extension Test 5.0.0-SNAPSHOT [33/131] [INFO] from foundation/org.eclipse.persistence.oracle.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.oracle.test --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/CacheInvalidationHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/CacheInvalidationHandler.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [34/131] [INFO] from dbws/eclipselink.dbws.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.dbws.oracle.test --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-xj61c 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-0qn6h-xj61c" 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-0qn6h-xj61c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xj61c" 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-0qn6h-xj61c 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-0qn6h-xj61c" 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-0qn6h-xj61c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xj61c" 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-0qn6h-xj61c" 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-0qn6h-xj61c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xj61c" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle 5.0.0-SNAPSHOT [35/131] [INFO] from utils/eclipselink.dbws.builder.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.dbws.builder.oracle.test --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle Server 5.0.0-SNAPSHOT [36/131] [INFO] from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-cjjl6 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-0qn6h-cjjl6" 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-0qn6h-cjjl6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cjjl6" 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-0qn6h-cjjl6 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-0qn6h-cjjl6" 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-0qn6h-cjjl6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cjjl6" 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-0qn6h-cjjl6" 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-0qn6h-cjjl6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cjjl6" 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) [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] --- 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/ink-pull-request-verifier_master/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >-- [INFO] Building EclipseLink Package Signature Compare Utility 5.0.0-SNAPSHOT [37/131] [INFO] from utils/eclipselink.utils.sigcompare/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.utils.sigcompare --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/eclipselink.utils.sigcompare/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.sigcompare/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps >---- [INFO] Building Persistence TestApps 5.0.0-SNAPSHOT [38/131] [INFO] from jpa/eclipselink.jpa.testapps/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/target/org.eclipse.persistence.jpa.testapps.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced >-- [INFO] Building Test - advanced 5.0.0-SNAPSHOT [39/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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.OrderColumn,/jakarta.persistence.Access,/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,/org.eclipse.persistence.annotations.Cache,/jakarta.persistence.Basic,/org.eclipse.persistence.annotations.CacheIndex,/jakarta.persistence.JoinColumn,/org.eclipse.persistence.oxm.annotations.XmlPath,/jakarta.persistence.Enumerated,/jakarta.persistence.ManyToMany,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/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,/org.eclipse.persistence.annotations.PrimaryKey,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.Properties,/org.eclipse.persistence.annotations.DeleteAll,/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.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/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,/org.eclipse.persistence.annotations.Property,/org.eclipse.persistence.annotations.Mutable,/jakarta.persistence.PrePersist,/jakarta.persistence.NamedQueries,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/org.eclipse.persistence.annotations.ReadTransformer,/jakarta.persistence.PostUpdate,/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.NamedNativeQuery,/jakarta.persistence.SqlResultSetMappings [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 69 source files with javac [debug deprecation release 17] to target/test-classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/ReportQueryAdvancedJUnitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/ReportQueryAdvancedJUnitTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced2 >-- [INFO] Building Test - advanced2 5.0.0-SNAPSHOT [40/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-3frk2 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-0qn6h-3frk2" 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-0qn6h-3frk2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3frk2" 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-0qn6h-3frk2 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-0qn6h-3frk2" 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-0qn6h-3frk2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3frk2" 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-0qn6h-3frk2" 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-0qn6h-3frk2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3frk2" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ddl/ForeignKeyTest.java:[63,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/CriteriaQueryCastTest.java:[42,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/ddl/XMLIndexTest.java:[32,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/XMLEntityGraphTest.java:[34,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/CriteriaQueryMetamodelTest.java:[51,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/CriteriaQueryTest.java:[56,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/NamedStoredProcedureQueryTest.java:[57,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/EntityGraphTest.java:[107,22] addSubclassSubgraph(java.lang.Class) in jakarta.persistence.EntityGraph has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/EntityGraphTest.java:[44,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/XMLNamedStoredProcedureQueryTest.java:[37,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/AnnotationsTest.java:[75,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ConverterTest.java:[73,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/WeaverTest.java:[32,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/ddl/XMLForeignKeyTest.java:[57,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/StoredProcedureQueryTest.java:[54,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/XMLConverterTest.java:[47,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ddl/DDLSchemaTest.java:[49,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ddl/IndexTest.java:[32,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/QueryTest.java:[51,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ddl/DDLTest.java:[72,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/EntityManagerTest.java:[38,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/EntityManagerFactoryTest.java:[37,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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria >-- [INFO] Building Test - advanced.additionalcriteria 5.0.0-SNAPSHOT [41/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cacheable >-- [INFO] Building Test - cacheable 5.0.0-SNAPSHOT [42/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.cacheable --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.fetchgroup >-- [INFO] Building Test - advanced.fetchgroup 5.0.0-SNAPSHOT [43/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel >-- [INFO] Building Test - metamodel 5.0.0-SNAPSHOT [44/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.metamodel --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.cacheable >-- [INFO] Building Test - xml.cacheable 5.0.0-SNAPSHOT [45/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cacheimpl >-- [INFO] Building Test - advanced.cacheimpl 5.0.0-SNAPSHOT [46/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cascadepersist >-- [INFO] Building Test - advanced.cascadepersist 5.0.0-SNAPSHOT [47/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.compositepk >-- [INFO] Building Test - advanced.compositepk 5.0.0-SNAPSHOT [48/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-gmqxx 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-0qn6h-gmqxx" 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-0qn6h-gmqxx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gmqxx" 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-0qn6h-gmqxx 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-0qn6h-gmqxx" 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-0qn6h-gmqxx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gmqxx" 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-0qn6h-gmqxx" 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-0qn6h-gmqxx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gmqxx" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.derivedid >-- [INFO] Building Test - advanced.derivedid 5.0.0-SNAPSHOT [49/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.customer >-- [INFO] Building Test - advanced.customer 5.0.0-SNAPSHOT [50/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.embeddable >-- [INFO] Building Test - advanced.embeddable 5.0.0-SNAPSHOT [51/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.multitenant >-- [INFO] Building Test - advanced.multitenant 5.0.0-SNAPSHOT [52/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation >-- [INFO] Building Test - beanvalidation 5.0.0-SNAPSHOT [53/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic >-- [INFO] Building Test - beanvalidation.dynamic 5.0.0-SNAPSHOT [54/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cascadedeletes >-- [INFO] Building Test - cascadedeletes 5.0.0-SNAPSHOT [55/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.complexaggregate >-- [INFO] Building Test - complexaggregate 5.0.0-SNAPSHOT [56/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common >-- [INFO] Building Test - composite.advanced.common 5.0.0-SNAPSHOT [57/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 >-- [INFO] Building Test - composite.advanced.member_1 5.0.0-SNAPSHOT [58/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-qhtdr 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-0qn6h-qhtdr" 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-0qn6h-qhtdr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qhtdr" 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-0qn6h-qhtdr 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-0qn6h-qhtdr" 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-0qn6h-qhtdr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qhtdr" 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-0qn6h-qhtdr" 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-0qn6h-qhtdr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qhtdr" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 >-- [INFO] Building Test - composite.advanced.member_2 5.0.0-SNAPSHOT [59/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 >-- [INFO] Building Test - composite.advanced.member_3 5.0.0-SNAPSHOT [60/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced >-- [INFO] Building Test - composite.advanced 5.0.0-SNAPSHOT [61/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inheritance >-- [INFO] Building Test - advanced.inheritance 5.0.0-SNAPSHOT [62/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.inheritance --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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.PostLoad,/jakarta.persistence.ManyToMany,/jakarta.persistence.PreRemove,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.OneToOne,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.PrimaryKey,/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.Embedded,/jakarta.persistence.CollectionTable,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inherited >-- [INFO] Building Test - advanced.inherited 5.0.0-SNAPSHOT [63/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.inherited --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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(575278104)--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(575278104)--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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/OrderedListJunitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/OrderedListJunitTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.criteria >-- [INFO] Building Test - criteria 5.0.0-SNAPSHOT [64/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.criteria --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-5v25w 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-0qn6h-5v25w" 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-0qn6h-5v25w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5v25w" 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-0qn6h-5v25w 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-0qn6h-5v25w" 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-0qn6h-5v25w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5v25w" 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-0qn6h-5v25w" 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-0qn6h-5v25w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5v25w" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datatypes >-- [INFO] Building Test - datatypes 5.0.0-SNAPSHOT [65/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.datatypes --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datetime >-- [INFO] Building Test - datetime 5.0.0-SNAPSHOT [66/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.datetime --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.ddlgeneration >-- [INFO] Building Test - ddlgeneration 5.0.0-SNAPSHOT [67/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.lob >-- [INFO] Building Test - lob 5.0.0-SNAPSHOT [68/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.lob --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.delimited >-- [INFO] Building Test - delimited 5.0.0-SNAPSHOT [69/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.delimited --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.diagnostic >-- [INFO] Building Test - diagnostic 5.0.0-SNAPSHOT [70/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.extensibility >-- [INFO] Building Test - extensibility 5.0.0-SNAPSHOT [71/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.extensibility --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fetchgroups >-- [INFO] Building Test - fetchgroups 5.0.0-SNAPSHOT [72/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.advanced >-- [INFO] Building Test - fieldaccess.advanced 5.0.0-SNAPSHOT [73/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-7wgm5 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-0qn6h-7wgm5" 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-0qn6h-7wgm5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7wgm5" 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-0qn6h-7wgm5 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-0qn6h-7wgm5" 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-0qn6h-7wgm5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7wgm5" 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-0qn6h-7wgm5" 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-0qn6h-7wgm5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7wgm5" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.relationships >-- [INFO] Building Test - fieldaccess.relationships 5.0.0-SNAPSHOT [74/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.identity >-- [INFO] Building Test - identity 5.0.0-SNAPSHOT [75/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.identity --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpaadvancedproperties >-- [INFO] Building Test - jpaadvancedproperties 5.0.0-SNAPSHOT [76/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.relationships >-- [INFO] Building Test - relationships 5.0.0-SNAPSHOT [77/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.relationships --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpql >-- [INFO] Building Test - jpql 5.0.0-SNAPSHOT [78/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.jpql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 25 source files with javac [debug deprecation release 17] to target/test-classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jta >-- [INFO] Building Test - jta 5.0.0-SNAPSHOT [79/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.jta --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance >-- [INFO] Building Test - performance 5.0.0-SNAPSHOT [80/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.performance --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.memory >-- [INFO] Building Test - memory 5.0.0-SNAPSHOT [81/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.memory --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel.aspectj >-- [INFO] Building Test - metamodel.aspectj 5.0.0-SNAPSHOT [82/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-3sfq7 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-0qn6h-3sfq7" 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-0qn6h-3sfq7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3sfq7" 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-0qn6h-3sfq7 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-0qn6h-3sfq7" 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-0qn6h-3sfq7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3sfq7" 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-0qn6h-3sfq7" 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-0qn6h-3sfq7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3sfq7" 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) [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.orphanremoval >-- [INFO] Building Test - orphanremoval 5.0.0-SNAPSHOT [83/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.partitioned >-- [INFO] Building Test - partitioned 5.0.0-SNAPSHOT [84/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.partitioned --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance2 >-- [INFO] Building Test - performance2 5.0.0-SNAPSHOT [85/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.performance2 --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.persistence32 >-- [INFO] Building Test - Jakarta Persistence 3.2 5.0.0-SNAPSHOT [86/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.persistence32/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.persistence32 --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-vj500 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-0qn6h-vj500" 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-0qn6h-vj500, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vj500" 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-0qn6h-vj500 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-0qn6h-vj500" 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-0qn6h-vj500, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vj500" 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-0qn6h-vj500" 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-0qn6h-vj500, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vj500" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityManagerTest.java:[58,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityManagerFactoryTest.java:[81,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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-model.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.persistence32 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.privateowned >-- [INFO] Building Test - privateowned 5.0.0-SNAPSHOT [87/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.privateowned --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.pu-with-spaces >-- [INFO] Building Test - pu with spaces 5.0.0-SNAPSHOT [88/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.remote >-- [INFO] Building Test - remote 5.0.0-SNAPSHOT [89/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.remote --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean >-- [INFO] Building Test - sessionbean 5.0.0-SNAPSHOT [90/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean.ha >-- [INFO] Building Test - sessionbean.ha 5.0.0-SNAPSHOT [91/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.validation >-- [INFO] Building Test - validation 5.0.0-SNAPSHOT [92/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.validation --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.weaving >-- [INFO] Building Test - weaving 5.0.0-SNAPSHOT [93/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.weaving --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common >-- [INFO] Building Test - xml.composite.advanced.common 5.0.0-SNAPSHOT [94/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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 [95/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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 [96/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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 [97/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced >-- [INFO] Building Test - xml.composite.advanced 5.0.0-SNAPSHOT [98/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-xht8x 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-0qn6h-xht8x" 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-0qn6h-xht8x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xht8x" 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-0qn6h-xht8x 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-0qn6h-xht8x" 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-0qn6h-xht8x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xht8x" 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-0qn6h-xht8x" 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-0qn6h-xht8x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xht8x" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced >-- [INFO] Building Test - xml.advanced 5.0.0-SNAPSHOT [99/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced >-- [INFO] Building Test - xml.extended.advanced 5.0.0-SNAPSHOT [100/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria >-- [INFO] Building Test - xml.extended.advanced.additionalcriteria 5.0.0-SNAPSHOT [101/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup >-- [INFO] Building Test - xml.extended.advanced.fetchgroup 5.0.0-SNAPSHOT [102/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate >-- [INFO] Building Test - xml.extended.complexaggregate 5.0.0-SNAPSHOT [103/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inheritance >-- [INFO] Building Test - xml.inheritance 5.0.0-SNAPSHOT [104/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.inheritance >-- [INFO] Building Test - xml.extended.inheritance 5.0.0-SNAPSHOT [105/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships >-- [INFO] Building Test - xml.relationships 5.0.0-SNAPSHOT [106/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.relationships >-- [INFO] Building Test - xml.extended.relationships 5.0.0-SNAPSHOT [107/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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 [108/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-6q3ww 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-0qn6h-6q3ww" 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-0qn6h-6q3ww, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6q3ww" 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-0qn6h-6q3ww 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-0qn6h-6q3ww" 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-0qn6h-6q3ww, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6q3ww" 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-0qn6h-6q3ww" 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-0qn6h-6q3ww, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6q3ww" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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 [109/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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 [110/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced >-- [INFO] Building Test - xml.extended.composite.advanced 5.0.0-SNAPSHOT [111/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.advanced >-- [INFO] Building Test - xml.merge.advanced 5.0.0-SNAPSHOT [112/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning >-- [INFO] Building Test - xml.merge.incompletemappings.nonowning 5.0.0-SNAPSHOT [113/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning >-- [INFO] Building Test - xml.merge.incompletemappings.owning 5.0.0-SNAPSHOT [114/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.inherited >-- [INFO] Building Test - xml.merge.inherited 5.0.0-SNAPSHOT [115/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.relationships >-- [INFO] Building Test - xml.merge.relationships 5.0.0-SNAPSHOT [116/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant >-- [INFO] Building Test - xml.advanced.multitenant 5.0.0-SNAPSHOT [117/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inherited >-- [INFO] Building Test - xml.inherited 5.0.0-SNAPSHOT [118/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.metadatacomplete >-- [INFO] Building Test - xml.metadatacomplete 5.0.0-SNAPSHOT [119/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional >-- [INFO] Building Test - xml.relationships.unidirectional 5.0.0-SNAPSHOT [120/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-ltxqt 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-0qn6h-ltxqt" 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-0qn6h-ltxqt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ltxqt" 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-0qn6h-ltxqt 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-0qn6h-ltxqt" 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-0qn6h-ltxqt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ltxqt" 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-0qn6h-ltxqt" 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-0qn6h-ltxqt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ltxqt" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete >-- [INFO] Building Test - xml.xmlmetadatacomplete 5.0.0-SNAPSHOT [121/131] [INFO] from jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nativeapi >-- [INFO] Building Test - nativeapi 5.0.0-SNAPSHOT [122/131] [INFO] from jpa/eclipselink.jpa.testapps/nativeapi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/nativeapi/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql >-- [INFO] Building Persistence TestApps - NoSQL 5.0.0-SNAPSHOT [123/131] [INFO] from jpa/eclipselink.jpa.testapps.nosql/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.nosql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/target/org.eclipse.persistence.jpa.testapps.nosql.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >-- [INFO] Building Test - nosql.mongo 5.0.0-SNAPSHOT [124/131] [INFO] from jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle >-- [INFO] Building Persistence TestApps - Oracle DB 5.0.0-SNAPSHOT [125/131] [INFO] from jpa/eclipselink.jpa.testapps.oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.oracle --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-3tsr2 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-0qn6h-3tsr2" 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-0qn6h-3tsr2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3tsr2" 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-0qn6h-3tsr2 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-0qn6h-3tsr2" 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-0qn6h-3tsr2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3tsr2" 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-0qn6h-3tsr2" 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-0qn6h-3tsr2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3tsr2" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/target/org.eclipse.persistence.jpa.testapps.oracle.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.customfeatures >-- [INFO] Building Test - oracle.customfeatures 5.0.0-SNAPSHOT [126/131] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.dcn >-- [INFO] Building Test - oracle.dcn 5.0.0-SNAPSHOT [127/131] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.partitioned >-- [INFO] Building Test - oracle.partitioned 5.0.0-SNAPSHOT [128/131] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.plsql >-- [INFO] Building Test - oracle.plsql 5.0.0-SNAPSHOT [129/131] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication >-- [INFO] Building Test - oracle.proxyauthentication 5.0.0-SNAPSHOT [130/131] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.timestamptz >-- [INFO] Building Test - oracle.timestamptz 5.0.0-SNAPSHOT [131/131] [INFO] from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 5.0.0-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [01:27 min] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 32.619 s] [INFO] EclipseLink Core ................................... SUCCESS [ 39.081 s] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 0.784 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 1.756 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 2.970 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 0.831 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 15.202 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 7.694 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 0.949 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 1.193 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 1.745 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 4.214 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 15.274 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 7.990 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 1.291 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 2.482 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 0.719 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 3.603 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 33.826 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 3.308 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 0.325 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [02:02 min] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.133 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 1.293 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 10.339 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 11.902 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 7.235 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 16.452 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 8.599 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 1.158 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 2.735 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 2.568 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 1.207 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 2.586 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 8.195 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 0.614 s] [INFO] Persistence TestApps ............................... SUCCESS [ 2.482 s] [INFO] Test - advanced .................................... SUCCESS [ 4.684 s] [INFO] Test - advanced2 ................................... SUCCESS [ 2.012 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 0.932 s] [INFO] Test - cacheable ................................... SUCCESS [ 1.185 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 0.974 s] [INFO] Test - metamodel ................................... SUCCESS [ 2.427 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 0.954 s] [INFO] Test - advanced.cacheimpl .......................... SUCCESS [ 1.055 s] [INFO] Test - advanced.cascadepersist ..................... SUCCESS [ 0.811 s] [INFO] Test - advanced.compositepk ........................ SUCCESS [ 1.079 s] [INFO] Test - advanced.derivedid .......................... SUCCESS [ 0.992 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 0.782 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 0.802 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 1.132 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 1.203 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 1.064 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 0.937 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 0.982 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 0.911 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 0.752 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 0.775 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 0.653 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 1.498 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 2.723 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 2.150 s] [INFO] Test - criteria .................................... SUCCESS [ 2.070 s] [INFO] Test - datatypes ................................... SUCCESS [ 0.862 s] [INFO] Test - datetime .................................... SUCCESS [ 0.967 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 1.190 s] [INFO] Test - lob ......................................... SUCCESS [ 1.042 s] [INFO] Test - delimited ................................... SUCCESS [ 1.070 s] [INFO] Test - diagnostic .................................. SUCCESS [ 0.835 s] [INFO] Test - extensibility ............................... SUCCESS [ 0.928 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 1.224 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 1.990 s] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 1.068 s] [INFO] Test - identity .................................... SUCCESS [ 0.856 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 0.864 s] [INFO] Test - relationships ............................... SUCCESS [ 1.005 s] [INFO] Test - jpql ........................................ SUCCESS [ 1.901 s] [INFO] Test - jta ......................................... SUCCESS [ 0.962 s] [INFO] Test - performance ................................. SUCCESS [ 1.288 s] [INFO] Test - memory ...................................... SUCCESS [ 0.818 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 7.025 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 0.853 s] [INFO] Test - partitioned ................................. SUCCESS [ 0.957 s] [INFO] Test - performance2 ................................ SUCCESS [ 0.946 s] [INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [ 1.829 s] [INFO] Test - privateowned ................................ SUCCESS [ 0.924 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 0.678 s] [INFO] Test - remote ...................................... SUCCESS [ 0.848 s] [INFO] Test - sessionbean ................................. SUCCESS [ 0.800 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 0.918 s] [INFO] Test - validation .................................. SUCCESS [ 0.853 s] [INFO] Test - weaving ..................................... SUCCESS [ 0.716 s] [INFO] Test - xml.composite.advanced.common ............... SUCCESS [ 0.812 s] [INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [ 0.759 s] [INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [ 0.737 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 0.739 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 1.041 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 1.320 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 0.899 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 0.861 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 0.868 s] [INFO] Test - xml.extended.complexaggregate ............... SUCCESS [ 1.173 s] [INFO] Test - xml.inheritance ............................. SUCCESS [ 1.115 s] [INFO] Test - xml.extended.inheritance .................... SUCCESS [ 0.922 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 1.025 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 0.801 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 0.683 s] [INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [ 0.687 s] [INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [ 0.719 s] [INFO] Test - xml.extended.composite.advanced ............. SUCCESS [ 0.875 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 0.924 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 0.826 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 0.785 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 0.802 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 0.865 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 1.010 s] [INFO] Test - xml.inherited ............................... SUCCESS [ 0.948 s] [INFO] Test - xml.metadatacomplete ........................ SUCCESS [ 0.801 s] [INFO] Test - xml.relationships.unidirectional ............ SUCCESS [ 0.890 s] [INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [ 0.847 s] [INFO] Test - nativeapi ................................... SUCCESS [ 0.873 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.574 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 7.053 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 0.969 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 1.274 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 1.349 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 1.384 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 1.410 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 1.458 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 1.337 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:42 min [INFO] Finished at: 2024-03-12T10:27:54Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-dq1lm 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-0qn6h-dq1lm" 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-0qn6h-dq1lm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dq1lm" 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-0qn6h-dq1lm 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-0qn6h-dq1lm" 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-0qn6h-dq1lm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dq1lm" 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-0qn6h-dq1lm" 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-0qn6h-dq1lm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dq1lm" 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) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run Tests) [Pipeline] parallel [Pipeline] { (Branch: Core LRG) [Pipeline] { (Branch: OXM LRG) [Pipeline] { (Branch: MOXy LRG) [Pipeline] stage [Pipeline] { (Core LRG) [Pipeline] stage [Pipeline] { (OXM LRG) [Pipeline] stage [Pipeline] { (MOXy LRG) [Pipeline] tool [Pipeline] tool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] envVarsForTool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] tool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] envVarsForTool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh [Pipeline] sh + mvn -B -V verify -pl :org.eclipse.persistence.core.test -P staging,test-core-lrg,mysql [Pipeline] sh 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/jdk-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" + mvn -B -V verify -pl :org.eclipse.persistence.core -P staging,test-core-lrg + mvn -B -V test -pl :org.eclipse.persistence.moxy -P staging,test-moxy-lrg 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/jdk-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" 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/jdk-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] Scanning for projects... [INFO] Scanning for projects... [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 5.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-4zxpw 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-0qn6h-4zxpw" 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-0qn6h-4zxpw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4zxpw" 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-0qn6h-4zxpw 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-0qn6h-4zxpw" 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-0qn6h-4zxpw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4zxpw" 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-0qn6h-4zxpw" 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-0qn6h-4zxpw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4zxpw" 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) [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 5.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 5.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/mysql/mysql-connector-j/8.3.0/mysql-connector-j-8.3.0.pom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.core --- [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] 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.core --- [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.moxy --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mysql/mysql-connector-j/8.3.0/mysql-connector-j-8.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mysql/mysql-connector-j/8.3.0/mysql-connector-j-8.3.0.pom (3.2 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-java/3.25.1/protobuf-java-3.25.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.1/protobuf-java-3.25.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.1/protobuf-java-3.25.1.pom (1.6 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-parent/3.25.1/protobuf-parent-3.25.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.25.1/protobuf-parent-3.25.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.25.1/protobuf-parent-3.25.1.pom (9.0 kB at 376 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-bom/3.25.1/protobuf-bom-3.25.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.25.1/protobuf-bom-3.25.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.25.1/protobuf-bom-3.25.1.pom (3.7 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/mysql/mysql-connector-j/8.3.0/mysql-connector-j-8.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-java/3.25.1/protobuf-java-3.25.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mysql/mysql-connector-j/8.3.0/mysql-connector-j-8.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/mysql/mysql-connector-j/8.3.0/mysql-connector-j-8.3.0.jar (2.5 MB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.1/protobuf-java-3.25.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.1/protobuf-java-3.25.1.jar (1.9 MB at 9.7 MB/s) [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] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [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.core.test --- [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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 at timestamp: 1710239289496 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [INFO] Storing scmBranch: UNKNOWN [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] 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.moxy --- [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-spotbugs-filter) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.moxy --- [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.core --- [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-spotbugs-filter) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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] 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.core.test --- [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-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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [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.12.1:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1: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] Nothing to compile - all classes are up to date. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-jn4js 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-0qn6h-jn4js" 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-0qn6h-jn4js, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jn4js" 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-0qn6h-jn4js 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-0qn6h-jn4js" 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-0qn6h-jn4js, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jn4js" 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-0qn6h-jn4js" 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-0qn6h-jn4js, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jn4js" 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] 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Nothing to compile - all classes are up to date. [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 --- [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.12.1:testCompile (default-testCompile) @ 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] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.core.test --- [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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [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 49 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 237 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 241 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 213 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 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/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 313 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 270 kB/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 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar (12 kB at 322 kB/s) [INFO] 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 177 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [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 27 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s -- in org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] Nothing to compile - all classes are up to date. [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] Tests are skipped. [INFO] [INFO] --- surefire:3.2.5:test (test-oxm) @ 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] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.876 s -- in org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.tests.junit.helper.JavaUtilTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.eclipse.persistence.testing.tests.junit.helper.HelperTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 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.039 s -- in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [EL Info]: 2024.03.12 10:28:23.747--ServerSession(1499867659)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: query: 2024.03.12 10:28:23.867--ClientSession(1444635922)--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.v202403121018): 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.03.12 10:28:23.927--ClientSession(1212772528)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:28:23.928--ClientSession(2001223946)--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.v202403121018): 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.03.12 10:28:23.932--ServerSession(794075965)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: query: 2024.03.12 10:28:23.937--ClientSession(254801937)--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.v202403121018): 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.03.12 10:28:23.938--ServerSession(794075965)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2024.03.12 10:28:23.938--ClientSession(254801937)--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.v202403121018): 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: 0.963 s -- in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-3k9df 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-0qn6h-3k9df" 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-0qn6h-3k9df, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3k9df" 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-0qn6h-3k9df 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-0qn6h-3k9df" 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-0qn6h-3k9df, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3k9df" 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-0qn6h-3k9df" 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-0qn6h-3k9df, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3k9df" 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) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s -- in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.853 s -- in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [EL Severe]: 2024.03.12 10:28:28.939--ServerSession(794075965)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2024.03.12 10:28:28.940--ClientSession(254801937)--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.v202403121018): 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: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.444 s -- in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [EL Severe]: 2024.03.12 10:28:33.941--ServerSession(794075965)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Warning]: 2024.03.12 10:28:33.942--ClientSession(254801937)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.29 s -- in org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [EL Info]: 2024.03.12 10:28:33.947--DatabaseSessionImpl(90767234)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: query: 2024.03.12 10:28:33.950--DatabaseSessionImpl(90767234)--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.v202403121018): 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.001 s -- in org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 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.031 s -- in org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest [INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.039 s -- in org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 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.identitymaps.CacheIdTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [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.localization.LocalizationResourcesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [INFO] Running org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.012 s -- in org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [INFO] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [EL Warning]: connection: 2024.03.12 10:28:34.406--Exception [EclipseLink-63001] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:28:34.835--Exception [EclipseLink-63002] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.561 s -- in org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-rlb9v 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-0qn6h-rlb9v" 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-0qn6h-rlb9v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rlb9v" 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-0qn6h-rlb9v 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-0qn6h-rlb9v" 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-0qn6h-rlb9v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rlb9v" 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-0qn6h-rlb9v" 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-0qn6h-rlb9v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rlb9v" 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) [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] ------------------------------------------------------- class jakarta.xml.bind.JAXBElement [INFO] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.70 s -- in org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.beanvalidation.BeanValidationHelperTestCase Mar 12, 2024 3:28:34 AM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee Mar 12, 2024 3:28:34 AM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee2 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.jaxb.beanvalidation.BeanValidationHelperTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.220 s -- in org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 s -- in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [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] ------------------------------------------------------- [EL Warning]: moxy: 2024.03.12 03:28:36.556--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.579--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.597--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.607--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.616--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.625--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.635--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.643--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.651--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.659--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.668--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.699--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.707--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.716--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.727--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.736--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.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 [EL Warning]: moxy: 2024.03.12 03:28:36.754--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.763--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.771--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.779--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.788--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.798--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.809--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.818--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.827--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.837--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.846--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.854--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.862--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.870--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.880--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.886--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.893--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.901--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.909--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.916--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.925--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 [INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [EL Warning]: moxy: 2024.03.12 03:28:36.932--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.938--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.944--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.951--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.958--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.967--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.974--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.982--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.989--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:36.998--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.006--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.017--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.027--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.035--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.045--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.053--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.061--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.069--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.078--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.087--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.100--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.108--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.115--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.123--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.132--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.139--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.145--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.151--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.156--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.161--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.167--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.173--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.178--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.195--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 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest [EL Warning]: moxy: 2024.03.12 03:28:37.233--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.243--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.250--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.257--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.301--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.310--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.402--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.413--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.422--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.429--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.436--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.443--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 [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 --- [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [EL Warning]: moxy: 2024.03.12 03:28:37.449--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.455--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.462--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.495--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.502--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.509--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.516--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.523--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.530--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.538--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.546--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.554--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.560--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.565--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.571--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.576--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.582--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.588--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.595--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.602--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.608--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.617--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.623--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.630--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.637--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.643--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.649--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.655--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.661--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.668--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.675--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.681--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.687--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.693--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.700--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.706--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.713--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.721--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.728--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:37.736--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 [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. [EL Warning]: moxy: 2024.03.12 03:28:38.431--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:38.528--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 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test --- [EL Warning]: moxy: 2024.03.12 03:28:38.937--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.026--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.051--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.113--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.204--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.xjc.XJCJavaModelInputImpl [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test --- [EL Warning]: moxy: 2024.03.12 03:28:39.244--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.509--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.598--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.633--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.722--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.810--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.833--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.894--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.925--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:39.996--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.028--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.056--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.120--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.152--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.205--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.238--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.268--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.320--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.349--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.402--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.436--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.495--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.526--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.554--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.617--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.646--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.720--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.747--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.xjc.XJCJavaModelInputImpl [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test --- [EL Warning]: moxy: 2024.03.12 03:28:40.821--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.919--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:40.950--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.xjc.XJCJavaModelInputImpl [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.jar [EL Warning]: moxy: 2024.03.12 03:28:41.023--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.052--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.122--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.151--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.195--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.237--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.266--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.xjc.XJCJavaModelInputImpl [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.core.test --- [INFO] CycloneDX: Resolving Dependencies [EL Warning]: moxy: 2024.03.12 03:28:41.315--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.352--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.404--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.435--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.464--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.491--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.519--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.547--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.576--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.604--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.628--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.652--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.676--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.716--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.738--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.797--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.xjc.XJCJavaModelInputImpl [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.410 s -- in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [EL Warning]: moxy: 2024.03.12 03:28:41.821--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:41.946--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.013--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.039--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.xjc.XJCJavaModelInputImpl [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [EL Warning]: moxy: 2024.03.12 03:28:42.100--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.132--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.154--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.213--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.243--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.310--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.337--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.410--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.437--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.504--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.527--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.548--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.602--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:42.647--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.002--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.236--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.301--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.413--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.462--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.528--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.545--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.593--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.622--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.646--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.694--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:43.724--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.xjc.XJCJavaModelInputImpl [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/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.core.test-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test --- [EL Warning]: moxy: 2024.03.12 03:28:44.396--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.627--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.635--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.642--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.649--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.697--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.703--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.711--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.719--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.732--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.748--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.757--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.793--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.803--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.811--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.820--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.828--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.835--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.841--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.847--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.853--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.860--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.864--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.870--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.897--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.910--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.918--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.924--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.929--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.935--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.942--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.960--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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-rc4ds 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-0qn6h-rc4ds" 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-0qn6h-rc4ds, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rc4ds" 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-0qn6h-rc4ds 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-0qn6h-rc4ds" 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-0qn6h-rc4ds, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rc4ds" 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-0qn6h-rc4ds" 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-0qn6h-rc4ds, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rc4ds" 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) [EL Warning]: moxy: 2024.03.12 03:28:44.965--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.971--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:44.997--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.004--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.011--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.018--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.038--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.059--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.072--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.100--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.106--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.114--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.135--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.194--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.212--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 [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.229 s -- in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [EL Warning]: moxy: 2024.03.12 03:28:45.221--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.228--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.232--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.244--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.294--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.308--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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.311--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.531--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2024.03.12 03:28:45.542--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.xjc.XJCJavaModelInputImpl [INFO] Tests run: 254, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.81 s -- in org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.2.5:integration-test (clear-database) @ org.eclipse.persistence.core.test --- [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [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.03.12 10:28:48.038--DatabaseSessionImpl(497359413)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.437 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [EL Info]: 2024.03.12 10:28:49.249--DatabaseSessionImpl(497359413)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.633 s -- in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [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] 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.TestRunModel [EL Info]: 2024.03.12 10:28:50.661--DatabaseSessionImpl(392781299)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.944 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [EL Warning]: 2024.03.12 10:28:52.314--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.WORKER' Error Code: 1051 Call: DROP TABLE WORKER Query: DataModifyQuery(sql="DROP TABLE WORKER") [EL Warning]: 2024.03.12 10:28:52.357--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ADD' Error Code: 1051 Call: DROP TABLE AGG_ADD Query: DataModifyQuery(sql="DROP TABLE AGG_ADD") [EL Warning]: 2024.03.12 10:28:52.367--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_CLNT' Error Code: 1051 Call: DROP TABLE AGG_CLNT Query: DataModifyQuery(sql="DROP TABLE AGG_CLNT") [EL Warning]: 2024.03.12 10:28:52.400--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ECNT' Error Code: 1051 Call: DROP TABLE AGG_ECNT Query: DataModifyQuery(sql="DROP TABLE AGG_ECNT") [EL Warning]: 2024.03.12 10:28:52.412--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_COM' Error Code: 1051 Call: DROP TABLE AGG_COM Query: DataModifyQuery(sql="DROP TABLE AGG_COM") [EL Warning]: 2024.03.12 10:28:52.423--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_EMP' Error Code: 1051 Call: DROP TABLE AGG_EMP Query: DataModifyQuery(sql="DROP TABLE AGG_EMP") [EL Warning]: 2024.03.12 10:28:52.436--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_LAN' Error Code: 1051 Call: DROP TABLE AGG_LAN Query: DataModifyQuery(sql="DROP TABLE AGG_LAN") [EL Warning]: 2024.03.12 10:28:52.459--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_RES' Error Code: 1051 Call: DROP TABLE AGG_RES Query: DataModifyQuery(sql="DROP TABLE AGG_RES") [EL Warning]: 2024.03.12 10:28:52.480--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGGVEHICLE' Error Code: 1051 Call: DROP TABLE AGGVEHICLE Query: DataModifyQuery(sql="DROP TABLE AGGVEHICLE") [EL Warning]: 2024.03.12 10:28:52.498--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGENT' Error Code: 1051 Call: DROP TABLE AGENT Query: DataModifyQuery(sql="DROP TABLE AGENT") [EL Warning]: 2024.03.12 10:28:52.511--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUSTOMER' Error Code: 1051 Call: DROP TABLE CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CUSTOMER") [EL Warning]: 2024.03.12 10:28:52.522--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOUSE' Error Code: 1051 Call: DROP TABLE HOUSE Query: DataModifyQuery(sql="DROP TABLE HOUSE") [EL Warning]: 2024.03.12 10:28:52.534--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPENDANT' Error Code: 1051 Call: DROP TABLE DEPENDANT Query: DataModifyQuery(sql="DROP TABLE DEPENDANT") [EL Warning]: 2024.03.12 10:28:52.544--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPANY_AGG' Error Code: 1051 Call: DROP TABLE COMPANY_AGG Query: DataModifyQuery(sql="DROP TABLE COMPANY_AGG") [EL Warning]: 2024.03.12 10:28:52.552--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SINGLE_HOUSE' Error Code: 1051 Call: DROP TABLE SINGLE_HOUSE Query: DataModifyQuery(sql="DROP TABLE SINGLE_HOUSE") [EL Warning]: 2024.03.12 10:28:52.562--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SELLING_POINT' Error Code: 1051 Call: DROP TABLE SELLING_POINT Query: DataModifyQuery(sql="DROP TABLE SELLING_POINT") [EL Warning]: 2024.03.12 10:28:52.572--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER' Error Code: 1051 Call: DROP TABLE BUILDER Query: DataModifyQuery(sql="DROP TABLE BUILDER") [EL Warning]: 2024.03.12 10:28:52.593--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_HOUSE' Error Code: 1051 Call: DROP TABLE BUILDER_HOUSE Query: DataModifyQuery(sql="DROP TABLE BUILDER_HOUSE") [EL Warning]: 2024.03.12 10:28:52.605--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_SINGLE_HOUSE' Error Code: 1051 Call: DROP TABLE BUILDER_SINGLE_HOUSE Query: DataModifyQuery(sql="DROP TABLE BUILDER_SINGLE_HOUSE") [EL Warning]: 2024.03.12 10:28:52.615--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_SELLING_POINT' Error Code: 1051 Call: DROP TABLE BUILDER_SELLING_POINT Query: DataModifyQuery(sql="DROP TABLE BUILDER_SELLING_POINT") [EL Warning]: 2024.03.12 10:28:52.625--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_CUSTOMER' Error Code: 1051 Call: DROP TABLE BUILDER_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE BUILDER_CUSTOMER") [EL Warning]: 2024.03.12 10:28:52.635--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_DEPENDANT' Error Code: 1051 Call: DROP TABLE BUILDER_DEPENDANT Query: DataModifyQuery(sql="DROP TABLE BUILDER_DEPENDANT") [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [EL Warning]: 2024.03.12 10:28:52.644--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUILDER_VEHICLE' Error Code: 1051 Call: DROP TABLE BUILDER_VEHICLE Query: DataModifyQuery(sql="DROP TABLE BUILDER_VEHICLE") [EL Warning]: 2024.03.12 10:28:52.654--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.Employee1' Error Code: 1051 Call: DROP TABLE Employee1 Query: DataModifyQuery(sql="DROP TABLE Employee1") [EL Warning]: 2024.03.12 10:28:52.667--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMP_LAN' Error Code: 1051 Call: DROP TABLE EMP_LAN Query: DataModifyQuery(sql="DROP TABLE EMP_LAN") [EL Warning]: 2024.03.12 10:28:52.749--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STUDENT' Error Code: 1051 Call: DROP TABLE STUDENT Query: DataModifyQuery(sql="DROP TABLE STUDENT") [EL Warning]: 2024.03.12 10:28:52.761--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GOLF_CLUB' Error Code: 1051 Call: DROP TABLE GOLF_CLUB Query: DataModifyQuery(sql="DROP TABLE GOLF_CLUB") [EL Warning]: 2024.03.12 10:28:52.770--DatabaseSessionImpl(392781299)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MANUFACTURER' Error Code: 1051 Call: DROP TABLE MANUFACTURER Query: DataModifyQuery(sql="DROP TABLE MANUFACTURER") Running AggregateReadObjectTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 s -- in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 sec Running AggregateUpdateObjectTestSuite Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec Running AggregateReadAllTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running AggregateDeleteObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 sec Running AggregateInsertObjectTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-pnhfd 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-0qn6h-pnhfd" 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-0qn6h-pnhfd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-pnhfd" 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-0qn6h-pnhfd 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-0qn6h-pnhfd" 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-0qn6h-pnhfd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-pnhfd" 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-0qn6h-pnhfd" 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-0qn6h-pnhfd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-pnhfd" 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) [EL Warning]: 2024.03.12 10:28:55.031--UnitOfWork(1046009438)--Exception [EclipseLink-68] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@4f7c0be3] 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.209 sec Running AggregateUnitOfWorkTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 sec Running AggregateUnitOfWorkCommitResumeTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec Running AggregateCheckForNullUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec Running AggregateMergingUnitOfWorkTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec Running AggregateDescriptorPropertiesTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running AggregateEventTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running NestedAggregateTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec Running AggregateInheritanceTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running AggregateRelationshipsTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec [EL Info]: 2024.03.12 10:28:56.547--DatabaseSessionImpl(1899609393)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:28:56.631--DatabaseSessionImpl(1899609393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PHONE' Error Code: 1051 Call: drop table PHONE Query: DataModifyQuery(sql="drop table PHONE") [EL Warning]: 2024.03.12 10:28:56.634--DatabaseSessionImpl(1899609393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RESPONS' Error Code: 1051 Call: drop table RESPONS Query: DataModifyQuery(sql="drop table RESPONS") [EL Warning]: 2024.03.12 10:28:56.636--DatabaseSessionImpl(1899609393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SALARY' Error Code: 1051 Call: drop table SALARY Query: DataModifyQuery(sql="drop table SALARY") [EL Warning]: 2024.03.12 10:28:56.639--DatabaseSessionImpl(1899609393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ_EMP' Error Code: 1051 Call: drop table PROJ_EMP Query: DataModifyQuery(sql="drop table PROJ_EMP") [EL Warning]: 2024.03.12 10:28:56.641--DatabaseSessionImpl(1899609393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJECT' Error Code: 1051 Call: drop table LPROJECT Query: DataModifyQuery(sql="drop table LPROJECT") [EL Warning]: 2024.03.12 10:28:56.644--DatabaseSessionImpl(1899609393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJECT' Error Code: 1051 Call: drop table PROJECT Query: DataModifyQuery(sql="drop table PROJECT") [EL Warning]: 2024.03.12 10:28:56.693--DatabaseSessionImpl(1899609393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMPLOYEE' Error Code: 1051 Call: drop table EMPLOYEE Query: DataModifyQuery(sql="drop table EMPLOYEE") [EL Warning]: 2024.03.12 10:28:56.696--DatabaseSessionImpl(1899609393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADDRESS' Error Code: 1051 Call: drop table ADDRESS Query: DataModifyQuery(sql="drop table ADDRESS") [EL Info]: 2024.03.12 10:28:57.268--DatabaseSessionImpl(1589968642)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.169 s -- in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [EL Info]: 2024.03.12 10:28:58.925--DatabaseSessionImpl(1337168580)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [EL Warning]: 2024.03.12 10:28:59.613--DatabaseSessionImpl(1337168580)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' Error Code: 1051 Call: drop table CHILDNAM Query: DataModifyQuery(sql="drop table CHILDNAM") [EL Warning]: 2024.03.12 10:28:59.613--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHILDNAM' Error Code: 1051 Call: drop table CHILDNAM Query: DataModifyQuery(sql="drop table CHILDNAM") Running CacheExpiryTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.023 s -- in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [EL Warning]: 2024.03.12 03:28:58.454--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.456--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.457--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.459--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.461--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.462--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.464--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.465--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.466--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.468--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.469--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.471--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.472--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.474--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.475--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.477--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.478--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.480--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.481--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.482--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.484--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.485--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.487--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.488--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.493--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.494--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.496--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.497--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.499--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.500--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:28:58.501--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Info]: 2024.03.12 10:29:00.932--ServerSession(1878045132)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite DefaultValidationEventHandler: [ERROR]: unexpected element (uri:"http://www.eclipse.org/eclipselink/xsds/persistence/oxm", local:"invalid-tag"). Expected elements are <{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}java-type> Location: line 18 [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.653 s -- in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-bx98s 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-0qn6h-bx98s" 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-0qn6h-bx98s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bx98s" 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-0qn6h-bx98s 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-0qn6h-bx98s" 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-0qn6h-bx98s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bx98s" 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-0qn6h-bx98s" 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-0qn6h-bx98s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bx98s" 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) [EL Warning]: 2024.03.12 03:29:08.047--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2024.03.12 03:29:08.057--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [INFO] Tests run: 4503, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.85 s -- in org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.699 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.731 s -- in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.582 s -- in org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.385 s -- in org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-z3rd8 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-0qn6h-z3rd8" 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-0qn6h-z3rd8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z3rd8" 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-0qn6h-z3rd8 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-0qn6h-z3rd8" 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-0qn6h-z3rd8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z3rd8" 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-0qn6h-z3rd8" 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-0qn6h-z3rd8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z3rd8" 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) [EL Warning]: 2024.03.12 03:29:15.571--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.575--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.577--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.579--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.582--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.584--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.586--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.588--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.597--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.601--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.603--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.606--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.609--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.611--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.614--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.617--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.620--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.624--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.627--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.630--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.633--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.637--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.640--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.643--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.646--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.653--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.656--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.658--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.661--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.663--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.666--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.669--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.672--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.675--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.678--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.681--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.685--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.688--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.691--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.696--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.698--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.903 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [EL Warning]: 2024.03.12 03:29:15.701--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.705--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.708--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.712--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.715--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.718--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.721--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.724--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.727--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.730--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.732--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.735--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.737--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.740--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.742--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.744--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.746--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.748--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.750--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.752--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.755--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.757--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.760--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.762--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.764--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.766--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.768--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.770--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.772--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.774--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.777--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.779--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.782--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.784--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.787--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.789--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:15.792--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.013 sec [EL Info]: 2024.03.12 10:29:16.058--DatabaseSessionImpl(658781536)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running CacheIdentityMapInsertOverflowTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running CacheIdentityMapInsertTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running SmallCacheIdentityMapTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024.03.12 10:29:16.734--ServerSession(1563068096)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:29:16.995--DatabaseSessionImpl(899476243)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:29:17.095--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_M_IT' Error Code: 1051 Call: DROP TABLE COL_M_IT Query: DataModifyQuery(sql="DROP TABLE COL_M_IT") [EL Warning]: 2024.03.12 10:29:17.106--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_MENU' Error Code: 1051 Call: DROP TABLE COL_MENU Query: DataModifyQuery(sql="DROP TABLE COL_MENU") [EL Warning]: 2024.03.12 10:29:17.114--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_PERS' Error Code: 1051 Call: DROP TABLE COL_PERS Query: DataModifyQuery(sql="DROP TABLE COL_PERS") [EL Warning]: 2024.03.12 10:29:17.124--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LOCA' Error Code: 1051 Call: DROP TABLE COL_LOCA Query: DataModifyQuery(sql="DROP TABLE COL_LOCA") [EL Warning]: 2024.03.12 10:29:17.132--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_R_LO' Error Code: 1051 Call: DROP TABLE COL_R_LO Query: DataModifyQuery(sql="DROP TABLE COL_R_LO") [EL Warning]: 2024.03.12 10:29:17.141--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_R_LO2' Error Code: 1051 Call: DROP TABLE COL_R_LO2 Query: DataModifyQuery(sql="DROP TABLE COL_R_LO2") [EL Warning]: 2024.03.12 10:29:17.149--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_DI_R' Error Code: 1051 Call: DROP TABLE COL_DI_R Query: DataModifyQuery(sql="DROP TABLE COL_DI_R") [EL Warning]: 2024.03.12 10:29:17.156--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_REST' Error Code: 1051 Call: DROP TABLE COL_REST Query: DataModifyQuery(sql="DROP TABLE COL_REST") [EL Warning]: 2024.03.12 10:29:17.198--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SLOG' Error Code: 1051 Call: DROP TABLE COL_SLOG Query: DataModifyQuery(sql="DROP TABLE COL_SLOG") [EL Warning]: 2024.03.12 10:29:17.206--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_SERVICES' Error Code: 1051 Call: DROP TABLE COL_SERVICES Query: DataModifyQuery(sql="DROP TABLE COL_SERVICES") [EL Warning]: 2024.03.12 10:29:17.214--DatabaseSessionImpl(899476243)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COL_LICENSE' Error Code: 1051 Call: DROP TABLE COL_LICENSE Query: DataModifyQuery(sql="DROP TABLE COL_LICENSE") Running CollectionsReadObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running CollectionsWriteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 sec Running CollectionsDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec Running CollectionsInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running CollectionsUnitOfWorkTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec [EL Info]: 2024.03.12 10:29:17.937--DatabaseSessionImpl(109987815)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:29:19.320--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Warning]: 2024.03.12 10:29:19.323--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_A' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE Query: DataModifyQuery(sql="ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE") [EL Warning]: 2024.03.12 10:29:19.324--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_C' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF") [EL Warning]: 2024.03.12 10:29:19.326--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_C' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE") [EL Warning]: 2024.03.12 10:29:19.328--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OWNER_E' doesn't exist Error Code: 1146 Call: ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF Query: DataModifyQuery(sql="ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF") [EL Warning]: 2024.03.12 10:29:19.331--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_A' Error Code: 1051 Call: DROP TABLE OWNER_A Query: DataModifyQuery(sql="DROP TABLE OWNER_A") [EL Warning]: 2024.03.12 10:29:19.343--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_B' Error Code: 1051 Call: DROP TABLE OWNER_B Query: DataModifyQuery(sql="DROP TABLE OWNER_B") [EL Warning]: 2024.03.12 10:29:19.398--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_C' Error Code: 1051 Call: DROP TABLE OWNER_C Query: DataModifyQuery(sql="DROP TABLE OWNER_C") [EL Warning]: 2024.03.12 10:29:19.409--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_D' Error Code: 1051 Call: DROP TABLE OWNER_D Query: DataModifyQuery(sql="DROP TABLE OWNER_D") [EL Warning]: 2024.03.12 10:29:19.419--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OWNER_E' Error Code: 1051 Call: DROP TABLE OWNER_E Query: DataModifyQuery(sql="DROP TABLE OWNER_E") [EL Warning]: 2024.03.12 03:29:21.138--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2024.03.12 03:29:21.193--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1250, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.217 s -- in org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite [INFO] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [EL Warning]: moxy: 2024.03.12 03:29:22.099--jakarta.xml.bind.JAXBException: Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JAXBException Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] [EL Warning]: moxy: 2024.03.12 03:29:22.110--jakarta.xml.bind.JAXBException: Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported. - with linked exception: [Exception [EclipseLink-50001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JAXBException Exception Description: The class org.eclipse.persistence.testing.jaxb.rs.IsReadableTestCases$InvalidDomainClass requires a zero argument constructor or a specified factory method. Note that non-static inner classes do not have zero argument constructors and are not supported.] [INFO] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite removed existing: /tmp/schema1.xsd removed existing: /tmp/schema1.xsd [EL Warning]: 2024.03.12 10:29:22.194--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMP' Error Code: 1051 Call: DROP TABLE MAP_EMP Query: DataModifyQuery(sql="DROP TABLE MAP_EMP") [EL Warning]: 2024.03.12 10:29:22.211--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMSP' Error Code: 1051 Call: DROP TABLE MAP_EMSP Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP") [EL Warning]: 2024.03.12 10:29:22.221--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMPH' Error Code: 1051 Call: DROP TABLE MAP_EMPH Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH") [EL Warning]: 2024.03.12 10:29:22.231--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PHO' Error Code: 1051 Call: DROP TABLE MAP_PHO Query: DataModifyQuery(sql="DROP TABLE MAP_PHO") [EL Warning]: 2024.03.12 10:29:22.242--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CARD' Error Code: 1051 Call: DROP TABLE MAP_CARD Query: DataModifyQuery(sql="DROP TABLE MAP_CARD") [EL Warning]: 2024.03.12 10:29:22.253--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_COM' Error Code: 1051 Call: DROP TABLE MAP_COM Query: DataModifyQuery(sql="DROP TABLE MAP_COM") [EL Warning]: 2024.03.12 10:29:22.262--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_CUB' Error Code: 1051 Call: DROP TABLE MAP_CUB Query: DataModifyQuery(sql="DROP TABLE MAP_CUB") [EL Warning]: 2024.03.12 10:29:22.300--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_EMERGENCYEXIT' Error Code: 1051 Call: DROP TABLE MAP_EMERGENCYEXIT Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT") [EL Warning]: 2024.03.12 10:29:22.309--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CUBICLE_EMERGENCYEXIT' Error Code: 1051 Call: DROP TABLE CUBICLE_EMERGENCYEXIT Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT") [EL Warning]: 2024.03.12 10:29:22.317--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SHIP' Error Code: 1051 Call: DROP TABLE MAP_SHIP Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP") [EL Warning]: 2024.03.12 10:29:22.326--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_POL' Error Code: 1051 Call: DROP TABLE MAP_POL Query: DataModifyQuery(sql="DROP TABLE MAP_POL") [EL Warning]: 2024.03.12 10:29:22.336--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_ADD' Error Code: 1051 Call: DROP TABLE MAP_ADD Query: DataModifyQuery(sql="DROP TABLE MAP_ADD") [EL Warning]: 2024.03.12 10:29:22.346--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_MON' Error Code: 1051 Call: DROP TABLE MAP_MON Query: DataModifyQuery(sql="DROP TABLE MAP_MON") [EL Warning]: 2024.03.12 10:29:22.356--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_HRW' Error Code: 1051 Call: DROP TABLE MAP_HRW Query: DataModifyQuery(sql="DROP TABLE MAP_HRW") [EL Warning]: 2024.03.12 10:29:22.398--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_PERIPHERAL' Error Code: 1051 Call: DROP TABLE MAP_PERIPHERAL Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL") [EL Warning]: 2024.03.12 10:29:22.410--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_SECURE' Error Code: 1051 Call: DROP TABLE MAP_SECURE Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE") [EL Warning]: 2024.03.12 10:29:22.422--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MAP_IDENTIFICATION' Error Code: 1051 Call: DROP TABLE MAP_IDENTIFICATION Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION") [EL Warning]: 2024.03.12 10:29:22.714--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_CON' Error Code: 1051 Call: DROP TABLE U_CON Query: DataModifyQuery(sql="DROP TABLE U_CON") [EL Warning]: 2024.03.12 10:29:22.725--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_EMP' Error Code: 1051 Call: DROP TABLE U_EMP Query: DataModifyQuery(sql="DROP TABLE U_EMP") [EL Warning]: 2024.03.12 10:29:22.734--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_ADD' Error Code: 1051 Call: DROP TABLE U_ADD Query: DataModifyQuery(sql="DROP TABLE U_ADD") [EL Warning]: 2024.03.12 10:29:22.744--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.U_WEATH' Error Code: 1051 Call: DROP TABLE U_WEATH Query: DataModifyQuery(sql="DROP TABLE U_WEATH") [EL Warning]: 2024.03.12 10:29:22.802--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_ADDRESS' Error Code: 1051 Call: DROP TABLE CONCURRENT_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS") [EL Warning]: 2024.03.12 10:29:22.814--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_EMP' Error Code: 1051 Call: DROP TABLE CONCURRENT_EMP Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP") [EL Warning]: 2024.03.12 10:29:22.826--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PROJECT' Error Code: 1051 Call: DROP TABLE CONCURRENT_PROJECT Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT") [EL Warning]: 2024.03.12 10:29:22.838--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CONCURRENT_PHONE' Error Code: 1051 Call: DROP TABLE CONCURRENT_PHONE Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE") [EL Warning]: 2024.03.12 10:29:22.849--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.MUTABLE_TYPE' Error Code: 1051 Call: DROP TABLE MUTABLE_TYPE Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE") [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.208 s -- in org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.491 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Running ComplexUpdateTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec Running UnitOfWorkTestSuite [EL Warning]: 2024.03.12 10:29:24.564--UnitOfWork(898959467)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '151' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024.03.12 10:29:24.605--UnitOfWork(1389729031)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: John Way], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-w65rq 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-0qn6h-w65rq" 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-0qn6h-w65rq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w65rq" 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-0qn6h-w65rq 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-0qn6h-w65rq" 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-0qn6h-w65rq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w65rq" 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-0qn6h-w65rq" 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-0qn6h-w65rq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w65rq" 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) [EL Warning]: 2024.03.12 10:29:25.105--UnitOfWork(1915257984)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 159 [EL Warning]: 2024.03.12 10:29:25.246--UnitOfWork(3522572)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 12 Merival Rd., suite 5, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,038,320,631], 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.03.12 10:29:25.248--UnitOfWork(279811533)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 234 I'm Lost Lane, Perth, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,894,085,503], 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.03.12 10:29:25.258--UnitOfWork(1882240844)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: John Way] 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> 151 [EL Warning]: 2024.03.12 10:29:25.331--UnitOfWork(549618612)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 159 [EL Warning]: 2024.03.12 10:29:25.708--UnitOfWork(1607671287)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: John Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,756,600,221], 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.03.12 10:29:26.156--UnitOfWork(1641421582)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '95' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024.03.12 10:29:26.248--UnitOfWork(603965712)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:29:26.327--DatabaseSessionImpl(109987815)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024.03.12 10:29:26.357--UnitOfWork(1680837503)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 12 Merival Rd., suite 5, Ottawa, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [644,195,047], 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: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.933 sec Running UnitOfWorkEventTestSuite [EL Warning]: 2024.03.12 10:29:26.526--UnitOfWork(995692394)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 Call: UPDATE EMPLOYEE SET F_NAME = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?)) bind => [4 parameters bound] Query: UpdateObjectQuery(Employee: firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 Way) Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec [EL Info]: 2024.03.12 10:29:26.529--DatabaseSessionImpl(504760990)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:29:26.557--DatabaseSessionImpl(504760990)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CM_OBJ' Error Code: 1051 Call: DROP TABLE CM_OBJ Query: DataModifyQuery(sql="DROP TABLE CM_OBJ") Running ConversionManagerReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running ConversionManagerReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running ConversionManagerDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running ConversionManagerInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running ConversionManagerUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec Running ConversionManagerConvertObjectTestSuite Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running ConversionManagerConvertClassTypeTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running ConversionManagerClassLoaderTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024.03.12 10:29:26.841--DatabaseSessionImpl(1792068931)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running ConversionManagerReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running ConversionManagerReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running ConversionManagerDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running ConversionManagerInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running ConversionManagerUpdateObjectTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.311 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [EL Info]: 2024.03.12 10:29:27.057--DatabaseSessionImpl(305989654)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:29:27.467--DatabaseSessionImpl(305989654)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.758 s -- in org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases [EL Warning]: 2024.03.12 10:29:28.097--DatabaseSessionImpl(305989654)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Emp_Add does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Emp_Add Query: DataModifyQuery(sql="DROP PROCEDURE Read_Emp_Add") Running CustomSQLReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running RefreshObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running CustomSQLUpdateObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running CustomSQLReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running CustomSQLInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running CustomSQLDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec Running SelectWithOutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere Tests run: 0, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.004 sec Running OutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running CustomSQLStoredProcedureTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test intended for Sybase and SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 [EL Info]: 2024.03.12 10:29:28.511--ServerSession(748351174)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 3, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.064 sec Running CustomSQLStoredFunctionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [EL Info]: 2024.03.12 10:29:28.602--DatabaseSessionImpl(999685353)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:29:28.842--DatabaseSessionImpl(119988893)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec Running EmployeeDeleteObjectTestSuite [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.515 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2024.03.12 10:29:30.344--DatabaseSessionImpl(1711152967)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.782 s -- in org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running Unit Of Work Update Test Suite [EL Warning]: 2024.03.12 10:29:31.810--UnitOfWork(1827558114)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 302 [EL Warning]: 2024.03.12 10:29:31.854--UnitOfWork(1485182201)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 302 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec [EL Info]: 2024.03.12 10:29:32.115--DatabaseSessionImpl(58387611)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running Unit Of Work Update Test Suite [EL Warning]: 2024.03.12 10:29:33.848--UnitOfWork(1679939676)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 353 [EL Warning]: 2024.03.12 10:29:33.940--UnitOfWork(345072292)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 353 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-9d9d4 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-0qn6h-9d9d4" 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-0qn6h-9d9d4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9d9d4" 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-0qn6h-9d9d4 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-0qn6h-9d9d4" 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-0qn6h-9d9d4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9d9d4" 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-0qn6h-9d9d4" 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-0qn6h-9d9d4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9d9d4" 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) [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.226 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 sec [EL Info]: 2024.03.12 10:29:37.221--DatabaseSessionImpl(1947255191)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running Unit Of Work Update Test Suite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.195 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [EL Warning]: 2024.03.12 10:29:38.345--UnitOfWork(301375619)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 401 [EL Warning]: 2024.03.12 10:29:38.402--UnitOfWork(1355818007)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 401 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 sec [EL Info]: 2024.03.12 10:29:38.548--DatabaseSessionImpl(1980317609)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:29:38.799--DatabaseSessionImpl(808429178)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:29:38.813--DatabaseSessionImpl(331402961)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [EL Info]: 2024.03.12 10:29:39.765--DatabaseSessionImpl(1265393570)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 sec Running EmployeeReadAllTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec [EL Info]: 2024.03.12 10:29:40.532--DatabaseSessionImpl(1393841601)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2024.03.12 10:29:41.346--DatabaseSessionImpl(1815589086)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec [EL Info]: 2024.03.12 10:29:42.086--DatabaseSessionImpl(764789743)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.260 s -- in org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite Running ForceUpdateVersionLockingTestSuite [EL Warning]: 2024.03.12 10:29:43.483--UnitOfWork(1871645785)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.forceupdate.EmployeeTLIC Primary Key> 2 [EL Warning]: 2024.03.12 10:29:43.507--UnitOfWork(536702450)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.forceupdate.EmployeeTLIO Primary Key> 9 [EL Warning]: 2024.03.12 10:29:43.528--UnitOfWork(1177659049)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.forceupdate.EmployeeVLIC Primary Key> 3 [EL Warning]: 2024.03.12 10:29:43.544--UnitOfWork(1931991968)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.forceupdate.EmployeeVLIO Primary Key> 10 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 sec Running ForceUpdateVersionLockingNopTestSuite [EL Warning]: 2024.03.12 10:29:43.560--UnitOfWork(777715635)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 10 [EL Warning]: 2024.03.12 10:29:43.564--UnitOfWork(920252326)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 10 [EL Warning]: 2024.03.12 10:29:43.575--UnitOfWork(2146999744)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 10 [EL Warning]: 2024.03.12 10:29:43.579--UnitOfWork(1925104386)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 10 [EL Warning]: 2024.03.12 10:29:43.588--UnitOfWork(1514699654)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 10 [EL Warning]: 2024.03.12 10:29:43.592--UnitOfWork(774276127)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 10 [EL Warning]: 2024.03.12 10:29:43.604--UnitOfWork(830643074)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 10 [EL Warning]: 2024.03.12 10:29:43.608--UnitOfWork(1387778771)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 10 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec [EL Info]: 2024.03.12 10:29:43.616--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-0bnld 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-0qn6h-0bnld" 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-0qn6h-0bnld, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0bnld" 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-0qn6h-0bnld 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-0qn6h-0bnld" 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-0qn6h-0bnld, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0bnld" 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-0qn6h-0bnld" 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-0qn6h-0bnld, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0bnld" 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) [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s -- in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite class jakarta.xml.bind.JAXBElement class org.eclipse.persistence.jaxb.JAXBContext [INFO] Tests run: 3968, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.52 s -- in org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [EL Warning]: 2024.03.12 10:29:47.194--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Warning]: 2024.03.12 10:29:47.893--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTCUSTOMER' Error Code: 1051 Call: DROP TABLE EVENTCUSTOMER Query: DataModifyQuery(sql="DROP TABLE EVENTCUSTOMER") [EL Warning]: 2024.03.12 10:29:47.904--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EASSOCIATIONS' Error Code: 1051 Call: DROP TABLE EASSOCIATIONS Query: DataModifyQuery(sql="DROP TABLE EASSOCIATIONS") [EL Warning]: 2024.03.12 10:29:47.914--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EVENTORDER' Error Code: 1051 Call: DROP TABLE EVENTORDER Query: DataModifyQuery(sql="DROP TABLE EVENTORDER") [EL Warning]: 2024.03.12 10:29:47.925--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EMAILACC' Error Code: 1051 Call: DROP TABLE EMAILACC Query: DataModifyQuery(sql="DROP TABLE EMAILACC") [EL Warning]: 2024.03.12 10:29:47.937--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EPHONE' Error Code: 1051 Call: DROP TABLE EPHONE Query: DataModifyQuery(sql="DROP TABLE EPHONE") [EL Warning]: 2024.03.12 10:29:47.947--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EADDRESS' Error Code: 1051 Call: DROP TABLE EADDRESS Query: DataModifyQuery(sql="DROP TABLE EADDRESS") [EL Warning]: 2024.03.12 10:29:48.104--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PROJ' Error Code: 1051 Call: DROP TABLE PROJ Query: DataModifyQuery(sql="DROP TABLE PROJ") [EL Warning]: 2024.03.12 10:29:48.112--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.LPROJ' Error Code: 1051 Call: DROP TABLE LPROJ Query: DataModifyQuery(sql="DROP TABLE LPROJ") [EL Warning]: 2024.03.12 10:29:48.119--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BUDGET' Error Code: 1051 Call: DROP TABLE BUDGET Query: DataModifyQuery(sql="DROP TABLE BUDGET") [EL Warning]: 2024.03.12 10:29:48.153--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TESTTABLE1' Error Code: 1051 Call: DROP TABLE TESTTABLE1 Query: DataModifyQuery(sql="DROP TABLE TESTTABLE1") [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.601 s -- in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [EL Warning]: 2024.03.12 10:29:49.278--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE1' Error Code: 1051 Call: DROP TABLE SEQTESTTABLE1 Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE1") [EL Warning]: 2024.03.12 10:29:49.299--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SEQTESTTABLE2' Error Code: 1051 Call: DROP TABLE SEQTESTTABLE2 Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE2") [EL Warning]: 2024.03.12 10:29:49.336--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_EMPLOYEE' Error Code: 1051 Call: DROP TABLE REPORT_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE") [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [EL Warning]: 2024.03.12 10:29:49.345--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.REPORT_HISTORY' Error Code: 1051 Call: DROP TABLE REPORT_HISTORY Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY") [EL Warning]: 2024.03.12 10:29:49.353--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BEER' Error Code: 1051 Call: DROP TABLE BEER Query: DataModifyQuery(sql="DROP TABLE BEER") [EL Warning]: 2024.03.12 10:29:49.361--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR' Error Code: 1051 Call: DROP TABLE BAR Query: DataModifyQuery(sql="DROP TABLE BAR") [EL Warning]: 2024.03.12 10:29:49.399--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BAR_BEER' Error Code: 1051 Call: DROP TABLE BAR_BEER Query: DataModifyQuery(sql="DROP TABLE BAR_BEER") [EL Warning]: 2024.03.12 10:29:49.407--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PERSON' Error Code: 1051 Call: DROP TABLE PERSON Query: DataModifyQuery(sql="DROP TABLE PERSON") [EL Warning]: 2024.03.12 10:29:49.414--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BREWER' Error Code: 1051 Call: DROP TABLE BREWER Query: DataModifyQuery(sql="DROP TABLE BREWER") [EL Warning]: 2024.03.12 10:29:49.445--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_EMPLOYEE' Error Code: 1051 Call: DROP TABLE QUERY_OPTION_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_EMPLOYEE") [EL Warning]: 2024.03.12 10:29:49.457--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERY_OPTION_HISTORY' Error Code: 1051 Call: DROP TABLE QUERY_OPTION_HISTORY Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY") Running IdentityMapTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s -- in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.551 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 3562, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.063 s -- in org.eclipse.persistence.testing.jaxb.JAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBBeanValidationTestSuite Mar 12, 2024 3:29:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final parsing a schema... compiling a schema... Mar 12, 2024 3:29:53 AM org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin applyAnnotations WARNING: Facet "pattern" was detected on a DOM node with non-string base type. Annotation was not generated, because it is not supported by the Bean Validation specification. rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-xj7gn 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-0qn6h-xj7gn" 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-0qn6h-xj7gn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xj7gn" 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-0qn6h-xj7gn 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-0qn6h-xj7gn" 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-0qn6h-xj7gn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xj7gn" 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-0qn6h-xj7gn" 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-0qn6h-xj7gn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xj7gn" 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) [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.934 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases parsing a schema... compiling a schema... rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java parsing a schema... compiling a schema... Mar 12, 2024 3:29:56 AM org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin applyAnnotations WARNING: Facet "pattern" was detected on a DOM node with non-string base type. Annotation was not generated, because it is not supported by the Bean Validation specification. rs/Main.java rs/NumberWithHiddenValueAttribute.java rs/Numbers.java rs/ObjectFactory.java rs/Strings.java rs/package-info.java parsing a schema... compiling a schema... gf/Main.java gf/NumberWithHiddenValueAttribute.java gf/Numbers.java gf/ObjectFactory.java gf/Strings.java gf/package-info.java parsing a schema... compiling a schema... cs/Custom.java cs/ObjectFactory.java cs/package-info.java [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.965 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases Mar 12, 2024 3:29:57 AM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee Mar 12, 2024 3:29:57 AM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee2 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.775 s -- in org.eclipse.persistence.testing.jaxb.JAXBBeanValidationTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 5.0.0.v202403121028): 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 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: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.690 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.829 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7448, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.5:test (test-oxm-dom) @ 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.classloader.MappingClassLoaderTestCases Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.775 sec Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2024.03.12 10:30:03.411--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:03.422--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:03.423--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:03.424--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:03.425--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:03.426--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:03.427--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 ) [EL Warning]: 2024.03.12 10:30:03.615--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 131, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.815 sec Running ExpressionInMemoryTestSuite [EL Warning]: 2024.03.12 10:30:03.751--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.127--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectB ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.129--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectC ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.133--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=PhoneNumber ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.203--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.454--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.509--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.512--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.632--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.709--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.714--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:04.740--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory Tests run: 165, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 1.153 sec Running ExpressionSubSelectTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-fr5cb 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-0qn6h-fr5cb" 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-0qn6h-fr5cb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fr5cb" 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-0qn6h-fr5cb 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-0qn6h-fr5cb" 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-0qn6h-fr5cb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fr5cb" 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-0qn6h-fr5cb" 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-0qn6h-fr5cb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fr5cb" 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: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.228 sec Running ExpressionOperatorUnitTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running ExpressionOuterJoinTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 sec Running ExpressionUnitTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 116, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.231 sec Running QueryFrameworkTestSuite [EL Info]: 2024.03.12 10:30:05.821--ServerSession(1450478191)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:05.928--ServerSession(170772781)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 s -- in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [EL Info]: 2024.03.12 10:30:06.098--ServerSession(1464061724)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:06.224--ServerSession(881249057)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024.03.12 10:30:06.450--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2024.03.12 10:30:06.451--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2024.03.12 10:30:06.493--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Refreshing is not possible if the query does not go to the database. Query: ReadAllQuery(referenceClass=Employee ) [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [EL Info]: 2024.03.12 10:30:06.621--ServerSession(1163975634)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:06.698--ClientSession(1142025463)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' Error Code: 1054 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.03.12 10:30:06.700--ServerSession(379495946)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:06.850--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:07.056--ServerSession(734149119)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: connection: 2024.03.12 03:30:05.804--Exception [EclipseLink-7100] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [org.eclipse.persistence.testing.jaxb.jaxbcontext.fake] in the session.xml file [/home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] [EL Warning]: connection: 2024.03.12 03:30:05.870--Exception [EclipseLink-7100] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [org.eclipse.persistence.testing.jaxb.jaxbcontext.empty.negative] in the session.xml file [/home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] Matt

123-4567234-5678Matt
123-4567234-5678[INFO] Tests run: 2773, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.087 s -- in org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [EL Info]: 2024.03.12 10:30:07.105--ServerSession(1186400987)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:07.139--ServerSession(1983832599)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:07.206--ServerSession(424450293)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:07.239--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:07.406--DatabaseSessionImpl(2023990923)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:07.551--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:07.561--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 ) [EL Warning]: 2024.03.12 10:30:07.615--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'g' Error Code: 1066 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g") [EL Info]: 2024.03.12 10:30:07.616--ServerSession(1981587217)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:07.694--Running checkCustomQueryRaceConditionsInReadAllQuery test. [EL Info]: 2024.03.12 10:30:07.698--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [EL Warning]: query: 2024.03.12 10:30:07.700--DatabaseSessionImpl(544853585)--ReadAllQuery(referenceClass=Employee ) named null has both join attributes and partial attributes. These two technologies were not designed to work together, result may be unpredictible. [EL Info]: 2024.03.12 10:30:07.795--ServerSession(1626433263)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:07.811--ClientSession(1767713331)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'g' Error Code: 1066 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is intended for Oracle databases only. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: NULLS FIRST only supported on Oracle. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Database does not support INTERSECT Tests run: 162, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 2.224 sec Running CacheHitAndInMemoryTestSuite [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s -- in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [EL Warning]: 2024.03.12 10:30:08.171--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t2.SALARY, t1.START_TIME, t1.END_TIME, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.MANAGER_ID, t1.VERSION FROM ADDRESS t0, SALARY t2, EMPLOYEE t1 WHERE (((t0.CITY <> ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 sec Running Event Hook Test Suite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec Running OptimisticLockingTestSuite [EL Warning]: 2024.03.12 10:30:08.339--DatabaseSessionImpl(544853585)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 713 [EL Warning]: 2024.03.12 10:30:08.346--DatabaseSessionImpl(544853585)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 714 [EL Warning]: 2024.03.12 10:30:08.352--DatabaseSessionImpl(544853585)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] 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> 715 [EL Warning]: 2024.03.12 10:30:08.357--DatabaseSessionImpl(544853585)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] 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> 716 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running QueryOptimizationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [EL Warning]: 2024.03.12 10:30:09.035--DatabaseSessionImpl(544853585)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [EL Warning]: 2024.03.12 10:30:09.333--DatabaseSessionImpl(544853585)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024.03.12 10:30:09.554--DatabaseSessionImpl(544853585)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024.03.12 10:30:09.572--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Query Key id Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:09.573--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Function operator [MAX(, )] Query Key id Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) Tests run: 92, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 1.293 sec Running ReportQueryTestSuite [EL Warning]: 2024.03.12 10:30:09.705--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query item expression [ Query Key normalHours Base QUERY OBJECT]. Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:09.706--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[phoneNumbers]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:09.707--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.ManyToManyMapping[projects]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:09.745--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [EL Warning]: 2024.03.12 10:30:09.748--DatabaseSessionImpl(544853585)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConversionException Exception Description: The object [Jill], of class [class java.lang.String], from mapping [org.eclipse.persistence.mappings.DirectToFieldMapping[id-->EMPLOYEE.EMP_ID]] with descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])], could not be converted to [class java.math.BigDecimal]. Internal Exception: java.lang.NumberFormatException: Character J is neither a decimal digit number, decimal point, nor "e" notation exponential mark. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test does not work on the this platform Tests run: 62, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.192 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec Running ReadingThroughWriteConnectionSuite [EL Info]: 2024.03.12 10:30:09.963--ServerSession(698477052)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:10.055--ServerSession(1276683030)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:10.139--ServerSession(1114489160)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:10.240--ServerSession(1114489160)--java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.internal.databaseaccess.Accessor.executeCall(org.eclipse.persistence.queries.Call, org.eclipse.persistence.internal.sessions.AbstractRecord, org.eclipse.persistence.internal.sessions.AbstractSession)" because the return value of "org.eclipse.persistence.queries.DatabaseQuery.getAccessor()" is null WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported: Unless the value holder is wrapped, as by a UOW, it will instaniate with the same connection as its parent in cache, the server read connection. [EL Info]: 2024.03.12 10:30:10.243--ServerSession(2014191947)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:10.356--ServerSession(756953479)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:10.454--ServerSession(263761359)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:10.544--ServerSession(602444499)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:10.595--ServerSession(602444499)--java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.internal.databaseaccess.Accessor.executeCall(org.eclipse.persistence.queries.Call, org.eclipse.persistence.internal.sessions.AbstractRecord, org.eclipse.persistence.internal.sessions.AbstractSession)" because the return value of "org.eclipse.persistence.queries.DatabaseQuery.getAccessor()" is null WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported: A client session is not allowed to own the value holders of objects it has read, as they are put in the cache and another could potentially trigger them with your connection. [EL Info]: 2024.03.12 10:30:10.597--ServerSession(1372670602)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.691 s -- in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [EL Info]: 2024.03.12 10:30:10.686--ServerSession(1062418412)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:10.744--ServerSession(1549324049)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.888 sec Running Integrity Checker [EL Info]: 2024.03.12 10:30:10.894--DatabaseSessionImpl(343178245)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:30:10.911--DatabaseSessionImpl(343178245)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.mappings.transformers.AttributeTransformer.initialize(org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping)" because "this.attributeTransformer" is null java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.descriptors.ClassDescriptor.shouldAcquireCascadedLocks()" because the return value of "org.eclipse.persistence.mappings.DatabaseMapping.getReferenceDescriptor()" is null [EL Info]: 2024.03.12 10:30:10.914--DatabaseSessionImpl(1659694257)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:30:10.927--DatabaseSessionImpl(1659694257)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.mappings.transformers.AttributeTransformer.initialize(org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping)" because "this.attributeTransformer" is null java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.descriptors.ClassDescriptor.shouldAcquireCascadedLocks()" because the return value of "org.eclipse.persistence.mappings.DatabaseMapping.getReferenceDescriptor()" is null [EL Info]: 2024.03.12 10:30:10.941--DatabaseSessionImpl(718103022)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:30:11.043--DatabaseSessionImpl(718103022)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) Runtime Exceptions: --------------------------------------------------------- [EL Info]: 2024.03.12 10:30:11.045--DatabaseSessionImpl(4106787)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec Running ExceptionHandler [EL Warning]: 2024.03.12 10:30:11.061--DatabaseSessionImpl(544853585)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [ Query Key addres Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. Query: ReadObjectQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:11.065--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.bad' doesn't exist Error Code: 1146 Call: select * from bad Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running Message Logging Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running Fielded Message Logging [EL Fine]: 2024.03.12 10:30:11.120--Thread(Thread[#1,main,5,main])--Time {0.5HR} [EL Fine]: 2024.03.12 10:30:11.120--Thread(Thread[#1,main,5,main])--cmp_init_transformer_is_null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running NullValueTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running MiscellaneousTests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test requires MSAccess or another database that will accept a null password [INFO] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [EL Info]: 2024.03.12 10:30:11.141--DatabaseSessionImpl(925686013)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.169--DatabaseSessionImpl(925686013)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.192--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.206--DatabaseSessionImpl(1602611177)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.218--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.111 sec Running JNDIConnectionTestSuite [EL Info]: 2024.03.12 10:30:11.245--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.258--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running CustomSequenceTestSuite [EL Warning]: 2024.03.12 10:30:11.297--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.NEW_SEQUENCE' Error Code: 1051 Call: DROP TABLE NEW_SEQUENCE Query: DataModifyQuery(sql="DROP TABLE NEW_SEQUENCE") Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running SequenceTestSuite [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [EL Info]: 2024.03.12 10:30:11.427--ServerSession(1127052664)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.468--ServerSession(873871680)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.524--ServerSession(2004834499)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.636--DatabaseSessionImpl(64662281)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.661--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:11.677--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [2 parameters bound] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [EL Info]: 2024.03.12 10:30:11.678--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.692--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:11.709--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [EL Info]: 2024.03.12 10:30:11.710--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:11.732--UnitOfWork(1892161648)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value Error Code: 1364 Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES (?) bind => [1 parameter bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@4c2aa4db) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 sec Running CopyingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running QueryOptionTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec Running QueryRepreparationTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running DatabaseLoginCodeCoverageTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running Instantiation Policy Test Suite [EL Info]: 2024.03.12 10:30:11.905--DatabaseSessionImpl(1161768166)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.924--DatabaseSessionImpl(108993288)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.940--DatabaseSessionImpl(1864085828)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:11.954--DatabaseSessionImpl(835862181)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:30:11.967--DatabaseSessionImpl(835862181)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-63] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance creation method [org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor], with no parameters, does not exist, or is not accessible. Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.toString()" because the return value of "org.eclipse.persistence.internal.descriptors.InstantiationPolicy.getMethod()" is null Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec Running SessionCacheTestSuite [EL Warning]: 2024.03.12 10:30:11.969--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024.03.12 10:30:11.970--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024.03.12 10:30:11.970--DatabaseSessionImpl(544853585)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT Tests run: 2, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.033 sec Running Session API Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024.03.12 10:30:12.003--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:12.025--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:12.048--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:12.097--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:12.246--DatabaseSessionImpl(544853585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:12.300--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.801 s -- in org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-02x0k 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-0qn6h-02x0k" 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-0qn6h-02x0k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-02x0k" 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-0qn6h-02x0k 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-0qn6h-02x0k" 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-0qn6h-02x0k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-02x0k" 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-0qn6h-02x0k" 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-0qn6h-02x0k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-02x0k" 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) [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.024 s -- in org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [EL Warning]: 2024.03.12 10:30:16.062--DatabaseSessionImpl(290672305)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 1626, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.858 s -- in org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.builder.TransformerPropertyBuilderTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.builder.TransformerPropertyBuilderTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.SchemaGeneratorTestCase [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.SchemaGeneratorTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24625, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.5:test (test-moxy-jaxb-non-default-system-properties) @ 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] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 s -- in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNonDefaultTestCase [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite Running IdentityMapTestSuite [EL Fine]: moxy: 2024.03.12 03:30:18.854--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:18.979--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:18.979--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024.03.12 03:30:18.983--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:18.992--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:18.992--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024.03.12 03:30:18.993--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:18.998--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.000--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.004--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.006--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.009--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.022--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.023--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.029--Setting unmarshaller property (name/value): eclipselink.auto-detect-media-type/true [EL Fine]: moxy: 2024.03.12 03:30:19.031--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.037--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.041--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.041--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.045--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.047--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.050--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.052--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.055--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.060--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.064--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.075--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.092--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.101--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.102--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.107--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.109--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.113--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.113--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.117--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.119--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1e13529a [EL Fine]: moxy: 2024.03.12 03:30:19.126--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.130--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.130--Setting marshaller property (name/value): jaxb.encoding/US-ASCII [EL Fine]: moxy: 2024.03.12 03:30:19.132--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.132--Setting marshaller property (name/value): jaxb.encoding/UTF-8 [EL Fine]: moxy: 2024.03.12 03:30:19.139--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.140--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.140--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@6950ed69 [EL Fine]: moxy: 2024.03.12 03:30:19.144--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.145--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.149--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.150--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.156--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.156--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.160--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.175--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.193--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@651aed93 [EL Fine]: moxy: 2024.03.12 03:30:19.195--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.201--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.203--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@589da3f3 [EL Fine]: moxy: 2024.03.12 03:30:19.207--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.212--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.214--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.219--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.222--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.227--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.229--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.366 s -- in org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNonDefaultTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNonDefaultTestCase [EL Fine]: moxy: 2024.03.12 03:30:19.449--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.458--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.459--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024.03.12 03:30:19.459--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.465--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.465--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2024.03.12 03:30:19.465--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.468--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.470--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.494--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.496--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.498--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.504--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.504--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.507--Setting unmarshaller property (name/value): eclipselink.auto-detect-media-type/true [EL Fine]: moxy: 2024.03.12 03:30:19.509--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.510--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.513--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.514--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.516--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.518--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.521--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.523--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.527--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2024.03.12 03:30:19.531--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.533--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.536--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2024.03.12 03:30:19.538--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2024.03.12 03:30:19.542--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.543--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.547--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.547--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.550--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.550--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.553--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.553--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3bd323e9 [EL Fine]: moxy: 2024.03.12 03:30:19.555--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.557--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.558--Setting marshaller property (name/value): jaxb.encoding/US-ASCII [EL Fine]: moxy: 2024.03.12 03:30:19.558--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.558--Setting marshaller property (name/value): jaxb.encoding/UTF-8 [EL Fine]: moxy: 2024.03.12 03:30:19.595--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.595--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.596--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@19c65cdc [EL Fine]: moxy: 2024.03.12 03:30:19.599--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.599--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.602--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.602--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.605--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.606--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.610--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.614--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.615--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@3f91b517 [EL Fine]: moxy: 2024.03.12 03:30:19.616--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.619--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.620--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.621--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.622--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.622--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2024.03.12 03:30:19.626--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2024.03.12 03:30:19.627--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@21ba0741 [EL Fine]: moxy: 2024.03.12 03:30:19.628--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.633--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.633--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.637--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.638--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2024.03.12 03:30:19.642--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2024.03.12 03:30:19.644--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNonDefaultTestCase [INFO] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesNonDefaultTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesNonDefaultTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:17 min [INFO] Finished at: 2024-03-12T10:30:20Z [INFO] ------------------------------------------------------------------------ [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.729 s -- in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [Pipeline] } [Pipeline] // container [Pipeline] } [INFO] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s -- in org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.999 s -- in org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-27llp 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-0qn6h-27llp" 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-0qn6h-27llp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-27llp" 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-0qn6h-27llp 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-0qn6h-27llp" 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-0qn6h-27llp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-27llp" 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-0qn6h-27llp" 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-0qn6h-27llp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-27llp" 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) [INFO] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.619 s -- in org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.547 s -- in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s -- in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-f0x88 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-0qn6h-f0x88" 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-0qn6h-f0x88, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f0x88" 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-0qn6h-f0x88 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-0qn6h-f0x88" 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-0qn6h-f0x88, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f0x88" 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-0qn6h-f0x88" 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-0qn6h-f0x88, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f0x88" 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) [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.876 sec Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2024.03.12 10:30:36.397--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:36.398--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:36.398--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:36.399--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:36.399--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:36.400--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:36.400--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 ) [EL Warning]: 2024.03.12 10:30:36.481--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 131, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 0.253 sec Running ExpressionInMemoryTestSuite [EL Warning]: 2024.03.12 10:30:36.541--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.702--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectB ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.703--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=ObjectC ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.705--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=PhoneNumber ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.726--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.845--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.856--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.857--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.961 s -- in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [EL Warning]: 2024.03.12 10:30:36.895--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.921--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.925--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2024.03.12 10:30:36.939--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory Tests run: 165, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.461 sec Running ExpressionSubSelectTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 41, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.106 sec Running ExpressionOperatorUnitTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running ExpressionOuterJoinTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec Running ExpressionUnitTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 116, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.098 sec Running QueryFrameworkTestSuite [EL Info]: 2024.03.12 10:30:37.420--ServerSession(1895721013)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:37.438--ServerSession(1945687783)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Info]: 2024.03.12 10:30:37.498--ServerSession(720720155)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:37.531--ServerSession(2053988319)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024.03.12 10:30:37.608--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2024.03.12 10:30:37.608--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2024.03.12 10:30:37.610--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Refreshing is not possible if the query does not go to the database. Query: ReadAllQuery(referenceClass=Employee ) [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [EL Info]: 2024.03.12 10:30:37.665--ServerSession(556272384)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:37.688--ClientSession(816656921)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' Error Code: 1054 Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = 'Jill') AND (t1.EMP_ID = t0.EMP_ID)) Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID))") [EL Info]: 2024.03.12 10:30:37.693--ServerSession(2071240223)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:37.748--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:37.822--ServerSession(448133058)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:37.849--ServerSession(1484672206)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:37.879--ServerSession(237169789)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:37.913--ServerSession(1671705963)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:37.954--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:37.995--DatabaseSessionImpl(71851217)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:38.093--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:30:38.100--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 ) [EL Warning]: 2024.03.12 10:30:38.108--DatabaseSessionImpl(290672305)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'g' Error Code: 1066 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g") [EL Info]: 2024.03.12 10:30:38.108--ServerSession(2120653260)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:38.142--Running checkCustomQueryRaceConditionsInReadAllQuery test. [EL Info]: 2024.03.12 10:30:38.143--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [EL Warning]: query: 2024.03.12 10:30:38.144--DatabaseSessionImpl(290672305)--ReadAllQuery(referenceClass=Employee ) named null has both join attributes and partial attributes. These two technologies were not designed to work together, result may be unpredictible. [EL Info]: 2024.03.12 10:30:38.197--ServerSession(1301044410)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:38.210--ClientSession(1225535858)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'g' Error Code: 1066 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h, EMPLOYEE g") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is intended for Oracle databases only. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: NULLS FIRST only supported on Oracle. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Database does not support INTERSECT Tests run: 162, Failures: 0, Errors: 0, Skipped: 15, Time elapsed: 0.888 sec Running CacheHitAndInMemoryTestSuite [EL Warning]: 2024.03.12 10:30:38.422--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t2.SALARY, t1.START_TIME, t1.END_TIME, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.MANAGER_ID, t1.VERSION FROM ADDRESS t0, SALARY t2, EMPLOYEE t1 WHERE (((t0.CITY <> ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") Tests run: 81, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec Running Event Hook Test Suite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec Running OptimisticLockingTestSuite [EL Warning]: 2024.03.12 10:30:38.533--DatabaseSessionImpl(290672305)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,113 [EL Warning]: 2024.03.12 10:30:38.538--DatabaseSessionImpl(290672305)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,114 [EL Warning]: 2024.03.12 10:30:38.543--DatabaseSessionImpl(290672305)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] 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> 5,115 [EL Warning]: 2024.03.12 10:30:38.547--DatabaseSessionImpl(290672305)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: guy ] 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> 5,116 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running QueryOptimizationTestSuite [EL Warning]: 2024.03.12 10:30:38.825--DatabaseSessionImpl(290672305)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [EL Warning]: 2024.03.12 10:30:39.053--DatabaseSessionImpl(290672305)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024.03.12 10:30:39.184--DatabaseSessionImpl(290672305)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2024.03.12 10:30:39.199--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Query Key id Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:39.199--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The join expression Function operator [MAX(, )] Query Key id Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. Query: ReadAllQuery(referenceClass=Employee ) Tests run: 92, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.724 sec Running ReportQueryTestSuite [EL Warning]: 2024.03.12 10:30:39.294--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query item expression [ Query Key normalHours Base QUERY OBJECT]. Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:39.295--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[phoneNumbers]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:39.295--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.ManyToManyMapping[projects]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:39.322--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [EL Warning]: 2024.03.12 10:30:39.323--DatabaseSessionImpl(290672305)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConversionException Exception Description: The object [Fred], of class [class java.lang.String], from mapping [org.eclipse.persistence.mappings.DirectToFieldMapping[id-->EMPLOYEE.EMP_ID]] with descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])], could not be converted to [class java.math.BigDecimal]. Internal Exception: java.lang.NumberFormatException: Character F is neither a decimal digit number, decimal point, nor "e" notation exponential mark. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test does not work on the this platform Tests run: 62, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.103 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec Running ReadingThroughWriteConnectionSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s -- in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [EL Info]: 2024.03.12 10:30:39.445--ServerSession(1807927606)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:39.495--ServerSession(1015070306)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:39.544--ServerSession(2038642559)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:39.592--ServerSession(2038642559)--java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.internal.databaseaccess.Accessor.executeCall(org.eclipse.persistence.queries.Call, org.eclipse.persistence.internal.sessions.AbstractRecord, org.eclipse.persistence.internal.sessions.AbstractSession)" because the return value of "org.eclipse.persistence.queries.DatabaseQuery.getAccessor()" is null WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported: Unless the value holder is wrapped, as by a UOW, it will instaniate with the same connection as its parent in cache, the server read connection. [EL Info]: 2024.03.12 10:30:39.594--ServerSession(1507082376)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:39.644--ServerSession(1431347543)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:39.689--ServerSession(1501159816)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:39.755--ServerSession(747765139)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:39.820--ServerSession(747765139)--java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.internal.databaseaccess.Accessor.executeCall(org.eclipse.persistence.queries.Call, org.eclipse.persistence.internal.sessions.AbstractRecord, org.eclipse.persistence.internal.sessions.AbstractSession)" because the return value of "org.eclipse.persistence.queries.DatabaseQuery.getAccessor()" is null WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported: A client session is not allowed to own the value holders of objects it has read, as they are put in the cache and another could potentially trigger them with your connection. [EL Info]: 2024.03.12 10:30:39.822--ServerSession(946614762)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:39.911--ServerSession(114009150)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [EL Info]: 2024.03.12 10:30:39.968--ServerSession(1120867893)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.599 sec Running Integrity Checker [EL Info]: 2024.03.12 10:30:40.044--DatabaseSessionImpl(846221418)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:30:40.059--DatabaseSessionImpl(846221418)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.mappings.transformers.AttributeTransformer.initialize(org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping)" because "this.attributeTransformer" is null java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.descriptors.ClassDescriptor.shouldAcquireCascadedLocks()" because the return value of "org.eclipse.persistence.mappings.DatabaseMapping.getReferenceDescriptor()" is null [EL Info]: 2024.03.12 10:30:40.060--DatabaseSessionImpl(1478922895)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:30:40.071--DatabaseSessionImpl(1478922895)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. Internal Exception: java.lang.NoSuchFieldException: perio Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-74] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The primary key fields are not set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-12] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-91] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-7] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-2] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-49] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: An attribute transformation method name is not specified for this mapping. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-1] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.mappings.transformers.AttributeTransformer.initialize(org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping)" because "this.attributeTransformer" is null java.lang.NullPointerException: Cannot invoke "org.eclipse.persistence.descriptors.ClassDescriptor.shouldAcquireCascadedLocks()" because the return value of "org.eclipse.persistence.mappings.DatabaseMapping.getReferenceDescriptor()" is null [EL Info]: 2024.03.12 10:30:40.083--DatabaseSessionImpl(873231385)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:30:40.144--DatabaseSessionImpl(873231385)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) Runtime Exceptions: --------------------------------------------------------- [EL Info]: 2024.03.12 10:30:40.146--DatabaseSessionImpl(501563698)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec Running ExceptionHandler [EL Warning]: 2024.03.12 10:30:40.159--DatabaseSessionImpl(290672305)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [ Query Key addres Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. Query: ReadObjectQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:30:40.163--DatabaseSessionImpl(290672305)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.bad' doesn't exist Error Code: 1146 Call: select * from bad Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running Message Logging Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running Fielded Message Logging [EL Fine]: 2024.03.12 10:30:40.187--Thread(Thread[#1,main,5,main])--Time {0.5HR} [EL Fine]: 2024.03.12 10:30:40.188--Thread(Thread[#1,main,5,main])--cmp_init_transformer_is_null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running NullValueTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running MiscellaneousTests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test requires MSAccess or another database that will accept a null password [EL Info]: 2024.03.12 10:30:40.205--DatabaseSessionImpl(1976321848)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.231--DatabaseSessionImpl(1976321848)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.242--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.253--DatabaseSessionImpl(478168225)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.266--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.081 sec Running JNDIConnectionTestSuite [EL Info]: 2024.03.12 10:30:40.278--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.289--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running CustomSequenceTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running SequenceTestSuite [EL Info]: 2024.03.12 10:30:40.408--ServerSession(1079926045)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.442--ServerSession(512546698)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.477--ServerSession(1101215172)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.568--DatabaseSessionImpl(1257577578)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.595--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:40.607--DatabaseSessionImpl(290672305)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 50 WHERE SEQ_NAME = 'SEQTESTCLASS2_SEQ' Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [EL Info]: 2024.03.12 10:30:40.608--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.619--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:40.643--DatabaseSessionImpl(290672305)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown database 'INVALID_QUALIFIER' Error Code: 1049 Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [EL Info]: 2024.03.12 10:30:40.644--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:40.662--UnitOfWork(1115782913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value Error Code: 1364 Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES ('aTestValue') Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@5f3ca25e) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 sec Running CopyingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running QueryOptionTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 sec Running QueryRepreparationTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running DatabaseLoginCodeCoverageTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running Instantiation Policy Test Suite [EL Info]: 2024.03.12 10:30:40.770--DatabaseSessionImpl(1161608194)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.786--DatabaseSessionImpl(1954841067)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.805--DatabaseSessionImpl(624917600)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.818--DatabaseSessionImpl(1131292331)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:30:40.832--DatabaseSessionImpl(1131292331)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-63] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The instance creation method [org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor], with no parameters, does not exist, or is not accessible. Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) Runtime Exceptions: --------------------------------------------------------- java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.toString()" because the return value of "org.eclipse.persistence.internal.descriptors.InstantiationPolicy.getMethod()" is null Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running SessionCacheTestSuite [EL Warning]: 2024.03.12 10:30:40.833--DatabaseSessionImpl(290672305)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024.03.12 10:30:40.834--DatabaseSessionImpl(290672305)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2024.03.12 10:30:40.834--DatabaseSessionImpl(290672305)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT Tests run: 2, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.009 sec Running Session API Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024.03.12 10:30:40.842--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.860--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.878--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.899--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:40.967--DatabaseSessionImpl(290672305)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:41.001--DatabaseSessionImpl(659720925)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.599 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.140 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running AnySessionsTestSuite [EL Info]: 2024.03.12 10:30:43.107--ServerSession(882265203)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:43.146--SessionBroker(516784382)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:43.147--ServerSession(932879544)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:43.185--ServerSession(2110681482)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:43.217--SessionBroker(30920491)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:43.219--ServerSession(387777560)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:43.257--ServerSession(90261761)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:43.297--SessionBroker(1612955350)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:43.298--ServerSession(714343606)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:43.337--ServerSession(1452061475)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:43.368--ServerSession(225405430)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:43.412--ServerSession(1838754138)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:43.441--ServerSession(1147398060)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:43.473--ServerSession(1048691605)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:43.503--ServerSession(1287441841)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running FlashbackUnitTestSuite [EL Warning]: 2024.03.12 10:30:43.591--HistoricalSession(1133520618)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024.03.12 10:30:43.603--DatabaseSessionImpl(659720925)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.227 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024.03.12 10:30:44.045--DatabaseSessionImpl(167408172)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [EL Info]: 2024.03.12 10:30:44.329--DatabaseSessionImpl(1797893138)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-qfth6 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-0qn6h-qfth6" 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-0qn6h-qfth6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qfth6" 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-0qn6h-qfth6 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-0qn6h-qfth6" 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-0qn6h-qfth6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qfth6" 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-0qn6h-qfth6" 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-0qn6h-qfth6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qfth6" 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) [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.059 s -- in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.131 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running AnySessionsTestSuite [EL Info]: 2024.03.12 10:30:46.444--ServerSession(1542428083)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:46.483--SessionBroker(2048606006)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:46.484--ServerSession(169919651)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:46.537--ServerSession(718737379)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:46.574--SessionBroker(1888912657)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:46.575--ServerSession(2131462229)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:46.615--ServerSession(1220926900)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:46.650--SessionBroker(763712767)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:46.651--ServerSession(1578764185)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:46.684--ServerSession(1847464524)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:46.717--ServerSession(1930852471)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:46.751--ServerSession(1819054109)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:46.786--ServerSession(1304776965)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:46.820--ServerSession(550240123)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:46.855--ServerSession(845530459)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running FlashbackUnitTestSuite [EL Warning]: 2024.03.12 10:30:46.940--HistoricalSession(1181655728)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024.03.12 10:30:46.950--DatabaseSessionImpl(1797893138)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024.03.12 10:30:47.357--DatabaseSessionImpl(1544736102)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:47.649--DatabaseSessionImpl(941566704)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.651 s -- in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s -- in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): 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.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. Tests run: 67, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.122 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running AnySessionsTestSuite [EL Info]: 2024.03.12 10:30:50.900--ServerSession(93110701)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:50.941--SessionBroker(518141035)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:50.942--ServerSession(269301893)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:50.994--ServerSession(1316233042)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:51.031--SessionBroker(2054802434)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:51.032--ServerSession(429662758)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:51.073--ServerSession(1731189878)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:51.122--SessionBroker(1383324255)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2024.03.12 10:30:51.123--ServerSession(1782910248)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:51.153--ServerSession(577966914)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:51.179--ServerSession(1947917266)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:51.214--ServerSession(713424385)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:51.248--ServerSession(788114296)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:51.284--ServerSession(1123306707)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:51.323--ServerSession(1343530440)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running FlashbackUnitTestSuite [EL Warning]: 2024.03.12 10:30:51.401--HistoricalSession(624351402)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. Query: WriteObjectQuery(Employee: ) [EL Warning]: 2024.03.12 10:30:51.411--DatabaseSessionImpl(941566704)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). Query: ReadAllQuery(referenceClass=Employee ) Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2024.03.12 10:30:51.844--DatabaseSessionImpl(479610593)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:52.127--DatabaseSessionImpl(1570111279)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.328 s -- in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [EL Info]: 2024.03.12 10:30:53.760--DatabaseSessionImpl(449843605)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:53.768--DatabaseSessionImpl(2142158538)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite Running InheritanceDuplicateFieldTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running InheritanceReadObjectTestSuite Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running InheritanceReadAllTestSuite Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running InheritanceDeleteObjectTestSuite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec Running InheritanceInsertObjectTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec Running InheritanceUpdateObjectTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-km0gt 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-0qn6h-km0gt" 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-0qn6h-km0gt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-km0gt" 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-0qn6h-km0gt 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-0qn6h-km0gt" 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-0qn6h-km0gt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-km0gt" 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-0qn6h-km0gt" 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-0qn6h-km0gt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-km0gt" 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) Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec Running InheritanceUnitOfWorkTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Running InheritanceUnitOfWorkCommitResumeTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec Running Deep Inheritance Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running TranslatedKeyInheritance Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running SingleInheritanceTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2024.03.12 10:30:55.228--DatabaseSessionImpl(1272185994)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running InsuranceReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running InsuranceReadAllTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running InsuranceInsertObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running InsuranceUpdateObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running InsuranceDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running InsuranceDeletePrivateOwnedTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec [EL Info]: 2024.03.12 10:30:55.726--DatabaseSessionImpl(2110267739)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:55.735--DatabaseSessionImpl(2110267739)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:55.743--DatabaseSessionImpl(1629351842)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:55.757--DatabaseSessionImpl(1629351842)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_PROG' Error Code: 1051 Call: DROP TABLE TV_PROG Query: DataModifyQuery(sql="DROP TABLE TV_PROG") [EL Warning]: 2024.03.12 10:30:55.765--DatabaseSessionImpl(1629351842)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_NET' Error Code: 1051 Call: DROP TABLE TV_NET Query: DataModifyQuery(sql="DROP TABLE TV_NET") [EL Warning]: 2024.03.12 10:30:55.772--DatabaseSessionImpl(1629351842)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_SCED' Error Code: 1051 Call: DROP TABLE TV_SCED Query: DataModifyQuery(sql="DROP TABLE TV_SCED") [EL Warning]: 2024.03.12 10:30:55.779--DatabaseSessionImpl(1629351842)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TV_SCPG' Error Code: 1051 Call: DROP TABLE TV_SCPG Query: DataModifyQuery(sql="DROP TABLE TV_SCPG") Running InterfaceWithTablesReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running InterfaceWithTablesReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running InterfaceWithTablesDeleteObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running InserfaceWithTablesInsertObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running InterfaceWithTablesUpdateObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec [EL Info]: 2024.03.12 10:30:55.821--DatabaseSessionImpl(2119697493)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:30:55.847--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SECRTRY' Error Code: 1051 Call: DROP TABLE SECRTRY Query: DataModifyQuery(sql="DROP TABLE SECRTRY") [EL Warning]: 2024.03.12 10:30:55.855--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RECEP' Error Code: 1051 Call: DROP TABLE RECEP Query: DataModifyQuery(sql="DROP TABLE RECEP") [EL Warning]: 2024.03.12 10:30:55.861--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PRD_MGR' Error Code: 1051 Call: DROP TABLE PRD_MGR Query: DataModifyQuery(sql="DROP TABLE PRD_MGR") [EL Warning]: 2024.03.12 10:30:55.870--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PER_MGR' Error Code: 1051 Call: DROP TABLE PER_MGR Query: DataModifyQuery(sql="DROP TABLE PER_MGR") [EL Warning]: 2024.03.12 10:30:55.880--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.PRD_DEV' Error Code: 1051 Call: DROP TABLE PRD_DEV Query: DataModifyQuery(sql="DROP TABLE PRD_DEV") [EL Warning]: 2024.03.12 10:30:55.886--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CRS_DEV' Error Code: 1051 Call: DROP TABLE CRS_DEV Query: DataModifyQuery(sql="DROP TABLE CRS_DEV") [EL Warning]: 2024.03.12 10:30:55.893--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEV_JOB' Error Code: 1051 Call: DROP TABLE DEV_JOB Query: DataModifyQuery(sql="DROP TABLE DEV_JOB") [EL Warning]: 2024.03.12 10:30:55.900--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ADM_JOB' Error Code: 1051 Call: DROP TABLE ADM_JOB Query: DataModifyQuery(sql="DROP TABLE ADM_JOB") [EL Warning]: 2024.03.12 10:30:55.908--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_EMP' Error Code: 1051 Call: DROP TABLE INT_EMP Query: DataModifyQuery(sql="DROP TABLE INT_EMP") [EL Warning]: 2024.03.12 10:30:55.917--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_CMP' Error Code: 1051 Call: DROP TABLE INT_CMP Query: DataModifyQuery(sql="DROP TABLE INT_CMP") [EL Warning]: 2024.03.12 10:30:55.927--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_EML' Error Code: 1051 Call: DROP TABLE INT_EML Query: DataModifyQuery(sql="DROP TABLE INT_EML") [EL Warning]: 2024.03.12 10:30:55.934--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_PHN' Error Code: 1051 Call: DROP TABLE INT_PHN Query: DataModifyQuery(sql="DROP TABLE INT_PHN") [EL Warning]: 2024.03.12 10:30:55.942--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_COMP' Error Code: 1051 Call: DROP TABLE INT_COMP Query: DataModifyQuery(sql="DROP TABLE INT_COMP") [EL Warning]: 2024.03.12 10:30:55.950--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INT_VEH' Error Code: 1051 Call: DROP TABLE INT_VEH Query: DataModifyQuery(sql="DROP TABLE INT_VEH") [EL Warning]: 2024.03.12 10:30:55.958--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACTOR' Error Code: 1051 Call: DROP TABLE ACTOR Query: DataModifyQuery(sql="DROP TABLE ACTOR") [EL Warning]: 2024.03.12 10:30:55.966--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DOCUMENTARY' Error Code: 1051 Call: DROP TABLE DOCUMENTARY Query: DataModifyQuery(sql="DROP TABLE DOCUMENTARY") [EL Warning]: 2024.03.12 10:30:55.973--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.FILM' Error Code: 1051 Call: DROP TABLE FILM Query: DataModifyQuery(sql="DROP TABLE FILM") Running InterfaceWithoutTablesReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running InterfaceWithoutTablesReadAllTestSuite [EL Warning]: 2024.03.12 10:30:56.108--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running InterfaceWithoutTablesDeleteObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running InserfaceWithoutTablesInsertObjectTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running InterfaceWithoutTablesUpdateObjectTestSuite Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running InterfaceWithoutTablesVariable1To1TestSuite [EL Warning]: 2024.03.12 10:30:56.246--DatabaseSessionImpl(2119697493)--Exception [EclipseLink-6072] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Querying across a VariableOneToOneMapping is not supported. Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.interfaces.Employee --> [DatabaseTable(INT_EMP)])] Mapping: [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] Query: ReadObjectQuery(referenceClass=Employee ) Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running InterfaceWithoutTablesManyDescriptorTestSuite [EL Info]: 2024.03.12 10:30:56.311--DatabaseSessionImpl(2006933396)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:30:56.337--DatabaseSessionImpl(2119697493)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec [EL Info]: 2024.03.12 10:30:56.347--DatabaseSessionImpl(931647450)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This model is intended for Oracle databases only. WARNING, some JDBC drivers may fail BatchUpdates. [EL Warning]: 2024.03.12 10:30:56.917--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CACH_LCK' Error Code: 1051 Call: DROP TABLE CACH_LCK Query: DataModifyQuery(sql="DROP TABLE CACH_LCK") [EL Warning]: 2024.03.12 10:30:56.927--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OBJ_LCK' Error Code: 1051 Call: DROP TABLE OBJ_LCK Query: DataModifyQuery(sql="DROP TABLE OBJ_LCK") [EL Warning]: 2024.03.12 10:30:56.935--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSO_LCK' Error Code: 1051 Call: DROP TABLE TSO_LCK Query: DataModifyQuery(sql="DROP TABLE TSO_LCK") [EL Warning]: 2024.03.12 10:30:56.942--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSAO_LCK' Error Code: 1051 Call: DROP TABLE TSAO_LCK Query: DataModifyQuery(sql="DROP TABLE TSAO_LCK") [EL Warning]: 2024.03.12 10:30:56.949--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AO_LCK' Error Code: 1051 Call: DROP TABLE AO_LCK Query: DataModifyQuery(sql="DROP TABLE AO_LCK") [EL Warning]: 2024.03.12 10:30:56.958--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TSC_LCK' Error Code: 1051 Call: DROP TABLE TSC_LCK Query: DataModifyQuery(sql="DROP TABLE TSC_LCK") [EL Warning]: 2024.03.12 10:30:56.966--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHNG_ROW' Error Code: 1051 Call: DROP TABLE CHNG_ROW Query: DataModifyQuery(sql="DROP TABLE CHNG_ROW") [EL Warning]: 2024.03.12 10:30:56.973--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OL_ITEM' Error Code: 1051 Call: DROP TABLE OL_ITEM Query: DataModifyQuery(sql="DROP TABLE OL_ITEM") [EL Warning]: 2024.03.12 10:30:56.980--DatabaseSessionImpl(931647450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OL_HOLDER' Error Code: 1051 Call: DROP TABLE OL_HOLDER Query: DataModifyQuery(sql="DROP TABLE OL_HOLDER") Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running EmployeeUpdateObjectTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.944 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running BatchWriteTests Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:30:57.852--UnitOfWork(644732178)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' Error Code: 1066 Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:30:57.856--UnitOfWork(918870475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' Error Code: 1066 Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:30:57.858--UnitOfWork(1295712910)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT 'first', 9780, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 9780, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:30:57.860--UnitOfWork(1547033750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 9790, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9790, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:30:57.862--UnitOfWork(1344140524)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 9800, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9800, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. QueryTimeoutBatch test completed without timeout. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec Running OptimisticLockingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running CascadeOptimisticLockingTestSuite [EL Info]: 2024.03.12 10:30:57.966--DatabaseSessionImpl(1977637072)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec [EL Info]: 2024.03.12 10:30:57.979--DatabaseSessionImpl(486871875)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.729 s -- in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite Running JPQLUnitTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec Running JPQLSimpleTestSuite [EL Warning]: 2024.03.12 10:30:59.837--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Info]: 2024.03.12 10:31:00.240--ServerSession(120252019)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 sec Running JPQLSimpleTestSuite [EL Warning]: 2024.03.12 10:31:01.935--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Info]: 2024.03.12 10:31:02.340--ServerSession(818304153)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.629 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.948 sec Running JPQLComplexTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec Running JPQLSimpleSelectTestSuite [EL Warning]: 2024.03.12 10:31:04.051--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow AccountBean account]. [43, 43] A select statement must have a FROM clause. Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec Running JPQLComplexSelectTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec Running JPQLValidationTestSuite [EL Warning]: 2024.03.12 10:31:04.560--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT FROM EMPLOYEE emp]. [7, 7] The select expression is missing from the SELECT clause. [EL Warning]: 2024.03.12 10:31:04.562--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(i) FROM Integer i WHERE i.city = "Ottawa"]. [22, 29] The abstract schema type 'Integer' is unknown. [38, 44] The state field path 'i.city' cannot be resolved to a valid type. [EL Warning]: 2024.03.12 10:31:04.563--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(nullRoot) FROM Employee emp WHERE emp.firstName = "Fred"]. [14, 22] The identification variable 'nullRoot' is not defined in the FROM clause. [EL Warning]: 2024.03.12 10:31:04.563--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROW Employee emp]. [36, 36] A select statement must have a FROM clause. [EL Warning]: 2024.03.12 10:31:04.563--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName == "Fred"]. [59, 59] A comparison expression must define the left side of the comparison. [EL Warning]: 2024.03.12 10:31:04.564--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" AND 1]. [70, 71] The right expression is not a valid expression. [EL Warning]: 2024.03.12 10:31:04.564--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [69, 76] The right expression is not a valid expression. [EL Warning]: 2024.03.12 10:31:04.565--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SLEECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [0, 76] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [EL Warning]: 2024.03.12 10:31:04.565--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [OBJECT(emp) FROM Employee emp]. [0, 29] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [EL Warning]: 2024.03.12 10:31:04.566--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT OBJECT(emp) FROM Employee employee WHERE emp.firstName = "Fred"]. [48, 61] The state field path 'emp.firstName' cannot be resolved to a valid type. [14, 17] The identification variable 'emp' is not defined in the FROM clause. [48, 51] The identification variable 'emp' is not defined in the FROM clause. [EL Warning]: 2024.03.12 10:31:04.566--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [FROM Employee WHERE firstName = ?1]. [14, 14] An identification variable must be provided for a range variable declaration. [EL Warning]: 2024.03.12 10:31:04.570--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(+emp1) FROM Employee +emp1]. [14, 19] The encapsulated expression is not a valid expression. [35, 36] The FROM clause has 'Employee +' and 'emp1' that are not separated by a comma. [35, 36] The identification variable '+' cannot be a reserved word. [40, 40] An identification variable must be provided for a range variable declaration. [EL Warning]: 2024.03.12 10:31:04.570--DatabaseSessionImpl(486871875)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.JPQLException Exception Description: Syntax error parsing [SELECT OBJECT(emp 1) FROM Employee emp 1]. [19, 19] A select statement must have a FROM clause. [17, 17] The right parenthesis is missing from the OBJECT expression. [18, 19] The identification variable '1' is not following the rules for a Java identifier. [19, 40] The query contains a malformed ending. [EL Warning]: 2024.03.12 10:31:04.600--DatabaseSessionImpl(486871875)--Exception [EclipseLink-6094] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The parameter name [2] in the query's selection criteria does not match any parameter name defined in the query. Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.ADDR_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID))") Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec [EL Info]: 2024.03.12 10:31:04.606--DatabaseSessionImpl(449160802)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-xgfkv 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-0qn6h-xgfkv" 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-0qn6h-xgfkv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xgfkv" 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-0qn6h-xgfkv 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-0qn6h-xgfkv" 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-0qn6h-xgfkv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xgfkv" 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-0qn6h-xgfkv" 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-0qn6h-xgfkv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xgfkv" 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) Running LegacyReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running LegacyReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running LegacyDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running LegacyInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec Running LegacyUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec [EL Info]: 2024.03.12 10:31:05.219--DatabaseSessionImpl(1873645004)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:31:05.248--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.255--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.262--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_1M_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.268--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_VALUE") [EL Warning]: 2024.03.12 10:31:05.275--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.281--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.287--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.293--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_ENT_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.299--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_MAP_KEY' Error Code: 1051 Call: DROP TABLE ENT_MAP_KEY Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_KEY") [EL Warning]: 2024.03.12 10:31:05.305--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.311--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.317--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.322--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.330--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_DIR_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_DIR_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.335--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_DIR_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_DIR_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.341--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.347--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE AGG_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.357--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.362--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE DIR_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.368--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_AGG_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_AGG_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.374--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_AGG_MAP_REL' Error Code: 1051 Call: DROP TABLE ENT_AGG_MAP_REL Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_REL") [EL Warning]: 2024.03.12 10:31:05.380--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE DE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE DE_OM_ENT_MAP_VALUE") [EL Warning]: 2024.03.12 10:31:05.386--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_1M_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.391--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE AE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE AE_OM_ENT_MAP_VALUE") [EL Warning]: 2024.03.12 10:31:05.397--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_1M_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.403--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EE_OM_ENT_MAP_VALUE' Error Code: 1051 Call: DROP TABLE EE_OM_ENT_MAP_VALUE Query: DataModifyQuery(sql="DROP TABLE EE_OM_ENT_MAP_VALUE") [EL Warning]: 2024.03.12 10:31:05.408--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DIR_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE DIR_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_U1M_MAP_HOLDER") [EL Warning]: 2024.03.12 10:31:05.414--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.AGG_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE AGG_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_U1M_MAP_HOLDER") [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [EL Warning]: 2024.03.12 10:31:05.419--DatabaseSessionImpl(1873645004)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ENT_ENT_U1M_MAP_HOLDER' Error Code: 1051 Call: DROP TABLE ENT_ENT_U1M_MAP_HOLDER Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_U1M_MAP_HOLDER") Running Direct Map Mapping Map Test Suite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec Running AggregateCollectionMapping Map Test Suite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec Running OneToManyMapping Map Test Suite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec Running UnidirectionalOneToManyMapping Map Test Suite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec Running ManyToManyMapping Map Test Suite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec [EL Info]: 2024.03.12 10:31:06.044--DatabaseSessionImpl(630775148)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running MappingReadObjectTestSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec Running MappingReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running MappingDeleteObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec Running MappingInsertObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec Running MappingUpdateObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec Running UnitOfWorkTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running MappingPublic1MTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec Running MappingPrivateMMTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 sec Running MappingTransformationTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running UnitOfWorkCommitResumeTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec Running BidirectionalUnitOfWorkTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running AdditionalJoinTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running BuildSelectionCriteriaTestSuite [EL Info]: 2024.03.12 10:31:08.081--DatabaseSessionImpl(1799095653)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:31:08.127--DatabaseSessionImpl(841892027)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:31:08.163--DatabaseSessionImpl(697065698)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec Running SameNamePrimaryKeyTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec [EL Info]: 2024.03.12 10:31:08.200--DatabaseSessionImpl(1243896294)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:31:08.622--DatabaseSessionImpl(1243896294)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [EL Info]: 2024.03.12 10:31:09.051--DatabaseSessionImpl(1243896294)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.941 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite Running CustomSQLReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running RefreshObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running CustomSQLUpdateObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running CustomSQLReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running CustomSQLInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running CustomSQLDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running SelectWithOutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere Tests run: 0, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.001 sec Running OutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running CustomSQLStoredProcedureTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in DB2, and not support jcc driver. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test intended for Sybase and SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 [EL Info]: 2024.03.12 10:31:09.530--ServerSession(791658264)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 3, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.031 sec Running CustomSQLStoredFunctionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running getStoredProcedureCallFromProjectXMLSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec Running getStoredFunctionCallFromProjectXMLSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle Tests run: 0, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.000 sec [EL Info]: 2024.03.12 10:31:09.566--DatabaseSessionImpl(125165228)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.839 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s -- in org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite Running EmployeeModel Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec Running InheritanceModel Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec Running AggregateModel [EL Warning]: 2024.03.12 10:31:14.797--UnitOfWork(1865463411)--Exception [EclipseLink-68] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@4f3966fb] 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)]) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-k4rft 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-0qn6h-k4rft" 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-0qn6h-k4rft, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k4rft" 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-0qn6h-k4rft 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-0qn6h-k4rft" 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-0qn6h-k4rft, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k4rft" 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-0qn6h-k4rft" 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-0qn6h-k4rft, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k4rft" 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) Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 sec Running InterfaceModel [EL Warning]: 2024.03.12 10:31:15.094--DatabaseSessionImpl(125165228)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec Running ExpressionPersistenceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running ReportQueryTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running QueryOptionTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [EL Warning]: 2024.03.12 10:31:16.231--DatabaseSessionImpl(125165228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h Query: DataReadQuery(name="queryTimeOutQuery" sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.038 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.186 s -- in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 s -- in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s -- in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-8t1ff 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-0qn6h-8t1ff" 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-0qn6h-8t1ff, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8t1ff" 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-0qn6h-8t1ff 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-0qn6h-8t1ff" 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-0qn6h-8t1ff, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8t1ff" 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-0qn6h-8t1ff" 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-0qn6h-8t1ff, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8t1ff" 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) [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [EL Warning]: 2024.03.12 10:31:26.243--DatabaseSessionImpl(125165228)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. Query: ReadObjectQuery(name="memoryQueryThrowExceptionQuery" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE (t1.EMP_ID = t0.EMP_ID)") Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.053 sec Running XMLReadAndWriteSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec Running MappingSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running ProxyIndirectionSuite Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test suite is intended for Oracle databases only. Running MappingTestModel [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 s -- in org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [EL Info]: 2024.03.12 10:31:27.874--DatabaseSessionImpl(468377358)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:31:27.917--DatabaseSessionImpl(500122697)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:31:27.950--DatabaseSessionImpl(1676243060)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.329 sec Running MultipleTableTestModel Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [EL Info]: 2024.03.12 10:31:28.026--DatabaseSessionImpl(868386030)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s -- in org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.543 s -- in org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 s -- in org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite Running EmployeeModel Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec Running InheritanceModel Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 sec Running AggregateModel [EL Warning]: 2024.03.12 10:31:34.705--UnitOfWork(245786826)--Exception [EclipseLink-68] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@3a53f573] 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)]) [INFO] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec Running InterfaceModel WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-bbvk7 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-0qn6h-bbvk7" 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-0qn6h-bbvk7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bbvk7" 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-0qn6h-bbvk7 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-0qn6h-bbvk7" 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-0qn6h-bbvk7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bbvk7" 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-0qn6h-bbvk7" 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-0qn6h-bbvk7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bbvk7" 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) [EL Warning]: 2024.03.12 10:31:34.995--DatabaseSessionImpl(868386030)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec Running ExpressionPersistenceTestSuite Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running ReportQueryTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running QueryOptionTestSuite Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@67e2d983 Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@3bbc39f8 Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@67e2d983 Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@ca263c2 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s -- in org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [EL Warning]: 2024.03.12 10:31:36.134--DatabaseSessionImpl(868386030)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request Error Code: 0 Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h Query: DataReadQuery(name="queryTimeOutQuery" sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [INFO] Tests run: 528, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.190 s -- in org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [EL Info]: 2024.03.12 03:31:39.919--DatabaseSessionImpl(868815265)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121028 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.894 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [EL Warning]: connection: 2024.03.12 03:31:42.584--Exception [EclipseLink-7100] (Eclipse Persistence Services - 5.0.0.v202403121028): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [XMLMarshallerTestSession;XMLMarshallerTestSession2] in the session.xml file [/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/test-classes/sessions.xml] [EL Warning]: connection: 2024.03.12 03:31:42.855--Exception [EclipseLink-7100] (Eclipse Persistence Services - 5.0.0.v202403121028): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [invalidSessionName] in the session.xml file [/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/test-classes/sessions.xml] Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 5.0.0.v202403121028): 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.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:441) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:266) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:245) 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: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.167 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-jnmm4 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-0qn6h-jnmm4" 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-0qn6h-jnmm4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jnmm4" 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-0qn6h-jnmm4 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-0qn6h-jnmm4" 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-0qn6h-jnmm4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jnmm4" 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-0qn6h-jnmm4" 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-0qn6h-jnmm4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jnmm4" 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) [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.822 s -- in org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [EL Warning]: 2024.03.12 10:31:46.143--DatabaseSessionImpl(868386030)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. Query: ReadObjectQuery(name="memoryQueryThrowExceptionQuery" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE (t1.EMP_ID = t0.EMP_ID)") Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.048 sec Running XMLReadAndWriteSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec Running MappingSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running ProxyIndirectionSuite Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test suite is intended for Oracle databases only. Running MappingTestModel [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.404 s -- in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [EL Info]: 2024.03.12 10:31:47.668--DatabaseSessionImpl(99490084)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:31:47.706--DatabaseSessionImpl(917184484)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:31:47.735--DatabaseSessionImpl(2048266287)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.287 sec Running MultipleTableTestModel Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running UnicodeSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec [EL Info]: 2024.03.12 10:31:48.004--DatabaseSessionImpl(925538610)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running IntegrationTestSuite Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 sec Running UTF8TestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running ReturningPolicyTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec Running SequencingTestSuite [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 s -- in org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec [EL Info]: 2024.03.12 10:31:48.913--DatabaseSessionImpl(739000057)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running Test table existence check [EL Warning]: 2024.03.12 10:31:48.941--DatabaseSessionImpl(739000057)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TCT_WATER' doesn't exist Error Code: 1146 Call: SELECT 1 FROM TCT_WATER Query: DataReadQuery(sql="SELECT 1 FROM TCT_WATER") Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [EL Info]: 2024.03.12 10:31:48.942--DatabaseSessionImpl(291519794)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [EL Info]: 2024.03.12 10:31:49.452--DatabaseSessionImpl(206974089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 s -- in org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Native batch writing is not supported on this database. [INFO] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite WARNING, some JDBC drivers may fail BatchUpdates. [EL Info]: 2024.03.12 10:31:50.596--DatabaseSessionImpl(1901011499)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec Running EmployeeUpdateObjectTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running EmployeeUOWBasicInsertObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running EmployeeReadAllTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec Running ExpressionTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec [EL Info]: 2024.03.12 10:31:51.482--DatabaseSessionImpl(934526907)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running OptimisticLockingTestSuite Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec Running CascadeOptimisticLockingTestSuite [EL Info]: 2024.03.12 10:31:52.283--DatabaseSessionImpl(1144700561)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec Running LockingExceptionTestSuite [EL Warning]: 2024.03.12 10:31:52.310--UnitOfWork(853804088)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@52ca3a4c] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 107 [EL Warning]: 2024.03.12 10:31:52.317--UnitOfWork(1066245744)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@4fb3c245] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 107 [EL Warning]: 2024.03.12 10:31:52.329--UnitOfWork(1559465706)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@31e003eb] cannot be deleted because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 104 [EL Warning]: 2024.03.12 10:31:52.343--UnitOfWork(1283671366)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@492dc834] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 108 [EL Warning]: 2024.03.12 10:31:52.356--UnitOfWork(1432735182)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@1e2dfad5] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 108 [EL Warning]: 2024.03.12 10:31:52.364--UnitOfWork(1235829037)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@5070770f] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 105 [EL Warning]: 2024.03.12 10:31:52.377--UnitOfWork(835182079)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@573ee157] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 110 [EL Warning]: 2024.03.12 10:31:52.389--UnitOfWork(388052582)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@7557d1db] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 109 [EL Warning]: 2024.03.12 10:31:52.394--UnitOfWork(784297262)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@2a719ce3] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 106 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec Running UpdateNullValueOptimisticLockingTestSuite [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.156 s -- in org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9077, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.5:test (test-oxm-deploymentxml) @ org.eclipse.persistence.core --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 sec [EL Info]: 2024.03.12 10:31:53.369--DatabaseSessionImpl(2131780297)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [EL Info]: 2024.03.12 10:31:54.594--DatabaseSessionImpl(1370394967)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s -- in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-mh7dz 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-0qn6h-mh7dz" 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-0qn6h-mh7dz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mh7dz" 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-0qn6h-mh7dz 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-0qn6h-mh7dz" 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-0qn6h-mh7dz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mh7dz" 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-0qn6h-mh7dz" 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-0qn6h-mh7dz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mh7dz" 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) [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [EL Info]: 2024.03.12 10:31:55.915--DatabaseSessionImpl(38842051)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.276 s -- in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [EL Info]: 2024.03.12 10:31:57.540--DatabaseSessionImpl(2023448892)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.474 s -- in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [EL Info]: 2024.03.12 10:31:58.800--DatabaseSessionImpl(61758525)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [EL Info]: 2024.03.12 10:32:00.100--DatabaseSessionImpl(2026935390)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:01.383--DatabaseSessionImpl(1337735989)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.340 s -- in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [EL Info]: 2024.03.12 10:32:02.938--DatabaseSessionImpl(1103293309)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [EL Info]: 2024.03.12 10:32:04.319--DatabaseSessionImpl(758395465)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-29106 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-0qn6h-29106" 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-0qn6h-29106, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-29106" 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-0qn6h-29106 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-0qn6h-29106" 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-0qn6h-29106, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-29106" 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-0qn6h-29106" 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-0qn6h-29106, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-29106" 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) [EL Info]: 2024.03.12 10:32:05.412--DatabaseSessionImpl(1505691093)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:06.662--DatabaseSessionImpl(1880259750)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.694 s -- in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [EL Warning]: 2024.03.12 10:32:07.726--DatabaseSessionImpl(1880259750)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_EMPLOYEE.MANAGED_ORDER] contains wrong values: [null, 0] Query: ReadAllQuery(name="managedEmployees" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.OWNER_EMP_ID, t0.F_NAME, t0.L_NAME, t1.SALARY, t0.MANAGER_ID, t0.VERSION, t0.MANAGED_ORDER FROM OL_EMPLOYEE t0, OL_SALARY t1 WHERE ((t0.MANAGER_ID = ?) AND (t1.OWNER_EMP_ID = t0.EMP_ID))") [EL Warning]: 2024.03.12 10:32:07.742--DatabaseSessionImpl(1880259750)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_CHILD.CHILDREN_ORDER] contains wrong values: [1, null] Query: ReadAllQuery(name="children" referenceClass=Child sql="SELECT t0.CHILD_ID, t1.OWNER_CHILD_ID, t1.ALLOWANCE, t0.F_NAME, t0.L_NAME, t0.CHILDREN_ORDER FROM OL_CHILD t0, OL_ALLOWANCE t1 WHERE ((t0.PARENT_ID = ?) AND (t1.OWNER_CHILD_ID = t0.CHILD_ID))") [EL Warning]: 2024.03.12 10:32:07.758--DatabaseSessionImpl(1880259750)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_PROJ_EMP.PROJ_ORDER] contains wrong values: [1, 5] Query: ReadAllQuery(name="projects" referenceClass=Project sql="SELECT DISTINCT t1.PROJ_TYPE FROM OL_PROJ_EMP t0, OL_PROJECT t1 WHERE ((t0.EMP_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID))") [EL Warning]: 2024.03.12 10:32:07.770--DatabaseSessionImpl(1880259750)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_RESPONS.RESPONS_ORDER] contains wrong values: [0, 0] Query: DirectReadQuery(name="responsibilitiesList" sql="SELECT t0.DESCRIP, t0.RESPONS_ORDER FROM OL_RESPONS t0 WHERE (t0.EMP_ID = ?)") [EL Info]: 2024.03.12 10:32:07.797--DatabaseSessionImpl(2045747936)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:09.051--DatabaseSessionImpl(194566591)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:09.979--DatabaseSessionImpl(1883998954)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:11.224--DatabaseSessionImpl(1031855724)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:12.457--DatabaseSessionImpl(1854627830)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:13.809--DatabaseSessionImpl(1207236213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-wplhf 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-0qn6h-wplhf" 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-0qn6h-wplhf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wplhf" 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-0qn6h-wplhf 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-0qn6h-wplhf" 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-0qn6h-wplhf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wplhf" 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-0qn6h-wplhf" 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-0qn6h-wplhf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wplhf" 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) [EL Info]: 2024.03.12 10:32:15.078--DatabaseSessionImpl(80235612)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:16.256--DatabaseSessionImpl(310506395)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:17.091--DatabaseSessionImpl(16345209)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:18.214--DatabaseSessionImpl(437706821)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:19.316--DatabaseSessionImpl(360735650)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:20.472--DatabaseSessionImpl(1700289722)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:21.657--DatabaseSessionImpl(1446292478)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:21.669--DatabaseSessionImpl(708268473)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:32:21.684--DatabaseSessionImpl(708268473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STUDENT2' Error Code: 1051 Call: DROP TABLE STUDENT2 Query: DataModifyQuery(sql="DROP TABLE STUDENT2") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported on this Database [EL Warning]: 2024.03.12 10:32:21.717--DatabaseSessionImpl(708268473)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") Running OwnershipReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running OwnershipReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running OwnershipDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running OwnershipInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running OwnershipUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running OwnershipUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec [EL Info]: 2024.03.12 10:32:21.988--DatabaseSessionImpl(440702932)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running BatchWriteTests Native batch writing is not supported on this database. WARNING, some JDBC drivers may fail BatchUpdates. [EL Warning]: sql: 2024.03.12 10:32:22.667--DatabaseSessionImpl(440702932)--Missing Query parameter for named argument: 1 "null" will be substituted. [EL Warning]: 2024.03.12 10:32:22.669--UnitOfWork(1135980031)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT ?, 10160, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b bind => [1 parameter bound] Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:32:22.673--UnitOfWork(863476791)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10170, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:32:22.675--UnitOfWork(919863132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (f_name, emp_id, version) SELECT 'first', 10180, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 10180, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:32:22.678--UnitOfWork(1986307777)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10190, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10190, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. Native batch writing is not supported on this database. [EL Warning]: 2024.03.12 10:32:22.681--UnitOfWork(1484254388)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Not unique table/alias: 'b' Error Code: 1066 Call: insert into employee (emp_id, version) SELECT 10200, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10200, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") Native batch writing is not supported on this database. QueryTimeoutBatch test completed without timeout. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec [EL Warning]: 2024.03.12 10:32:22.717--UnitOfWork(1213901292)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: No operations allowed after statement closed. Error Code: 0 Query: InsertObjectQuery(Address: , city203, province203, ) [EL Info]: 2024.03.12 10:32:22.720--DatabaseSessionImpl(409441781)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:32:22.765--DatabaseSessionImpl(409441781)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-m4ghx 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-0qn6h-m4ghx" 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-0qn6h-m4ghx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m4ghx" 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-0qn6h-m4ghx 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-0qn6h-m4ghx" 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-0qn6h-m4ghx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m4ghx" 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-0qn6h-m4ghx" 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-0qn6h-m4ghx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m4ghx" 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) [EL Info]: 2024.03.12 10:32:25.274--ServerSession(2023614830)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running UnitOfWorkTestSuite [EL Warning]: 2024.03.12 10:32:25.330--UnitOfWork(280789191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1451' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024.03.12 10:32:25.337--UnitOfWork(980816122)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Jill May], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024.03.12 10:32:25.555--UnitOfWork(210597649)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 10,212 [EL Warning]: 2024.03.12 10:32:25.621--UnitOfWork(873172398)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): 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()) [734,288,757], 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.03.12 10:32:25.622--UnitOfWork(1875744824)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,346,896,918], 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.03.12 10:32:25.627--UnitOfWork(1357169661)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 10,201 [EL Warning]: 2024.03.12 10:32:25.660--UnitOfWork(1574123767)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 10,212 [EL Warning]: 2024.03.12 10:32:25.784--UnitOfWork(1318059389)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): 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()) [545,957,073], 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.03.12 10:32:25.933--UnitOfWork(1851650090)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1505' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024.03.12 10:32:25.963--UnitOfWork(420240957)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024.03.12 10:32:25.988--UnitOfWork(777955605)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): 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,434,921,729], 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: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.716 sec [EL Info]: 2024.03.12 10:32:26.018--DatabaseSessionImpl(2096076164)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running Read Tests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running Write/Update Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running UnitOfWork Tests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running Delete Tests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running Proxy Object Tests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [EL Info]: 2024.03.12 10:32:26.207--DatabaseSessionImpl(216330681)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running QueryAndSQLCountingTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform Tests run: 24, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 1.636 sec [EL Info]: 2024.03.12 10:32:28.284--DatabaseSessionImpl(1164212974)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:32:28.327--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_PROMO' Error Code: 1051 Call: DROP TABLE RO_PROMO Query: DataModifyQuery(sql="DROP TABLE RO_PROMO") [EL Warning]: 2024.03.12 10:32:28.334--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ACTOR' Error Code: 1051 Call: DROP TABLE RO_ACTOR Query: DataModifyQuery(sql="DROP TABLE RO_ACTOR") [EL Warning]: 2024.03.12 10:32:28.342--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_MOV' Error Code: 1051 Call: DROP TABLE ACT_MOV Query: DataModifyQuery(sql="DROP TABLE ACT_MOV") [EL Warning]: 2024.03.12 10:32:28.348--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ACT_CHA' Error Code: 1051 Call: DROP TABLE ACT_CHA Query: DataModifyQuery(sql="DROP TABLE ACT_CHA") [EL Warning]: 2024.03.12 10:32:28.355--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_ADDR' Error Code: 1051 Call: DROP TABLE RO_ADDR Query: DataModifyQuery(sql="DROP TABLE RO_ADDR") [EL Warning]: 2024.03.12 10:32:28.361--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CHARITY' Error Code: 1051 Call: DROP TABLE CHARITY Query: DataModifyQuery(sql="DROP TABLE CHARITY") [EL Warning]: 2024.03.12 10:32:28.367--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.HOLLYWOODAGENT' Error Code: 1051 Call: DROP TABLE HOLLYWOODAGENT Query: DataModifyQuery(sql="DROP TABLE HOLLYWOODAGENT") [EL Warning]: 2024.03.12 10:32:28.373--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.RO_MOVIE' Error Code: 1051 Call: DROP TABLE RO_MOVIE Query: DataModifyQuery(sql="DROP TABLE RO_MOVIE") [EL Warning]: 2024.03.12 10:32:28.380--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COUNTRY' Error Code: 1051 Call: DROP TABLE COUNTRY Query: DataModifyQuery(sql="DROP TABLE COUNTRY") [EL Warning]: 2024.03.12 10:32:28.385--DatabaseSessionImpl(1164212974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEFAULT_READ_ONLY' Error Code: 1051 Call: DROP TABLE DEFAULT_READ_ONLY Query: DataModifyQuery(sql="DROP TABLE DEFAULT_READ_ONLY") Running ReadOnlyReadTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ReadOnlyClassesTestSuite [EL Warning]: 2024.03.12 10:32:30.648--UnitOfWork(1042441631)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot delete an object of a read-only class. The class [class org.eclipse.persistence.testing.models.readonly.Country] is declared as read-only in this UnitOfWork. Query: DeleteObjectQuery(Country(Russia) ) [EL Warning]: 2024.03.12 10:32:30.650--UnitOfWork(1770264262)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot delete an object of a read-only class. The class [class org.eclipse.persistence.testing.models.readonly.Country] is declared as read-only in this UnitOfWork. Query: DeleteObjectQuery(Country(Russia) ) Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec Running BidirectionalMMDeleteTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec [EL Info]: 2024.03.12 10:32:30.675--DatabaseSessionImpl(1528910107)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EJB Relationship Support Testsuite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec [EL Info]: 2024.03.12 10:32:30.889--DatabaseSessionImpl(201895682)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:31.072--DatabaseSessionImpl(1772909502)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running Sessions.xml validation tests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [EL Info]: 2024.03.12 10:32:31.690--DatabaseSessionImpl(1296011993)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running Sessions.xml standard loading tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec Running sessions.xml with RCM loading tests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec Running SessionManager tests [EL Warning]: connection: 2024.03.12 10:32:32.044--Exception [EclipseLink-7100] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [SessionShouldNotBeFound] in the session.xml file [/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/target/test-classes/org/eclipse/persistence/testing/models/sessionsxml/XMLSchemaSession.xml] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec Running XML Schema tests [EL Info]: 2024.03.12 10:32:32.231--SessionBroker(306741639)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 10:32:32 AM org.eclipse.persistence.session.EmployeeSession INFO: EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:32.560--DatabaseSessionImpl(1937042733)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.846 sec [EL Info]: 2024.03.12 10:32:32.905--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.88 s -- in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nng84 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-0qn6h-nng84" 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-0qn6h-nng84, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nng84" 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-0qn6h-nng84 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-0qn6h-nng84" 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-0qn6h-nng84, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nng84" 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-0qn6h-nng84" 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-0qn6h-nng84, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nng84" 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) [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.768 s -- in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-lmwjj 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-0qn6h-lmwjj" 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-0qn6h-lmwjj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lmwjj" 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-0qn6h-lmwjj 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-0qn6h-lmwjj" 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-0qn6h-lmwjj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lmwjj" 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-0qn6h-lmwjj" 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-0qn6h-lmwjj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lmwjj" 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) [EL Info]: 2024.03.12 10:32:45.583--ServerSession(451829343)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.858 s -- in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-vlqmr 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-0qn6h-vlqmr" 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-0qn6h-vlqmr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vlqmr" 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-0qn6h-vlqmr 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-0qn6h-vlqmr" 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-0qn6h-vlqmr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vlqmr" 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-0qn6h-vlqmr" 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-0qn6h-vlqmr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vlqmr" 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) Running Employee Multithread Test Suite [EL Info]: 2024.03.12 10:32:55.640--ServerSession(1754587546)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:55.717--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec Running About to Update Multithread Test Suite [EL Info]: 2024.03.12 10:32:55.730--ServerSession(72439275)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:55.818--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec Running DescriptorQueryManagerAddQueryTest [EL Info]: 2024.03.12 10:32:55.828--ServerSession(609461011)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.249 s -- in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [EL Info]: 2024.03.12 10:32:58.843--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.032 sec Running QueryCacheMultithreadedTest [EL Info]: 2024.03.12 10:32:58.861--ServerSession(229944385)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:32:58.909--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-0168s 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-0qn6h-0168s" 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-0qn6h-0168s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0168s" 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-0qn6h-0168s 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-0qn6h-0168s" 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-0qn6h-0168s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0168s" 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-0qn6h-0168s" 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-0qn6h-0168s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0168s" 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) [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.304 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-38ncj 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-0qn6h-38ncj" 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-0qn6h-38ncj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-38ncj" 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-0qn6h-38ncj 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-0qn6h-38ncj" 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-0qn6h-38ncj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-38ncj" 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-0qn6h-38ncj" 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-0qn6h-38ncj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-38ncj" 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) [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.660 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.192 s -- in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.054 s -- in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-x60nq 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-0qn6h-x60nq" 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-0qn6h-x60nq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x60nq" 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-0qn6h-x60nq 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-0qn6h-x60nq" 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-0qn6h-x60nq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x60nq" 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-0qn6h-x60nq" 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-0qn6h-x60nq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x60nq" 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-0qn6h-342vr 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-0qn6h-342vr" 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-0qn6h-342vr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-342vr" 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-0qn6h-342vr 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-0qn6h-342vr" 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-0qn6h-342vr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-342vr" 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-0qn6h-342vr" 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-0qn6h-342vr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-342vr" 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) [INFO] Tests run: 788, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.74 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-sbsbc 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-0qn6h-sbsbc" 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-0qn6h-sbsbc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sbsbc" 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-0qn6h-sbsbc 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-0qn6h-sbsbc" 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-0qn6h-sbsbc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sbsbc" 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-0qn6h-sbsbc" 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-0qn6h-sbsbc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sbsbc" 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-0qn6h-22rbk 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-0qn6h-22rbk" 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-0qn6h-22rbk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-22rbk" 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-0qn6h-22rbk 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-0qn6h-22rbk" 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-0qn6h-22rbk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-22rbk" 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-0qn6h-22rbk" 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-0qn6h-22rbk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-22rbk" 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) [EL Info]: 2024.03.12 10:33:46.999--ServerSession(55989311)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:33:52.057--ServerSession(821597497)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:33:52.100--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:33:52.112--ServerSession(172687612)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.71 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [EL Info]: 2024.03.12 10:34:02.134--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:34:02.209--ServerSession(196587998)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-bcwzk 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-0qn6h-bcwzk" 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-0qn6h-bcwzk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bcwzk" 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-0qn6h-bcwzk 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-0qn6h-bcwzk" 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-0qn6h-bcwzk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bcwzk" 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-0qn6h-bcwzk" 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-0qn6h-bcwzk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bcwzk" 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) [EL Info]: 2024.03.12 10:34:12.403--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:34:12.416--ServerSession(2013303665)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-r7qjc 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-0qn6h-r7qjc" 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-0qn6h-r7qjc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r7qjc" 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-0qn6h-r7qjc 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-0qn6h-r7qjc" 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-0qn6h-r7qjc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r7qjc" 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-0qn6h-r7qjc" 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-0qn6h-r7qjc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r7qjc" 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) [EL Info]: 2024.03.12 10:34:23.514--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:34:23.533--ServerSession(1344489773)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-fjb70 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-0qn6h-fjb70" 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-0qn6h-fjb70, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fjb70" 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-0qn6h-fjb70 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-0qn6h-fjb70" 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-0qn6h-fjb70, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fjb70" 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-0qn6h-fjb70" 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-0qn6h-fjb70, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fjb70" 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-0qn6h-k0ldr 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-0qn6h-k0ldr" 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-0qn6h-k0ldr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k0ldr" 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-0qn6h-k0ldr 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-0qn6h-k0ldr" 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-0qn6h-k0ldr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k0ldr" 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-0qn6h-k0ldr" 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-0qn6h-k0ldr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k0ldr" 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) [EL Info]: 2024.03.12 10:34:35.009--DatabaseSessionImpl(1969550820)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-5pzdb 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-0qn6h-5pzdb" 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-0qn6h-5pzdb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5pzdb" 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-0qn6h-5pzdb 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-0qn6h-5pzdb" 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-0qn6h-5pzdb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5pzdb" 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-0qn6h-5pzdb" 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-0qn6h-5pzdb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5pzdb" 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) [EL Info]: 2024.03.12 10:34:45.580--DatabaseSessionImpl(33711018)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running Basic Stored Procedure Generator test suite [EL Warning]: 2024.03.12 10:34:46.129--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SEQ_SEL does not exist Error Code: 1305 Call: DROP PROCEDURE SEQ_SEL Query: DataModifyQuery(sql="DROP PROCEDURE SEQ_SEL") [EL Warning]: 2024.03.12 10:34:46.148--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE INS_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE INS_MenuItem") [EL Warning]: 2024.03.12 10:34:46.167--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE UPD_MenuItem") [EL Warning]: 2024.03.12 10:34:46.173--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE DEL_MenuItem") [EL Warning]: 2024.03.12 10:34:46.179--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE READ_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE READ_MenuItem") [EL Warning]: 2024.03.12 10:34:46.185--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_MenuItem does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_MenuItem Query: DataModifyQuery(sql="DROP PROCEDURE RALL_MenuItem") [EL Warning]: 2024.03.12 10:34:46.198--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE INS_Restaurant") [EL Warning]: 2024.03.12 10:34:46.209--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Restaurant") [EL Warning]: 2024.03.12 10:34:46.215--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Restaurant") [EL Warning]: 2024.03.12 10:34:46.225--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE READ_Restaurant") [EL Warning]: 2024.03.12 10:34:46.234--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Restaurant does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Restaurant Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Restaurant") [EL Warning]: 2024.03.12 10:34:46.253--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Restaurant_waiters does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Restaurant_waiters Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_waiters") [EL Warning]: 2024.03.12 10:34:46.255--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Restaurant_waiters does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Restaurant_waiters Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_waiters") [EL Warning]: 2024.03.12 10:34:46.257--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Restaurant_menus does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Restaurant_menus Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_menus") [EL Warning]: 2024.03.12 10:34:46.259--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Restaurant_menus does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Restaurant_menus Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_menus") [EL Warning]: 2024.03.12 10:34:46.274--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Location does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Location Query: DataModifyQuery(sql="DROP PROCEDURE INS_Location") [EL Warning]: 2024.03.12 10:34:46.290--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Location does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Location Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Location") [EL Warning]: 2024.03.12 10:34:46.297--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Location does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Location Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Location") [EL Warning]: 2024.03.12 10:34:46.303--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Location does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Location Query: DataModifyQuery(sql="DROP PROCEDURE READ_Location") [EL Warning]: 2024.03.12 10:34:46.310--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Location does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Location Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Location") [EL Warning]: 2024.03.12 10:34:46.324--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Menu Query: DataModifyQuery(sql="DROP PROCEDURE INS_Menu") [EL Warning]: 2024.03.12 10:34:46.339--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Menu Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Menu") [EL Warning]: 2024.03.12 10:34:46.345--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Menu Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Menu") [EL Warning]: 2024.03.12 10:34:46.354--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Menu Query: DataModifyQuery(sql="DROP PROCEDURE READ_Menu") [EL Warning]: 2024.03.12 10:34:46.365--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Menu does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Menu Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Menu") [EL Warning]: 2024.03.12 10:34:46.383--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.R_1M_Menu_items does not exist Error Code: 1305 Call: DROP PROCEDURE R_1M_Menu_items Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Menu_items") [EL Warning]: 2024.03.12 10:34:46.387--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.D_1M_Menu_items does not exist Error Code: 1305 Call: DROP PROCEDURE D_1M_Menu_items Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Menu_items") [EL Warning]: 2024.03.12 10:34:46.412--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Person does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Person Query: DataModifyQuery(sql="DROP PROCEDURE INS_Person") [EL Warning]: 2024.03.12 10:34:46.431--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Person does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Person Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Person") [EL Warning]: 2024.03.12 10:34:46.437--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Person does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Person Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Person") [EL Warning]: 2024.03.12 10:34:46.444--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Person does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Person Query: DataModifyQuery(sql="DROP PROCEDURE READ_Person") [EL Warning]: 2024.03.12 10:34:46.450--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Person does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Person Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Person") [EL Warning]: 2024.03.12 10:34:46.469--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Diner Query: DataModifyQuery(sql="DROP PROCEDURE INS_Diner") [EL Warning]: 2024.03.12 10:34:46.488--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Diner Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Diner") [EL Warning]: 2024.03.12 10:34:46.494--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Diner Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Diner") [EL Warning]: 2024.03.12 10:34:46.500--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Diner Query: DataModifyQuery(sql="DROP PROCEDURE READ_Diner") [EL Warning]: 2024.03.12 10:34:46.507--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Diner does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Diner Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Diner") [EL Warning]: 2024.03.12 10:34:46.531--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.INS_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE INS_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE INS_Waiter") [EL Warning]: 2024.03.12 10:34:46.561--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.UPD_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE UPD_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Waiter") [EL Warning]: 2024.03.12 10:34:46.567--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DEL_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE DEL_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Waiter") [EL Warning]: 2024.03.12 10:34:46.573--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.READ_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE READ_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE READ_Waiter") [EL Warning]: 2024.03.12 10:34:46.578--DatabaseSessionImpl(33711018)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.RALL_Waiter does not exist Error Code: 1305 Call: DROP PROCEDURE RALL_Waiter Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Waiter") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 sec [EL Info]: 2024.03.12 10:34:46.605--DatabaseSessionImpl(1147657402)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: TopLink batch writing is not supported on this database. Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectListTestDatabase Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 sec Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectMapTestDatabase Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectSetTestDatabase Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 sec Running CustomIndirectContainerTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running BidirectionalRelationshipTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running NullDelegateInValueHolderTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec WARNING, some JDBC drivers may fail BatchUpdates. [EL Info]: 2024.03.12 10:34:48.742--DatabaseSessionImpl(1846385068)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:34:48.756--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BOOLEANS' Error Code: 1051 Call: DROP TABLE BOOLEANS Query: DataModifyQuery(sql="DROP TABLE BOOLEANS") [EL Warning]: 2024.03.12 10:34:48.768--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TIMEDATE' Error Code: 1051 Call: DROP TABLE TIMEDATE Query: DataModifyQuery(sql="DROP TABLE TIMEDATE") [EL Warning]: 2024.03.12 10:34:48.779--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STRINGS' Error Code: 1051 Call: DROP TABLE STRINGS Query: DataModifyQuery(sql="DROP TABLE STRINGS") [EL Warning]: 2024.03.12 10:34:48.787--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.NUMBERS' Error Code: 1051 Call: DROP TABLE NUMBERS Query: DataModifyQuery(sql="DROP TABLE NUMBERS") [EL Warning]: 2024.03.12 10:34:48.798--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CLOBS' Error Code: 1051 Call: DROP TABLE CLOBS Query: DataModifyQuery(sql="DROP TABLE CLOBS") [EL Warning]: 2024.03.12 10:34:48.805--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.BLOBS' Error Code: 1051 Call: DROP TABLE BLOBS Query: DataModifyQuery(sql="DROP TABLE BLOBS") [EL Warning]: 2024.03.12 10:34:48.812--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.UUIDS' Error Code: 1051 Call: DROP TABLE UUIDS Query: DataModifyQuery(sql="DROP TABLE UUIDS") Running Boolean Types Test Suite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running Date & Time Types Test Suite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running String Types Test Suite [EL Warning]: 2024.03.12 10:34:48.879--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Trailing blanks were removed from char field. Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.016 sec Running Numeric Types Test Suite [EL Warning]: 2024.03.12 10:34:48.897--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MINIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [EL Warning]: 2024.03.12 10:34:48.899--DatabaseSessionImpl(1846385068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MAXIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. Tests run: 1, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.013 sec Running BLOB Types Test Suite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec Running CLOB Types Test Suite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running UUID Types Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2024.03.12 10:34:48.991--DatabaseSessionImpl(1325659393)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running Boolean Types Test Suite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running Date & Time Types Test Suite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running String Types Test Suite [EL Warning]: 2024.03.12 10:34:49.119--DatabaseSessionImpl(1325659393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 Error Code: 1406 Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) bind => [3 parameters bound] Query: WriteObjectQuery(StringTester(Too Long)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Trailing blanks were removed from char field. Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.017 sec Running Numeric Types Test Suite [EL Warning]: 2024.03.12 10:34:49.134--DatabaseSessionImpl(1325659393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MINIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [EL Warning]: 2024.03.12 10:34:49.137--DatabaseSessionImpl(1325659393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 Error Code: 1264 Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [15 parameters bound] Query: WriteObjectQuery(NumericTester(MAXIMUM)) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. Tests run: 1, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.011 sec Running BLOB Types Test Suite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running CLOB Types Test Suite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running UUID Types Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2024.03.12 10:34:49.195--DatabaseSessionImpl(515693624)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running EmployeeReadObjectTestSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running EmployeeComplexUpdateTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running EmployeeUOWBasicInsertObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running EmployeeDeleteObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running EmployeeReadAllTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec [EL Info]: 2024.03.12 10:34:49.526--DatabaseSessionImpl(970298097)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:34:49.694--DatabaseSessionImpl(970298097)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [INFO] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.36 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [EL Info]: 2024.03.12 10:34:52.299--ServerSession(1439843980)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running UnitOfWorkTestSuite [EL Warning]: 2024.03.12 10:34:52.363--UnitOfWork(925130166)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '15451' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024.03.12 10:34:52.372--UnitOfWork(2064364444)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Bob Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024.03.12 10:34:52.570--UnitOfWork(2128237733)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,251 [EL Warning]: 2024.03.12 10:34:52.629--UnitOfWork(182818014)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,276,188,040], 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.03.12 10:34:52.629--UnitOfWork(37492747)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Habs Place, Montreal, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,061,082,656], 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.03.12 10:34:52.634--UnitOfWork(1053238369)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,251 [EL Warning]: 2024.03.12 10:34:52.664--UnitOfWork(182802298)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,251 [EL Warning]: 2024.03.12 10:34:52.799--UnitOfWork(1308665194)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Bob Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [987,939,497], 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.03.12 10:34:52.952--UnitOfWork(839284647)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1845' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024.03.12 10:34:52.998--UnitOfWork(502734025)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024.03.12 10:34:53.024--UnitOfWork(945071624)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,392,452,429], 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: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.720 sec [EL Info]: 2024.03.12 10:34:53.051--DatabaseSessionImpl(1928176648)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:34:53.145--DatabaseSessionImpl(1928176648)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-zc7v0 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-0qn6h-zc7v0" 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-0qn6h-zc7v0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zc7v0" 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-0qn6h-zc7v0 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-0qn6h-zc7v0" 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-0qn6h-zc7v0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zc7v0" 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-0qn6h-zc7v0" 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-0qn6h-zc7v0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zc7v0" 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) [EL Info]: 2024.03.12 10:34:55.958--ServerSession(1604752186)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:34:56.019--UnitOfWork(1077467956)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Betty Jones], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024.03.12 10:34:56.117--UnitOfWork(2100925088)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,359 [EL Warning]: 2024.03.12 10:34:56.125--UnitOfWork(174733068)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Chocolate Drive, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,138,962,036], 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.03.12 10:34:56.126--UnitOfWork(15423859)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 2 Anderson Rd., Metcalfe, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [357,431,921], 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.03.12 10:34:56.129--UnitOfWork(1321183969)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Betty Jones] 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> 24,351 [EL Warning]: 2024.03.12 10:34:56.138--UnitOfWork(595263426)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,359 [EL Warning]: 2024.03.12 10:34:56.186--UnitOfWork(217803711)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Betty Jones], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [130,325,866], 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.03.12 10:35:01.343--UnitOfWork(1758435503)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1949' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-d89ck 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-0qn6h-d89ck" 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-0qn6h-d89ck, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d89ck" 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-0qn6h-d89ck 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-0qn6h-d89ck" 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-0qn6h-d89ck, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d89ck" 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-0qn6h-d89ck" 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-0qn6h-d89ck, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d89ck" 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) [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.70 s -- in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.423 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.992 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-481bg 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-0qn6h-481bg" 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-0qn6h-481bg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-481bg" 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-0qn6h-481bg 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-0qn6h-481bg" 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-0qn6h-481bg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-481bg" 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-0qn6h-481bg" 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-0qn6h-481bg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-481bg" 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) [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.049 s -- in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nk524 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-0qn6h-nk524" 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-0qn6h-nk524, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nk524" 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-0qn6h-nk524 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-0qn6h-nk524" 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-0qn6h-nk524, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nk524" 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-0qn6h-nk524" 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-0qn6h-nk524, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nk524" 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) [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.457 s -- in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.075 s -- in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.225 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [EL Warning]: 2024.03.12 10:35:31.383--UnitOfWork(562756610)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024.03.12 10:35:31.457--UnitOfWork(656448281)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [362,602,819], 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 Info]: 2024.03.12 10:35:31.471--DatabaseSessionImpl(1565996144)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:35:31.523--DatabaseSessionImpl(1565996144)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024.03.12 10:35:34.139--ServerSession(650754622)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running UnitOfWorkTestSuite [EL Warning]: 2024.03.12 10:35:34.188--UnitOfWork(1473950880)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '15651' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024.03.12 10:35:34.194--UnitOfWork(549097912)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Sarah Way], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024.03.12 10:35:34.353--UnitOfWork(1499780806)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,455 [EL Warning]: 2024.03.12 10:35:34.403--UnitOfWork(1993446009)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 3254 Real Cold Place, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,618,916,481], 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.03.12 10:35:34.403--UnitOfWork(1944084642)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 12 Merival Rd., suite 5, Ottawa, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,013,258,677], 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.03.12 10:35:34.407--UnitOfWork(1826652937)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Sarah Way] 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> 24,451 [EL Warning]: 2024.03.12 10:35:34.432--UnitOfWork(571656287)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,455 [EL Warning]: 2024.03.12 10:35:34.542--UnitOfWork(1598709807)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Sarah Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,723,254,554], 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.03.12 10:35:34.738--UnitOfWork(1379866693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2096' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024.03.12 10:35:34.765--UnitOfWork(2086259472)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024.03.12 10:35:34.813--UnitOfWork(1449274621)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 3254 Real Cold Place, Prince Rupert, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [387,924,560], 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: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.677 sec [EL Info]: 2024.03.12 10:35:34.843--DatabaseSessionImpl(1537163392)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-b7522 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-0qn6h-b7522" 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-0qn6h-b7522, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b7522" 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-0qn6h-b7522 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-0qn6h-b7522" 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-0qn6h-b7522, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b7522" 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-0qn6h-b7522" 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-0qn6h-b7522, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b7522" 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) [EL Warning]: 2024.03.12 10:35:34.918--DatabaseSessionImpl(1537163392)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024.03.12 10:35:37.818--ServerSession(970401031)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:35:37.868--UnitOfWork(1279786524)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Betty Jones], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024.03.12 10:35:38.123--UnitOfWork(676485267)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,557 [EL Warning]: 2024.03.12 10:35:38.150--UnitOfWork(2141945263)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Chocolate Drive, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,290,706,089], 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.03.12 10:35:38.151--UnitOfWork(258969784)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): 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()) [106,716,422], 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.03.12 10:35:38.154--UnitOfWork(754661649)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Betty Jones] 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> 24,551 [EL Warning]: 2024.03.12 10:35:38.175--UnitOfWork(512431572)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,557 [EL Warning]: 2024.03.12 10:35:38.258--UnitOfWork(1424032340)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Betty Jones], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [729,392,160], 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. [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.870 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.767 s -- in org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [EL Warning]: 2024.03.12 10:35:43.465--UnitOfWork(359462024)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2195' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.550 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-2xb5t 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-0qn6h-2xb5t" 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-0qn6h-2xb5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2xb5t" 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-0qn6h-2xb5t 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-0qn6h-2xb5t" 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-0qn6h-2xb5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2xb5t" 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-0qn6h-2xb5t" 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-0qn6h-2xb5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2xb5t" 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) Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 5.0.0.v202403121028): 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.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:441) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:266) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:245) 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 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: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.770 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.393 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-fq84r 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-0qn6h-fq84r" 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-0qn6h-fq84r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fq84r" 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-0qn6h-fq84r 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-0qn6h-fq84r" 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-0qn6h-fq84r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fq84r" 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-0qn6h-fq84r" 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-0qn6h-fq84r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fq84r" 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) [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.985 s -- in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7009, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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] 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.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.580 s -- in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.700 s -- in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s -- in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-bjvdx 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-0qn6h-bjvdx" 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-0qn6h-bjvdx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bjvdx" 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-0qn6h-bjvdx 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-0qn6h-bjvdx" 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-0qn6h-bjvdx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bjvdx" 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-0qn6h-bjvdx" 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-0qn6h-bjvdx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bjvdx" 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) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 s -- in org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s -- in org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 s -- in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 s -- in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s -- in org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s -- in org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-8scjb 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-0qn6h-8scjb" 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-0qn6h-8scjb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8scjb" 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-0qn6h-8scjb 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-0qn6h-8scjb" 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-0qn6h-8scjb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8scjb" 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-0qn6h-8scjb" 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-0qn6h-8scjb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8scjb" 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) [EL Warning]: 2024.03.12 10:36:13.496--UnitOfWork(192834177)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024.03.12 10:36:13.574--UnitOfWork(2056695190)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,119,515,897], 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 Info]: 2024.03.12 10:36:13.598--DatabaseSessionImpl(364329269)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:36:13.636--DatabaseSessionImpl(364329269)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024.03.12 10:36:16.593--ServerSession(1373562336)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running UnitOfWorkTestSuite [EL Warning]: 2024.03.12 10:36:16.658--UnitOfWork(1994289925)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '15851' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024.03.12 10:36:16.665--UnitOfWork(1082226486)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Bob Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024.03.12 10:36:17.024--UnitOfWork(1221441297)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,651 [INFO] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.217 s -- in org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [EL Warning]: 2024.03.12 10:36:17.109--UnitOfWork(721870310)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,320,711,208], 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.03.12 10:36:17.110--UnitOfWork(779687584)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 12 Merival Rd., suite 5, Ottawa, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,348,473,637], 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.03.12 10:36:17.113--UnitOfWork(2057082973)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,651 [EL Warning]: 2024.03.12 10:36:17.160--UnitOfWork(256233321)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,651 [EL Warning]: 2024.03.12 10:36:17.298--UnitOfWork(1879582482)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Bob Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [754,574,257], 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.03.12 10:36:17.519--UnitOfWork(1739786652)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2346' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024.03.12 10:36:17.549--UnitOfWork(103164151)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202403121018): 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)]) [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024.03.12 10:36:17.575--UnitOfWork(214763500)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,198,005,346], 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: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.968 sec [EL Info]: 2024.03.12 10:36:17.600--DatabaseSessionImpl(374649883)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:36:17.636--DatabaseSessionImpl(374649883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.OBJECT_A' doesn't exist Error Code: 1146 Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [EL Info]: 2024.03.12 10:36:20.425--ServerSession(1590743046)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running UnitOfWorkTestSuite [EL Warning]: 2024.03.12 10:36:20.479--UnitOfWork(2098286019)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '15951' for key 'ADDRESS.PRIMARY' Error Code: 1062 Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) bind => [6 parameters bound] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [EL Warning]: 2024.03.12 10:36:20.486--UnitOfWork(458840135)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Sarah Way], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2024.03.12 10:36:20.635--UnitOfWork(235502088)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,761 [EL Warning]: 2024.03.12 10:36:20.687--UnitOfWork(229031025)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 3254 Real Cold Place, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,036,240,256], 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.03.12 10:36:20.687--UnitOfWork(1786447124)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 234 I'm Lost Lane, Perth, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,601,908,508], 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.03.12 10:36:20.692--UnitOfWork(1612349184)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Sarah Way] 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> 24,751 [EL Warning]: 2024.03.12 10:36:20.722--UnitOfWork(1005497852)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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> 24,761 [EL Warning]: 2024.03.12 10:36:20.846--UnitOfWork(828687952)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Sarah Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [2,090,631,385], 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.03.12 10:36:20.999--UnitOfWork(1288454507)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2445' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2024.03.12 10:36:21.027--UnitOfWork(2005539957)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2024.03.12 10:36:21.055--UnitOfWork(959349472)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 3254 Real Cold Place, Prince Rupert, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [785,331,133], 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: 91, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.636 sec [EL Info]: 2024.03.12 10:36:21.093--DatabaseSessionImpl(327583867)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.197 s -- in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [EL Info]: 2024.03.12 10:36:21.903--ServerSession(1149759500)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running TransactionIsolationTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: currently broken. Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.206 sec [EL Info]: 2024.03.12 10:36:22.133--DatabaseSessionImpl(1665218497)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [EL Warning]: 2024.03.12 10:36:22.552--UnitOfWork(83629757)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: A successful writeChanges() has been called on this UnitOfWork. As the commit process has been started but not yet finalized, the only supported operations now are commit, commitAndResume, release, any non-object level query or SQLCall execution. The operation executeQuery(DeleteAllQuery) is not allowed at this time. [EL Warning]: 2024.03.12 10:36:22.559--UnitOfWork(350366133)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: A successful writeChanges() has been called on this UnitOfWork. As the commit process has been started but not yet finalized, the only supported operations now are commit, commitAndResume, release, any non-object level query or SQLCall execution. The operation executeQuery(ObjectLevelModifyQuery) is not allowed at this time. [EL Warning]: 2024.03.12 10:36:22.569--UnitOfWork(1101612913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'EMPLOYEE.PRIMARY' Error Code: 1062 Call: INSERT INTO EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, START_TIME, END_TIME, END_DATE, START_DATE, ADDR_ID, MANAGER_ID, VERSION) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [11 parameters bound] Query: InsertObjectQuery(Employee: Andrew ) [EL Warning]: 2024.03.12 10:36:22.579--UnitOfWork(2075287870)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024.03.12 10:36:22.581--UnitOfWork(905281811)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'EMPLOYEE.PRIMARY' Error Code: 1062 Call: INSERT INTO EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, START_TIME, END_TIME, END_DATE, START_DATE, ADDR_ID, MANAGER_ID, VERSION) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [11 parameters bound] Query: InsertObjectQuery(Employee: foo-modified ) [EL Info]: 2024.03.12 10:36:22.585--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.580 s -- in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite Running ClientSessionReleaseTestSuite [EL Info]: 2024.03.12 10:36:23.980--ServerSession(799303597)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.013--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.024--ServerSession(459073177)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.043--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.053--ServerSession(187844642)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.073--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.084--ServerSession(1322046928)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.102--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.111--ServerSession(1445026694)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.128--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.136--ServerSession(1627227989)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.153--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec Running DatabaseAccessorNotConnectedTestSuite [EL Warning]: 2024.03.12 10:36:24.169--DatabaseSessionImpl(404895360)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024.03.12 10:36:24.169--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:36:24.181--DatabaseSessionImpl(404895360)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024.03.12 10:36:24.181--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:36:24.190--DatabaseSessionImpl(404895360)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024.03.12 10:36:24.190--DatabaseSessionImpl(404895360)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024.03.12 10:36:24.190--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:36:24.199--DatabaseSessionImpl(404895360)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2024.03.12 10:36:24.199--DatabaseSessionImpl(404895360)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2024.03.12 10:36:24.199--DatabaseSessionImpl(404895360)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running DescriptorExceptionTestSuite [EL Info]: 2024.03.12 10:36:24.210--ServerSession(515880287)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:36:24.229--UnitOfWork(800563623)--Exception [EclipseLink-6005] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [729,562,517], is the original to a registered new object. The UnitOfWork clones registered new objects, so you must ensure that an object is registered before it is referenced by another object. If you do not want the new object to be cloned, use the UnitOfWork.registerNewObject(Object) API. 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.03.12 10:36:24.230--DatabaseSessionImpl(404895360)--Exception [EclipseLink-116] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the value [M] in field [EMPLOYEE.GENDER]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [EL Warning]: 2024.03.12 10:36:24.231--DatabaseSessionImpl(404895360)--Exception [EclipseLink-115] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the attribute [unknown]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[sex-->MAP_EMP.SEX] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.mapping.Employee --> [DatabaseTable(MAP_EMP)]) Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running ExceptionValidationTestSuit [EL Warning]: 2024.03.12 10:36:24.247--DatabaseSessionImpl(404895360)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Error Code: 1064 Call: Insert into BOB Value [EL Warning]: 2024.03.12 10:36:24.249--DatabaseSessionImpl(404895360)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [bob] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2024.03.12 10:36:24.250--DatabaseSessionImpl(404895360)--Exception [EclipseLink-6088] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: There are no attributes for the ReportQuery. Query: ReportQuery(referenceClass=Employee ) [EL Info]: 2024.03.12 10:36:24.252--DatabaseSessionImpl(1047779584)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.264--DatabaseSessionImpl(634559225)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.274--DatabaseSessionImpl(634559225)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:36:24.285--UnitOfWork(1116398238)--Exception [EclipseLink-7136] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: Nested UnitOfWork is not supported for a modify all query [EL Warning]: 2024.03.12 10:36:24.299--DatabaseSessionImpl(404895360)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [null] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] Argument: [25,008] Query: ReadAllQuery(referenceClass=PhoneNumber sql="SELECT TYPE, AREA_CODE, P_NUMBER, EMP_ID FROM PHONE WHERE (EMP_ID = ?)") [EL Warning]: 2024.03.12 10:36:24.303--DatabaseSessionImpl(404895360)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [null] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] Argument: [25,008] Query: ReadAllQuery(referenceClass=PhoneNumber ) Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec Running ThreeTierBehaviorTestSuite [EL Info]: 2024.03.12 10:36:24.309--ServerSession(1973877330)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.318--ServerSession(172276754)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running DescriptorExceptionTestSuite(SupportPhaseOne) Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.2) [EL Warning]: 2024.03.12 10:36:24.361--UnitOfWork(1813925669)--Exception [EclipseLink-115] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: No conversion value provided for the attribute [Other]. Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.tests.validation.EmployeeWithProblems --> [DatabaseTable(EMPLOYEE)]) Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.3) Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.4) Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.5) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running ConnectionCloseAfterTxnTestSuite [EL Info]: 2024.03.12 10:36:24.419--DatabaseSessionImpl(288250911)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running LoginTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2024.03.12 10:36:24.462--DatabaseSessionImpl(1163870785)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:36:24.473--DatabaseSessionImpl(1816747946)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-37993 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-0qn6h-37993" 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-0qn6h-37993, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-37993" 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-0qn6h-37993 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-0qn6h-37993" 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-0qn6h-37993, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-37993" 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-0qn6h-37993" 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-0qn6h-37993, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-37993" 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) [INFO] Tests run: 7980, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 454.3 s -- in org.eclipse.persistence.testing.tests.TestRunModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7980, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.102 s -- in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [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] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] [INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.core.test --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:27 min [INFO] Finished at: 2024-03-12T10:36:28Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.827 s -- in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.493 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 s -- in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-tk5nf 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-0qn6h-tk5nf" 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-0qn6h-tk5nf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tk5nf" 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-0qn6h-tk5nf 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-0qn6h-tk5nf" 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-0qn6h-tk5nf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tk5nf" 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-0qn6h-tk5nf" 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-0qn6h-tk5nf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tk5nf" 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) [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.031 s -- in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.355 s -- in org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s -- in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.195 s -- in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-sklh1 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-0qn6h-sklh1" 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-0qn6h-sklh1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sklh1" 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-0qn6h-sklh1 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-0qn6h-sklh1" 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-0qn6h-sklh1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sklh1" 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-0qn6h-sklh1" 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-0qn6h-sklh1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sklh1" 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) [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.135 s -- in org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s -- in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.472 s -- in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1nl7g 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-0qn6h-1nl7g" 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-0qn6h-1nl7g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1nl7g" 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-0qn6h-1nl7g 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-0qn6h-1nl7g" 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-0qn6h-1nl7g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1nl7g" 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-0qn6h-1nl7g" 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-0qn6h-1nl7g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1nl7g" 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) Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [INFO] Tests run: 1247, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.438 s -- in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.656 s -- in org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.860 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.025 s -- in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 s -- in org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-r468p 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-0qn6h-r468p" 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-0qn6h-r468p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r468p" 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-0qn6h-r468p 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-0qn6h-r468p" 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-0qn6h-r468p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r468p" 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-0qn6h-r468p" 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-0qn6h-r468p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r468p" 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) [INFO] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.861 s -- in org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.710 s -- in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.120 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.221 s -- in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.662 s -- in org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-kk714 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-0qn6h-kk714" 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-0qn6h-kk714, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kk714" 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-0qn6h-kk714 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-0qn6h-kk714" 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-0qn6h-kk714, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kk714" 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-0qn6h-kk714" 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-0qn6h-kk714, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kk714" 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) [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.386 s -- in org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.508 s -- in org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@67e2d983 Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@3bbc39f8 Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@67e2d983 Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@ca263c2 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s -- in org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Tests run: 528, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 s -- in org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [EL Info]: 2024.03.12 03:37:23.630--DatabaseSessionImpl(868815265)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121028 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.800 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-30tnk 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-0qn6h-30tnk" 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-0qn6h-30tnk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-30tnk" 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-0qn6h-30tnk 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-0qn6h-30tnk" 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-0qn6h-30tnk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-30tnk" 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-0qn6h-30tnk" 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-0qn6h-30tnk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-30tnk" 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) [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [EL Warning]: connection: 2024.03.12 03:37:26.322--Exception [EclipseLink-7100] (Eclipse Persistence Services - 5.0.0.v202403121028): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [XMLMarshallerTestSession;XMLMarshallerTestSession2] in the session.xml file [/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/test-classes/sessions.xml] [EL Warning]: connection: 2024.03.12 03:37:26.595--Exception [EclipseLink-7100] (Eclipse Persistence Services - 5.0.0.v202403121028): org.eclipse.persistence.exceptions.ValidationException Exception Description: Could not find the session with the name [invalidSessionName] in the session.xml file [/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/test-classes/sessions.xml] Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 5.0.0.v202403121028): 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.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:441) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:266) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:245) 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: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.247 s -- in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 s -- in org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 s -- in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s -- in org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s -- in org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-84535 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-0qn6h-84535" 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-0qn6h-84535, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-84535" 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-0qn6h-84535 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-0qn6h-84535" 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-0qn6h-84535, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-84535" 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-0qn6h-84535" 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-0qn6h-84535, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-84535" 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) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.836 s -- in org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8311, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.5:test (test-oxm-non-default-system-properties) @ 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.systemproperties.OXMSystemPropertiesNonDefaultTestCases [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesNonDefaultTestCases [INFO] Running org.eclipse.persistence.testing.oxm.systemproperties.DateAndTimeNonDefaultTestCases [INFO] Tests run: 453, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 s -- in org.eclipse.persistence.testing.oxm.systemproperties.DateAndTimeNonDefaultTestCases [INFO] [INFO] Results: [INFO] [INFO] Tests run: 454, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/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.core-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core --- [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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-dcf9n 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-0qn6h-dcf9n" 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-0qn6h-dcf9n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dcf9n" 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-0qn6h-dcf9n 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-0qn6h-dcf9n" 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-0qn6h-dcf9n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dcf9n" 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-0qn6h-dcf9n" 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-0qn6h-dcf9n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dcf9n" 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) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:46 min [INFO] Finished at: 2024-03-12T10:37:48Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (JPA LRG) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -B -V verify -pl :org.eclipse.persistence.jpa.test -P staging,mysql 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/jdk-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.test >------ [INFO] Building EclipseLink JPA Test 5.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-97hl1 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-0qn6h-97hl1" 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-0qn6h-97hl1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-97hl1" 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-0qn6h-97hl1 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-0qn6h-97hl1" 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-0qn6h-97hl1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-97hl1" 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-0qn6h-97hl1" 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-0qn6h-97hl1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-97hl1" 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) [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test --- [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.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] 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.test --- [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-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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.test --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.test --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-pcnf2 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-0qn6h-pcnf2" 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-0qn6h-pcnf2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-pcnf2" 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-0qn6h-pcnf2 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-0qn6h-pcnf2" 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-0qn6h-pcnf2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-pcnf2" 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-0qn6h-pcnf2" 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-0qn6h-pcnf2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-pcnf2" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test --- [INFO] Nothing to compile - all classes are up to date. [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.03.12 10:38:07.964--DatabaseSessionImpl(1524126153)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:38:10.544--DatabaseSessionImpl(1524126153)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.854 s -- in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.config.ConfigPUTestSuite [EL Warning]: metadata: 2024.03.12 10:38:10.953--ServerSession(138536309)--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.03.12 10:38:10.955--ServerSession(138536309)--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.03.12 10:38:10.971--ServerSession(138536309)--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.03.12 10:38:10.972--ServerSession(138536309)--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.03.12 10:38:11.279--ServerSession(138536309)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.251 s -- in org.eclipse.persistence.testing.tests.jpa.config.ConfigPUTestSuite [INFO] Running org.eclipse.persistence.testing.tests.jpa.dynamic.AllTests [EL Info]: 2024.03.12 10:38:12.010--ServerSession(1267110705)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:12.032--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.03.12 10:38:12.182--ServerSession(724736957)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:12.201--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.03.12 10:38:12.317--ServerSession(1366741625)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:12.335--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.03.12 10:38:12.382--ServerSession(1970707120)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:12.400--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.03.12 10:38:12.497--ServerSession(971256592)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:12.513--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.03.12 10:38:12.717--ServerSession(1529303412)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:12.732--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.03.12 10:38:12.869--ServerSession(2136911375)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:12.887--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.03.12 10:38:13.018--ServerSession(579660439)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:13.032--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.03.12 10:38:13.144--ServerSession(1836887461)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:13.158--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.03.12 10:38:13.256--ServerSession(1555413896)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:13.270--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.03.12 10:38:13.480--ServerSession(1170173753)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:13.493--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.03.12 10:38:13.584--ServerSession(1083086553)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:13.596--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.03.12 10:38:13.691--ServerSession(1966480630)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:13.704--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.03.12 10:38:13.933--ServerSession(1286868539)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:13.945--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.03.12 10:38:14.371--ServerSession(85435056)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:14.384--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.03.12 10:38:14.759--ServerSession(818546553)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 10:38:14.781--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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-lpbtd 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-0qn6h-lpbtd" 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-0qn6h-lpbtd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lpbtd" 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-0qn6h-lpbtd 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-0qn6h-lpbtd" 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-0qn6h-lpbtd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lpbtd" 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-0qn6h-lpbtd" 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-0qn6h-lpbtd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lpbtd" 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) [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.177 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.001 s -- in org.eclipse.persistence.testing.tests.jpa.unit.EMFProviderTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.unit.IsolatedHashMapTest [EL Info]: 2024.03.12 10:38:15.103--IsolatedHashMapTest.testIsolationInRealContext() [EL Info]: 2024.03.12 10:38:15.104-- Partition ID: 0 [EL Info]: 2024.03.12 10:38:15.104-- Adding session name: $0 [EL Info]: 2024.03.12 10:38:15.104-- Adding session name: 00$0 [EL Info]: 2024.03.12 10:38:15.104-- Adding session name: 0mySession$0 [EL Info]: 2024.03.12 10:38:15.104-- Adding session name: 0EclipseLink$0 [EL Info]: 2024.03.12 10:38:15.110-- Checking map size: session names count = 4, map size = 4 [EL Info]: 2024.03.12 10:38:15.110-- Getting and checking session name: 0EclipseLink$0 [EL Info]: 2024.03.12 10:38:15.111-- Getting and checking session name: 0mySession$0 [EL Info]: 2024.03.12 10:38:15.111-- Getting and checking session name: 00$0 [EL Info]: 2024.03.12 10:38:15.111-- Getting and checking session name: $0 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.003 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.008 s -- in org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0 [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] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test/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.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/ink-pull-request-verifier_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] 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] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30.945 s [INFO] Finished at: 2024-03-12T10:38:22Z [INFO] ------------------------------------------------------------------------ + mvn -B -V -amd verify -pl :org.eclipse.persistence.jpa.testapps -P staging,mysql 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/jdk-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" WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-7v477 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-0qn6h-7v477" 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-0qn6h-7v477, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7v477" 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-0qn6h-7v477 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-0qn6h-7v477" 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-0qn6h-7v477, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7v477" 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-0qn6h-7v477" 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-0qn6h-7v477, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7v477" 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) [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [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.jpa.testapps >---- [INFO] Building Persistence TestApps 5.0.0-SNAPSHOT [1/94] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps --- [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 --- [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] 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 --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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 --- [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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/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-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 [2/94] [INFO] from 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] 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.advanced --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: ServerSession(1459672753)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1459672753)--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(697508322)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(697508322)--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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-cvnzb 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-0qn6h-cvnzb" 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-0qn6h-cvnzb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cvnzb" 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-0qn6h-cvnzb 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-0qn6h-cvnzb" 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-0qn6h-cvnzb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cvnzb" 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-0qn6h-cvnzb" 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-0qn6h-cvnzb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cvnzb" 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) [EL Info]: ServerSession(697508322)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Address") [EL Warning]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_Employee does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_Employee Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Employee") [EL Warning]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_InOut") [EL Warning]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: FUNCTION ecltests.StoredFunction_In does not exist Error Code: 1305 Call: DROP FUNCTION StoredFunction_In Query: DataModifyQuery(sql="DROP FUNCTION StoredFunction_In") [EL Warning]: UnitOfWork(367725289)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@4ba6ec50] 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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-w6pjv 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-0qn6h-w6pjv" 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-0qn6h-w6pjv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w6pjv" 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-0qn6h-w6pjv 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-0qn6h-w6pjv" 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-0qn6h-w6pjv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w6pjv" 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-0qn6h-w6pjv" 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-0qn6h-w6pjv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w6pjv" 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-0qn6h-8xmz0 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-0qn6h-8xmz0" 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-0qn6h-8xmz0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8xmz0" 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-0qn6h-8xmz0 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-0qn6h-8xmz0" 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-0qn6h-8xmz0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8xmz0" 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-0qn6h-8xmz0" 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-0qn6h-8xmz0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8xmz0" 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-0qn6h-6xm54 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-0qn6h-6xm54" 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-0qn6h-6xm54, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6xm54" 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-0qn6h-6xm54 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-0qn6h-6xm54" 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-0qn6h-6xm54, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6xm54" 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-0qn6h-6xm54" 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-0qn6h-6xm54, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6xm54" 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) [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.40 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJPAJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJunitTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.215 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite [EL Warning]: properties: ServerSession(697508322)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: ServerSession(697508322)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Info]: ServerSession(697508322)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: query: UnitOfWork(798183370)--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.v202403121018): 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(1359590516)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: ClientSession(1359590516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(1359590516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: UnitOfWork(1063054358)--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.v202403121018): 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(893520830)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(893520830)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: UnitOfWork(1997113463)--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.v202403121018): 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(908403632)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: ClientSession(908403632)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(908403632)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: ServerSession(697508322)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: ServerSession(697508322)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: query: UnitOfWork(1104776898)--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.v202403121018): 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(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: transaction: ClientSession(2134981407)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: ServerSession(697508322)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: ServerSession(697508322)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: UnitOfWork(984633500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(939830451)--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.v202403121018): 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(1811896720)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(2099598554)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Info]: transaction: ClientSession(2096680924)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: ClientSession(2096680924)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(1201571914)--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.v202403121018): 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(471240997)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1021135856)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Info]: transaction: ClientSession(762053254)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: ClientSession(762053254)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(697508322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(19731233)--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.v202403121018): 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(1463777966)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(697508322)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: ServerSession(2068468868)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(2068468868)--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(2068468868)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: UnitOfWork(919831713)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 Call: INSERT INTO CMP3_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, PAY_SCALE, ROOM_NUM, STATUS, VERSION, START_TIME, END_TIME, START_OVERTIME, END_OVERTIME, FORMER_COMPANY, FORMER_END_DATE, FORMER_START_DATE, FORMER_COMPANY_ADDRESS_ID, END_DATE, START_DATE, COMPANYADDRESS_ADDRESS_ID, ADDR_ID, DEPT_ID, MANAGER_EMP_ID, HUGE_PROJ_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [23 parameters bound] Query: InsertObjectQuery(Employee: 776) [EL Warning]: metadata: ServerSession(282604790)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(282604790)--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(282604790)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: ejb: ServerSession(282604790)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Exception Description: Configuration error. Class [myDriver] not found. [EL Warning]: metadata: ServerSession(1948867443)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1948867443)--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(1948867443)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: ejb: ServerSession(1948867443)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 [EL Warning]: UnitOfWork(1693280121)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t0.PROJ_ID, t0.PROJ_TYPE, t0.DESCRIP, t0.PROJ_NAME, t0.VERSION, t0.LEADER_ID, t1.PROJ_ID, t1.BUDGET FROM CMP3_PROJECT t0, CMP3_LPROJECT t1 WHERE (((t0.PROJ_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID)) AND (t0.PROJ_TYPE = ?)) FOR UPDATE NOWAIT bind => [2 parameters bound] Query: ReadObjectQuery(referenceClass=LargeProject sql="SELECT DISTINCT t0.PROJ_TYPE FROM CMP3_PROJECT t0, CMP3_LPROJECT t1 WHERE (((t0.PROJ_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID)) AND (t0.PROJ_TYPE IN (?, ?, ?)))") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-b13rn 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-0qn6h-b13rn" 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-0qn6h-b13rn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b13rn" 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-0qn6h-b13rn 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-0qn6h-b13rn" 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-0qn6h-b13rn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b13rn" 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-0qn6h-b13rn" 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-0qn6h-b13rn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b13rn" 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) [EL Warning]: metadata: ServerSession(1897154168)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1897154168)--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(1897154168)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: ServerSession(327620334)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(327620334)--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(327620334)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: UnitOfWork(1240459978)--java.lang.NullPointerException: Cannot invoke "java.lang.Number.longValue()" because "value1" is null [EL Warning]: UnitOfWork(1240459978)--java.lang.NullPointerException: Cannot invoke "java.lang.Number.longValue()" because "value1" is null [EL Warning]: UnitOfWork(681499211)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(619136811)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 [EL Warning]: UnitOfWork(1885956689)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1876649539)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT 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)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(686409537)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1611418422)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(22833591)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(786727118)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(630423131)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(306610756)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1441904709)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(2004641304)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1277613835)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT 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)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(587400979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1354476455)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1058923326)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(745290277)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1205432311)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(27796450)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1048313208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(395916915)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1118560808)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT 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)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(195417348)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(316847447)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1209607623)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1685482631)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(942411959)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1620691378)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1682905637)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1977077927)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1043056709)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT 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)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(609313298)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(300819047)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(176456058)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(192755932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(594018167)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(709556745)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(990427185)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(526464768)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1328525408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT 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)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(394780144)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(734866924)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(2131090408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1351099769)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1058858290)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(233433808)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1123861663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1790873959)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(2064575385)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT 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)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1059828100)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1281681134)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1957506219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(723148748)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(187468855)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(527325471)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1897486117)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(162394823)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(869571153)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT 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)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1474384135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(527063979)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(713372321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1849075498)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1607281639)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1830030711)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(670624245)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(252659501)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(939156459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT 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)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(865060799)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT L_NAME FROM CMP3_EMPLOYEE WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(2050126039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT SALARY FROM CMP3_SALARY WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1317224036)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT PROJECTS_PROJ_ID FROM CMP3_EMP_PROJ WHERE EMPLOYEES_EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1962409459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT EMP_ID FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(40267529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT Query: DataReadQuery(sql="SELECT DESCRIPTION FROM CMP3_RESPONS WHERE EMP_ID = 925 FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(444644672)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(314417226)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1480755420)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, DEPT_HEAD FROM CMP3_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM CMP3_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(1078529977)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, DEPT_HEAD FROM CMP3_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM CMP3_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [EL Info]: ServerSession(327620334)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 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(327620334)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: ServerSession(327620334)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: ServerSession(327620334)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: UnitOfWork(118943829)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1713774019)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(516126749)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1235473999)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1129] 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,129 [EL Warning]: UnitOfWork(931986213)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, DEPT_HEAD FROM CMP3_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM CMP3_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [EL Warning]: UnitOfWork(965495254)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, DEPT_HEAD FROM CMP3_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT bind => [1 parameter bound] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM CMP3_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [EL Warning]: metadata: 2024.03.12 10:39:19.267--ServerSession(1101488371)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:39:19.334--ServerSession(1101488371)--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.03.12 10:39:19.357--ServerSession(451560465)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:39:19.414--ServerSession(451560465)--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.03.12 10:39:19.433--ServerSession(451560465)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:39:19.657--UnitOfWork(1765445843)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 Closing factory: default1 [EL Warning]: 2024.03.12 10:39:20.821--UnitOfWork(2008769801)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 [INFO] Tests run: 260, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.51 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.JoinedAttributeAdvancedJunitTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-hxkbp 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-0qn6h-hxkbp" 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-0qn6h-hxkbp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxkbp" 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-0qn6h-hxkbp 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-0qn6h-hxkbp" 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-0qn6h-hxkbp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxkbp" 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-0qn6h-hxkbp" 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-0qn6h-hxkbp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxkbp" 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) [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.83 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.JoinedAttributeAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.NamedNativeQueryJUnitTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-69p3f 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-0qn6h-69p3f" 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-0qn6h-69p3f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-69p3f" 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-0qn6h-69p3f 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-0qn6h-69p3f" 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-0qn6h-69p3f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-69p3f" 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-0qn6h-69p3f" 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-0qn6h-69p3f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-69p3f" 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) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.069 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.NamedNativeQueryJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.NamedQueryJUnitTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.156 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.NamedQueryJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.PersistenceUnitProcessorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.PersistenceUnitProcessorTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.ReportQueryAdvancedJUnitTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.607 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.ReportQueryAdvancedJUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.UpdateAllQueryAdvancedJunitTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.955 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.UpdateAllQueryAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.testmodel.JPAAdvancedTestModel [EL Info]: 2024.03.12 10:39:44.396--DatabaseSessionImpl(738476272)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: ServerSession(1493942007)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1493942007)--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(1493942007)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-x066x 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-0qn6h-x066x" 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-0qn6h-x066x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x066x" 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-0qn6h-x066x 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-0qn6h-x066x" 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-0qn6h-x066x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x066x" 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-0qn6h-x066x" 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-0qn6h-x066x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x066x" 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) Running EntityManager Tests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project [EL Warning]: 2024.03.12 10:39:46.969--UnitOfWork(1885877184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'unexecutable native sql query' at line 1 Error Code: 1064 Call: unexecutable native sql query Query: DataModifyQuery(sql="unexecutable native sql query") Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.212 sec Running Annotation Tests Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec [EL Info]: 2024.03.12 10:39:47.091--DatabaseSessionImpl(664678911)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.720 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.testmodel.JPAAdvancedTestModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 447, 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [3/94] [INFO] from 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] 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.advanced2 --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [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.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] 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.jpa21.advanced.AnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.AnnotationsTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ConverterTest [EL Info]: 2024.03.12 10:39:53.680--ServerSession(1957282992)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: 2024.03.12 10:39:54.317--ServerSession(1957282992)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[period] because the aggregate has a (possibly nested) target foreign key mapping WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-878xk 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-0qn6h-878xk" 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-0qn6h-878xk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-878xk" 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-0qn6h-878xk 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-0qn6h-878xk" 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-0qn6h-878xk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-878xk" 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-0qn6h-878xk" 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-0qn6h-878xk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-878xk" 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) [EL Warning]: 2024.03.12 10:39:55.947--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Parameter_Testing does not exist Error Code: 1305 Call: DROP PROCEDURE Parameter_Testing Query: DataModifyQuery(sql="DROP PROCEDURE Parameter_Testing") [EL Warning]: 2024.03.12 10:39:55.966--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address") [EL Warning]: 2024.03.12 10:39:55.969--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_Mapped_Named does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_Mapped_Named Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_Mapped_Named") [EL Warning]: 2024.03.12 10:39:55.972--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_Mapped_Numbered does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_Mapped_Numbered Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_Mapped_Numbered") [EL Warning]: 2024.03.12 10:39:55.975--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Update_Address_Postal_Code does not exist Error Code: 1305 Call: DROP PROCEDURE Update_Address_Postal_Code Query: DataModifyQuery(sql="DROP PROCEDURE Update_Address_Postal_Code") [EL Warning]: 2024.03.12 10:39:55.978--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Result_Set_And_Update_Address does not exist Error Code: 1305 Call: DROP PROCEDURE Result_Set_And_Update_Address Query: DataModifyQuery(sql="DROP PROCEDURE Result_Set_And_Update_Address") [EL Warning]: 2024.03.12 10:39:55.980--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_All_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE Read_All_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE Read_All_Addresses") [EL Warning]: 2024.03.12 10:39:55.983--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_All_Employees does not exist Error Code: 1305 Call: DROP PROCEDURE Read_All_Employees Query: DataModifyQuery(sql="DROP PROCEDURE Read_All_Employees") [EL Warning]: 2024.03.12 10:39:55.986--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Address_City does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Address_City Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_City") [EL Warning]: 2024.03.12 10:39:55.988--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Delete_All_Responsibilities does not exist Error Code: 1305 Call: DROP PROCEDURE Delete_All_Responsibilities Query: DataModifyQuery(sql="DROP PROCEDURE Delete_All_Responsibilities") [EL Warning]: 2024.03.12 10:39:55.991--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_Multiple_Result_Sets does not exist Error Code: 1305 Call: DROP PROCEDURE Read_Multiple_Result_Sets Query: DataModifyQuery(sql="DROP PROCEDURE Read_Multiple_Result_Sets") [EL Warning]: 2024.03.12 10:39:55.994--ServerSession(1957282992)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.Read_No_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE Read_No_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE Read_No_Addresses") [EL Warning]: 2024.03.12 10:39:56.042--UnitOfWork(623545006)--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: 2.578 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ConverterTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryCastTest [EL Info]: 2024.03.12 10:39:56.088--ServerSession(1109966680)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryMetamodelTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.429 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryMetamodelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.455 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.CriteriaQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.EntityGraphTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.EntityGraphTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.EntityManagerFactoryTest [EL Info]: 2024.03.12 10:40:00.682--ServerSession(1942631655)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: 2024.03.12 10:40:00.712--ServerSession(1942631655)--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: 1.409 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.EntityManagerFactoryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.EntityManagerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.320 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.EntityManagerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.NamedStoredProcedureQueryTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.NamedStoredProcedureQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.QueryTest [EL Warning]: 2024.03.12 10:40:03.307--UnitOfWork(1946917456)--Exception [EclipseLink-6177] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.QueryException Exception Description: The column result [O_ITEM_NAME] was not found in the results of the query. Query: ResultSetMappingQuery(sql="SELECT o.ORDER_ID AS 'O_ID', o.QUANTITY AS 'O_QUANTITY', i.NAME AS 'O_ITEM' FROM JPA21_ORDER o, JPA21_ITEM i WHERE o.ITEM_ID = i.ID") [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.100 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.QueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.StoredProcedureQueryTest [EL Warning]: 2024.03.12 10:40:04.696--UnitOfWork(1505006316)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement.executeQuery() cannot issue statements that do not produce result sets. Error Code: 0 Call: DoesNotExist Query: ReadAllQuery(referenceClass=Employee sql="DoesNotExist") [EL Warning]: 2024.03.12 10:40:04.698--UnitOfWork(293757848)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DoesNotExist does not exist Error Code: 1305 Call: { CALL DoesNotExist() } Query: ResultSetMappingQuery() [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.469 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.StoredProcedureQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.WeaverTest [EL Info]: 2024.03.12 10:40:04.810--ServerSession(1716368074)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.WeaverTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.DDLSchemaTest [EL Info]: 2024.03.12 10:40:04.928--ServerSession(1120226221)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-vq198 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-0qn6h-vq198" 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-0qn6h-vq198, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vq198" 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-0qn6h-vq198 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-0qn6h-vq198" 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-0qn6h-vq198, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vq198" 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-0qn6h-vq198" 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-0qn6h-vq198, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vq198" 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) [EL Info]: 2024.03.12 10:40:05.014--ServerSession(1150081863)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:40:05.095--ServerSession(253278008)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.330 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.DDLSchemaTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.DDLTest [EL Info]: 2024.03.12 10:40:05.307--ServerSession(1679741732)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:40:05.440--ServerSession(1731526546)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:40:05.463--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_ORGANIZER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA21_XMLOrganizer_Race Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA21_XMLOrganizer_Race") [EL Warning]: 2024.03.12 10:40:05.465--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_COSTS' doesn't exist Error Code: 1146 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.03.12 10:40:05.466--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_SHOE' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA21_XMLShoes_Runner Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA21_XMLShoes_Runner") [EL Warning]: 2024.03.12 10:40:05.468--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_SHOE' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA21_XMLRunner_ShoeTag Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA21_XMLRunner_ShoeTag") [EL Warning]: 2024.03.12 10:40:05.469--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_SPRINTER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA21_XML_Sprinter Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA21_XML_Sprinter") [EL Warning]: 2024.03.12 10:40:05.471--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 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.03.12 10:40:05.472--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 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.03.12 10:40:05.474--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_RUNNERS_RACES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA21_XMLRunners_Races_Inverse Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA21_XMLRunners_Races_Inverse") [EL Warning]: 2024.03.12 10:40:05.475--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_RUNNERS_RACES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA21_XMLRunners_Races Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA21_XMLRunners_Races") [EL Warning]: 2024.03.12 10:40:05.477--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_RUNNER_ACS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA21_XMLAccomplishments Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA21_XMLAccomplishments") [EL Warning]: 2024.03.12 10:40:05.478--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_ENDORSEMENTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA21_XMLEndorsements Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA21_XMLEndorsements") [EL Warning]: 2024.03.12 10:40:05.479--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_ENDORSEMENTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA21_XMLEndorsements_Key Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA21_XMLEndorsements_Key") [EL Warning]: 2024.03.12 10:40:05.480--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_DDL_RUNNER_PBS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA21_XML_Runner_PBS Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA21_XML_Runner_PBS") [EL Warning]: 2024.03.12 10:40:05.481--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_USES' doesn't exist Error Code: 1146 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.03.12 10:40:05.483--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK_USER' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK_USER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USER") [EL Warning]: 2024.03.12 10:40:05.484--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RACE' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RACE Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RACE") [EL Warning]: 2024.03.12 10:40:05.486--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RUNNER' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RUNNER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER") [EL Warning]: 2024.03.12 10:40:05.488--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_ORGANIZER' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_ORGANIZER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ORGANIZER") [EL Warning]: 2024.03.12 10:40:05.489--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK' doesn't exist Error Code: 1146 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.03.12 10:40:05.491--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK") [EL Warning]: 2024.03.12 10:40:05.492--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_COSTS' doesn't exist Error Code: 1146 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.03.12 10:40:05.493--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK_COSTS' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK_COSTS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_COSTS") [EL Warning]: 2024.03.12 10:40:05.495--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_SHOE' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_SHOE Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SHOE") [EL Warning]: 2024.03.12 10:40:05.496--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_SHOE_TAG' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_SHOE_TAG Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SHOE_TAG") [EL Warning]: 2024.03.12 10:40:05.498--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_SPRINTER' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_SPRINTER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SPRINTER") [EL Warning]: 2024.03.12 10:40:05.499--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_ENDORSER' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_ENDORSER Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ENDORSER") [EL Warning]: 2024.03.12 10:40:05.500--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 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.03.12 10:40:05.502--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK_FORK_USERS' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK_FORK_USERS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_FORK_USERS") [EL Warning]: 2024.03.12 10:40:05.503--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RUNNERS_RACES' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RUNNERS_RACES Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNERS_RACES") [EL Warning]: 2024.03.12 10:40:05.505--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RUNNER_ACS' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RUNNER_ACS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER_ACS") [EL Warning]: 2024.03.12 10:40:05.506--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_ENDORSEMENTS' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_ENDORSEMENTS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ENDORSEMENTS") [EL Warning]: 2024.03.12 10:40:05.507--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_DDL_RUNNER_PBS' Error Code: 1051 Call: DROP TABLE JPA21_XML_DDL_RUNNER_PBS Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER_PBS") [EL Warning]: 2024.03.12 10:40:05.509--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_FORK_USES' doesn't exist Error Code: 1146 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.03.12 10:40:05.510--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA21_XML_FORK_USES' Error Code: 1051 Call: DROP TABLE JPA21_XML_FORK_USES Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USES") [EL Warning]: 2024.03.12 10:40:05.511--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_PK_SEQ' doesn't exist Error Code: 1146 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.03.12 10:40:05.512--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_XML_PK_SEQ' doesn't exist Error Code: 1146 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.03.12 10:40:05.857--ServerSession(1731526546)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 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 Info]: 2024.03.12 10:40:06.076--ServerSession(848187074)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:40:06.183--ServerSession(206142037)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:40:06.734--ServerSession(206142037)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 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.03.12 10:40:06.735--ServerSession(206142037)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA21_XML_PK_SEQ' already exists Error Code: 1050 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))") [EL Info]: 2024.03.12 10:40:06.875--ServerSession(1451450159)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:40:06.956--ServerSession(840095827)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:40:07.090--ServerSession(437306494)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: ejb: 2024.03.12 10:40:07.115--ServerSession(437306494)--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.03.12 10:40:07.210--ServerSession(261849385)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.095 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.DDLTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.ForeignKeyTest [EL Info]: 2024.03.12 10:40:07.327--ServerSession(303354428)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:40:07.520--ServerSession(303354428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_PK_SEQ' doesn't exist Error Code: 1146 Call: DROP INDEX TABLE_GENERATOR_INDEX ON JPA21_PK_SEQ Query: DataModifyQuery(sql="DROP INDEX TABLE_GENERATOR_INDEX ON JPA21_PK_SEQ") [EL Warning]: 2024.03.12 10:40:07.521--ServerSession(303354428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA21_PK_SEQ' doesn't exist Error Code: 1146 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.03.12 10:40:08.018--UnitOfWork(857825275)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`ecltests`.`JPA21_DDL_VEHICLE`, CONSTRAINT `FKv2d` FOREIGN KEY (`LAST_DRIVER`) REFERENCES `JPA21_DDL_DRIVER` (`NAME`)) Error Code: 1451 Call: DELETE FROM JPA21_DDL_DRIVER WHERE (NAME = ?) bind => [1 parameter bound] Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.jpa21.advanced.ddl.Driver@3f0c6b3c) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.ForeignKeyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.IndexTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.ddl.IndexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLConverterTest [EL Info]: 2024.03.12 10:40:08.158--ServerSession(120847080)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:40:08.999--ServerSession(120847080)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address") [EL Warning]: 2024.03.12 10:40:09.002--ServerSession(120847080)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address_Named does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address_Named Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address_Named") [EL Warning]: 2024.03.12 10:40:09.004--ServerSession(120847080)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Address_Numbered does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Address_Numbered Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address_Numbered") [EL Warning]: 2024.03.12 10:40:09.006--ServerSession(120847080)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_All_Addresses does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_All_Addresses Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_All_Addresses") [EL Warning]: 2024.03.12 10:40:09.008--ServerSession(120847080)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.XML_Read_Multiple_Result_Sets does not exist Error Code: 1305 Call: DROP PROCEDURE XML_Read_Multiple_Result_Sets Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Multiple_Result_Sets") [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLConverterTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLEntityGraphTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLEntityGraphTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLNamedStoredProcedureQueryTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.XMLNamedStoredProcedureQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.ddl.XMLForeignKeyTest [EL Info]: 2024.03.12 10:40:11.393--ServerSession(1545984685)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:40:11.967--ServerSession(1545984685)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 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.03.12 10:40:11.968--ServerSession(1545984685)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA21_XML_PK_SEQ' already exists Error Code: 1050 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))") [EL Info]: 2024.03.12 10:40:12.070--ServerSession(447899837)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 10:40:12.593--ServerSession(447899837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 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.03.12 10:40:12.594--ServerSession(447899837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA21_XML_PK_SEQ' already exists Error Code: 1050 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: 1.360 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.ddl.XMLForeignKeyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa21.advanced.xml.ddl.XMLIndexTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.persistence.testing.tests.jpa21.advanced.xml.ddl.XMLIndexTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 156, 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [4/94] [INFO] from 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] 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.advanced.additionalcriteria --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-lnbcj 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-0qn6h-lnbcj" 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-0qn6h-lnbcj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lnbcj" 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-0qn6h-lnbcj 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-0qn6h-lnbcj" 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-0qn6h-lnbcj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lnbcj" 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-0qn6h-lnbcj" 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-0qn6h-lnbcj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lnbcj" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.additionalcriteria.AdvancedJPAJunitTest [EL Warning]: metadata: 2024.03.12 10:40:16.447--ServerSession(451959555)--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. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [5/94] [INFO] from 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] 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.cacheable --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cacheable --- [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.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] 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: 2.031 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.429 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.826 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.733 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.461 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectivePropertyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectiveTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-8zqtr 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-0qn6h-8zqtr" 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-0qn6h-8zqtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8zqtr" 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-0qn6h-8zqtr 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-0qn6h-8zqtr" 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-0qn6h-8zqtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8zqtr" 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-0qn6h-8zqtr" 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-0qn6h-8zqtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8zqtr" 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) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 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.444 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.465 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.520 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.371 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.392 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.394 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [6/94] [INFO] from 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] 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.advanced.fetchgroup --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [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.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] 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: 1.416 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [7/94] [INFO] from 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] 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.metamodel --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Nothing to compile - all classes are up to date. [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] 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-26bw2 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-0qn6h-26bw2" 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-0qn6h-26bw2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-26bw2" 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-0qn6h-26bw2 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-0qn6h-26bw2" 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-0qn6h-26bw2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-26bw2" 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-0qn6h-26bw2" 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-0qn6h-26bw2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-26bw2" 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) [EL Warning]: metadata: 2024.03.12 10:40:35.597--ServerSession(1433956626)--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: 1.729 s -- in org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerFactoryImplTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerImplTest [EL Warning]: metadata: 2024.03.12 10:40:35.838--ServerSession(925803196)--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.191 s -- in org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerImplTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.metamodel.MetamodelTest [EL Warning]: metadata: 2024.03.12 10:40:36.017--ServerSession(439232821)--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.247 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [8/94] [INFO] from 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] 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.xml.cacheable --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [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.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] 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: 1.138 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.139 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.138 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.134 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.140 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.130 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.133 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.223 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.162 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.133 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.129 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.131 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [9/94] [INFO] from 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] 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.advanced.cacheimpl --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-8ccp4 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-0qn6h-8ccp4" 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-0qn6h-8ccp4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8ccp4" 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-0qn6h-8ccp4 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-0qn6h-8ccp4" 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-0qn6h-8ccp4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8ccp4" 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-0qn6h-8ccp4" 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-0qn6h-8ccp4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8ccp4" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.03.12 10:40:47.911--ServerSession(584698209)--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.03.12 10:40:48.745--ServerSession(584698209)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_MM_PROC_SEQ' doesn't exist Error Code: 1146 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 Severe]: cache: 2024.03.12 10:40:51.524--ServerSession(584698209)-- SoftCacheWeakIdentityMap for: Employee Key: 51 Version: 1 Identity Hash Code: 292856581 Object: Employee: 51 1 elements [EL Severe]: cache: 2024.03.12 10:40:51.525--ServerSession(584698209)-- SoftCacheWeakIdentityMap for: Employee 0 elements [EL Severe]: cache: 2024.03.12 10:40:51.525--ServerSession(584698209)-- SoftCacheWeakIdentityMap for: Employee 0 elements [EL Severe]: cache: 2024.03.12 10:40:51.526--ServerSession(584698209)--Current object locks: End of locked objects. [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.863 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [10/94] [INFO] from 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] 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.advanced.cascadepersist --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [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.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] 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-22lh0 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-0qn6h-22lh0" 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-0qn6h-22lh0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-22lh0" 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-0qn6h-22lh0 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-0qn6h-22lh0" 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-0qn6h-22lh0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-22lh0" 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-0qn6h-22lh0" 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-0qn6h-22lh0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-22lh0" 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) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [11/94] [INFO] from 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] 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.advanced.compositepk --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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] 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 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.246 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [12/94] [INFO] from 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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-x51q3 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-0qn6h-x51q3" 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-0qn6h-x51q3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x51q3" 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-0qn6h-x51q3 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-0qn6h-x51q3" 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-0qn6h-x51q3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x51q3" 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-0qn6h-x51q3" 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-0qn6h-x51q3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x51q3" 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) [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] 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.advanced.derivedid --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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] 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 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.344 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [13/94] [INFO] from 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] 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.advanced.customer --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [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.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] 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-bb1v9 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-0qn6h-bb1v9" 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-0qn6h-bb1v9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bb1v9" 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-0qn6h-bb1v9 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-0qn6h-bb1v9" 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-0qn6h-bb1v9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bb1v9" 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-0qn6h-bb1v9" 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-0qn6h-bb1v9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bb1v9" 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) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.247 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [14/94] [INFO] from 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] 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.advanced.embeddable --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [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.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] 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.03.12 10:41:19.332--ServerSession(1768127248)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 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.03.12 10:41:20.231--ServerSession(1676428380)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: ejb: 2024.03.12 10:41:20.316--ServerSession(1676428380)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:41:20.334--ServerSession(734635893)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: ejb: 2024.03.12 10:41:20.381--ServerSession(993452032)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.175 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [15/94] [INFO] from 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] 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.advanced.multitenant --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024.03.12 10:41:22.493--ServerSession(2041416495)--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.03.12 10:41:22.510--ServerSession(2041416495)--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.03.12 10:41:22.512--ServerSession(2041416495)--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.03.12 10:41:22.720--ServerSession(1074263646)--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.03.12 10:41:22.723--ServerSession(1074263646)--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.03.12 10:41:22.724--ServerSession(1074263646)--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.03.12 10:41:23.157--ServerSession(124734309)--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.03.12 10:41:23.159--ServerSession(124734309)--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.03.12 10:41:23.159--ServerSession(124734309)--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.03.12 10:41:23.160--ServerSession(124734309)--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.03.12 10:41:23.161--ServerSession(124734309)--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.03.12 10:41:23.162--ServerSession(124734309)--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.03.12 10:41:23.188--ServerSession(1234586997)--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.03.12 10:41:23.190--ServerSession(1234586997)--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.03.12 10:41:23.190--ServerSession(1234586997)--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.03.12 10:41:23.191--ServerSession(1234586997)--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.03.12 10:41:23.191--ServerSession(1234586997)--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.03.12 10:41:23.192--ServerSession(1234586997)--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.03.12 10:41:23.503--ServerSession(194415222)--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.03.12 10:41:23.506--ServerSession(194415222)--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.03.12 10:41:23.507--ServerSession(194415222)--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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-0jkv4 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-0qn6h-0jkv4" 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-0qn6h-0jkv4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0jkv4" 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-0qn6h-0jkv4 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-0qn6h-0jkv4" 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-0qn6h-0jkv4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0jkv4" 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-0qn6h-0jkv4" 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-0qn6h-0jkv4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0jkv4" 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) [EL Warning]: 2024.03.12 10:41:25.946--ServerSession(194415222)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 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]: metadata: 2024.03.12 10:41:25.995--ServerSession(936261188)--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.03.12 10:41:25.997--ServerSession(936261188)--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.03.12 10:41:25.998--ServerSession(936261188)--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.03.12 10:41:26.058--ServerSession(936261188)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:41:26.081--ServerSession(1353093587)--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.03.12 10:41:26.084--ServerSession(1353093587)--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.03.12 10:41:26.084--ServerSession(1353093587)--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: 3.122 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenant123JunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSchemaJunitTest [EL Warning]: 2024.03.12 10:41:26.527--ServerSession(610189734)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Can't drop database 'ecltests_MT'; database doesn't exist Error Code: 1008 Call: drop schema ecltests_MT; Query: DataModifyQuery(sql="drop schema ecltests_MT;") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-x9jqg 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-0qn6h-x9jqg" 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-0qn6h-x9jqg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x9jqg" 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-0qn6h-x9jqg 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-0qn6h-x9jqg" 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-0qn6h-x9jqg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x9jqg" 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-0qn6h-x9jqg" 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-0qn6h-x9jqg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x9jqg" 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) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.563 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.03.12 10:41:35.071--ServerSession(426435961)--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.03.12 10:41:35.073--ServerSession(426435961)--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.03.12 10:41:35.074--ServerSession(426435961)--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.03.12 10:41:35.105--ServerSession(426435961)--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.03.12 10:41:35.107--ServerSession(426435961)--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.03.12 10:41:35.107--ServerSession(426435961)--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.03.12 10:41:35.109--ServerSession(426435961)--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. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.661 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.03.12 10:41:36.727--ServerSession(166710672)--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.03.12 10:41:36.728--ServerSession(166710672)--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.03.12 10:41:36.728--ServerSession(166710672)--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.03.12 10:41:36.729--ServerSession(166710672)--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.03.12 10:41:36.729--ServerSession(166710672)--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.03.12 10:41:36.730--ServerSession(166710672)--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: 1.510 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.03.12 10:41:38.243--ServerSession(406183058)--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.03.12 10:41:38.244--ServerSession(406183058)--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.03.12 10:41:38.245--ServerSession(406183058)--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.03.12 10:41:38.245--ServerSession(406183058)--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.03.12 10:41:38.245--ServerSession(406183058)--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.03.12 10:41:38.246--ServerSession(406183058)--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: 1.447 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.014 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [16/94] [INFO] from 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] 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.beanvalidation --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [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.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] 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 Mar 12, 2024 10:41:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [EL Warning]: 2024.03.12 10:41:44.099--UnitOfWork(1227903899)--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.03.12 10:41:44.111--UnitOfWork(1227903899)--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. proj proj some long name [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.107 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-v4f8c 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-0qn6h-v4f8c" 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-0qn6h-v4f8c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4f8c" 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-0qn6h-v4f8c 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-0qn6h-v4f8c" 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-0qn6h-v4f8c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4f8c" 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-0qn6h-v4f8c" 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-0qn6h-v4f8c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4f8c" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [17/94] [INFO] from 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] 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.beanvalidation.dynamic --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Nothing to compile - all classes are up to date. [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] 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 Mar 12, 2024 10:41:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [EL Warning]: 2024.03.12 10:41:48.772--UnitOfWork(2079051109)--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.03.12 10:41:48.781--UnitOfWork(2079051109)--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. >> surname::must not be null >> name::must not be null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.544 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [18/94] [INFO] from 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] 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.cascadedeletes --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [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.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] 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: 2.012 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [19/94] [INFO] from 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] 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.complexaggregate --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nwcxh 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-0qn6h-nwcxh" 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-0qn6h-nwcxh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nwcxh" 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-0qn6h-nwcxh 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-0qn6h-nwcxh" 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-0qn6h-nwcxh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nwcxh" 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-0qn6h-nwcxh" 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-0qn6h-nwcxh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nwcxh" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.complexaggregate.ComplexAggregateTest [EL Warning]: metadata: 2024.03.12 10:41:56.706--ServerSession(87242619)--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.03.12 10:41:56.735--ServerSession(87242619)--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.03.12 10:41:56.736--ServerSession(87242619)--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: 2.171 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [20/94] [INFO] from 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] 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.composite.advanced.common --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common --- [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 >-- [INFO] Building Test - composite.advanced.member_1 5.0.0-SNAPSHOT [21/94] [INFO] from 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] 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.composite.advanced.member_1 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common:jar:member_1:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [22/94] [INFO] from 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] 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.composite.advanced.member_2 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common:jar:member_2:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [23/94] [INFO] from 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] 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.composite.advanced.member_3 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common:jar:member_3:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [24/94] [INFO] from 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] 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.composite.advanced --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-9tcjx 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-0qn6h-9tcjx" 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-0qn6h-9tcjx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9tcjx" 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-0qn6h-9tcjx 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-0qn6h-9tcjx" 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-0qn6h-9tcjx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9tcjx" 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-0qn6h-9tcjx" 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-0qn6h-9tcjx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9tcjx" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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.03.12 10:42:08.384--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.03.12 10:42:10.125--ServerSession(2075352262)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.03.12 10:42:10.127--ServerSession(1263841085)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.03.12 10:42:10.128--ServerSession(1678623942)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.03.12 10:42:10.130--ServerSession(2075352262)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.03.12 10:42:10.131--ServerSession(1263841085)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2024.03.12 10:42:10.131--ServerSession(1678623942)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: 2024.03.12 10:42:10.288--ClientSession(2018164030)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: 2024.03.12 10:42:10.342--ClientSession(319144230)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: 2024.03.12 10:42:10.401--ClientSession(33238366)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.514--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: 2024.03.12 10:42:10.514--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.516--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: 2024.03.12 10:42:10.516--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.795--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.03.12 10:42:10.795--UnitOfWork(1287401019)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.composite.advanced.member_1.Address@6192a5d5) [EL Severe]: 2024.03.12 10:42:10.828--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.829--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.829--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.03.12 10:42:10.830--ClientSession(1141059550)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.863--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.864--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.865--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.03.12 10:42:10.865--ClientSession(1569371800)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.896--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.897--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.897--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.03.12 10:42:10.898--ClientSession(1204030294)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.929--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.930--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.930--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.03.12 10:42:10.930--ClientSession(849063257)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.962--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.962--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2024.03.12 10:42:10.963--ServerSession(1678623942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2024.03.12 10:42:10.963--ClientSession(821513849)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: metamodel: 2024.03.12 10:42:11.233--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.03.12 10:42:11.410--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.03.12 10:42:11.653--UnitOfWork(1057064084)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 Error Code: 1406 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 => [166, 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: 166) [EL Warning]: 2024.03.12 10:42:11.879--UnitOfWork(1420012022)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t0.PROJ_ID, t0.PROJ_TYPE, t0.DESCRIP, t0.PROJ_NAME, t0.VERSION, t0.LEADER_ID, t1.PROJ_ID, t1.BUDGET FROM MBR3_PROJECT t0, MBR3_LPROJECT t1 WHERE (((t0.PROJ_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID)) AND (t0.PROJ_TYPE = ?)) FOR UPDATE NOWAIT bind => [19, L] Query: ReadObjectQuery(referenceClass=LargeProject sql="SELECT DISTINCT t0.PROJ_TYPE FROM MBR3_PROJECT t0, MBR3_LPROJECT t1 WHERE (((t0.PROJ_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID)) AND (t0.PROJ_TYPE IN (?, ?)))") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-blkg9 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-0qn6h-blkg9" 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-0qn6h-blkg9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-blkg9" 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-0qn6h-blkg9 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-0qn6h-blkg9" 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-0qn6h-blkg9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-blkg9" 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-0qn6h-blkg9" 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-0qn6h-blkg9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-blkg9" 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) [EL Warning]: metamodel: 2024.03.12 10:42:15.230--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.03.12 10:42:15.409--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: 2024.03.12 10:42:15.631--UnitOfWork(2126392903)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 203] 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> 203 [EL Warning]: 2024.03.12 10:42:15.678--UnitOfWork(1561668557)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 204] 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> 204 [EL Warning]: 2024.03.12 10:42:15.753--UnitOfWork(1588976146)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT bind => [103] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [EL Warning]: 2024.03.12 10:42:15.778--UnitOfWork(528965756)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT bind => [104] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") 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.03.12 10:42:16.893--UnitOfWork(638466103)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:42:16.903--UnitOfWork(1947681232)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:42:17.065--UnitOfWork(286169474)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 265] 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> 265 [EL Warning]: 2024.03.12 10:42:17.421--UnitOfWork(678538385)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 284] 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> 284 [EL Warning]: 2024.03.12 10:42:17.445--UnitOfWork(705400860)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT bind => [161] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [EL Warning]: 2024.03.12 10:42:17.454--UnitOfWork(1370231468)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT bind => [162] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [EL Warning]: 2024.03.12 10:42:17.717--UnitOfWork(1402479907)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 314] 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> 314 [EL Warning]: 2024.03.12 10:42:17.780--UnitOfWork(150306380)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 317] 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> 317 [INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.73 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [25/94] [INFO] from 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] 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.inheritance --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inheritance --- [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.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] 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-9mvm5 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-0qn6h-9mvm5" 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-0qn6h-9mvm5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9mvm5" 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-0qn6h-9mvm5 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-0qn6h-9mvm5" 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-0qn6h-9mvm5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9mvm5" 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-0qn6h-9mvm5" 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-0qn6h-9mvm5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9mvm5" 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) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.792 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.DeleteAllQueryInheritanceJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.EntityManagerTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.EntityManagerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.JoinedAttributeInheritanceJunitTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.583 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.JoinedAttributeInheritanceJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.323 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.MixedInheritanceTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 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.021 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.MultipleTableInheritanceCreateTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.ReportQueryMultipleReturnInheritanceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.372 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.ReportQueryMultipleReturnInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceDDLTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-fzb2f 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-0qn6h-fzb2f" 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-0qn6h-fzb2f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fzb2f" 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-0qn6h-fzb2f 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-0qn6h-fzb2f" 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-0qn6h-fzb2f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fzb2f" 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-0qn6h-fzb2f" 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-0qn6h-fzb2f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fzb2f" 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) [EL Warning]: 2024.03.12 10:42:36.627--UnitOfWork(1711445717)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@4ebfb045] 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.03.12 10:42:36.678--UnitOfWork(1887979637)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@58f7215c] 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.03.12 10:42:36.701--UnitOfWork(1871366357)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@7019d619] 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.03.12 10:42:36.714--UnitOfWork(501693751)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@305aaedf] 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: 3.327 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceDDLTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceJUnitTest [EL Warning]: 2024.03.12 10:42:38.235--UnitOfWork(1512070885)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@5855b0ed] 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.03.12 10:42:38.240--UnitOfWork(1428942383)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@8ef1d58] 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.03.12 10:42:38.246--UnitOfWork(936045786)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@6a543e09] 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.03.12 10:42:38.254--UnitOfWork(161234158)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@304068] 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: 1.524 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [26/94] [INFO] from 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] 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.inherited --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inherited --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024.03.12 10:42:40.839--ServerSession(1690859824)--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.03.12 10:42:40.855--ServerSession(1690859824)--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.03.12 10:42:40.897--ServerSession(1690859824)--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.03.12 10:42:40.901--ServerSession(1690859824)--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.03.12 10:42:40.980--ServerSession(1690859824)--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.03.12 10:42:40.987--ServerSession(1690859824)--The reference column name [ID] mapped on the element [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.03.12 10:42:40.988--ServerSession(1690859824)--The reference column name [ID] mapped on the element [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.03.12 10:42:40.989--ServerSession(1690859824)--The reference column name [ID] mapped on the element [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.03.12 10:42:41.519--ServerSession(1223240796)--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.03.12 10:42:41.523--ServerSession(1223240796)--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.03.12 10:42:41.534--ServerSession(1223240796)--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.03.12 10:42:41.537--ServerSession(1223240796)--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.03.12 10:42:41.553--ServerSession(1223240796)--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.03.12 10:42:41.556--ServerSession(1223240796)--The reference column name [ID] mapped on the element [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.03.12 10:42:41.557--ServerSession(1223240796)--The reference column name [ID] mapped on the element [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.03.12 10:42:41.558--ServerSession(1223240796)--The reference column name [ID] mapped on the element [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.03.12 10:42:42.549--ServerSession(1223240796)--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.03.12 10:42:42.564--ServerSession(1223240796)--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.03.12 10:42:42.740--ServerSession(1223240796)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_ACCLAIMS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_ACCLAIMS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS") [EL Warning]: 2024.03.12 10:42:42.760--ServerSession(1223240796)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AUDIO' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AUDIO Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO") [EL Warning]: 2024.03.12 10:42:42.763--ServerSession(1223240796)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_AWARDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_AWARDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS") [EL Warning]: 2024.03.12 10:42:42.766--ServerSession(1223240796)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_DESIGNATIONS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_DESIGNATIONS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS") [EL Warning]: 2024.03.12 10:42:42.769--ServerSession(1223240796)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.EXPERT_CONSUMER_RECORDS' Error Code: 1051 Call: drop table EXPERT_CONSUMER_RECORDS Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-fcslw 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-0qn6h-fcslw" 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-0qn6h-fcslw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fcslw" 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-0qn6h-fcslw 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-0qn6h-fcslw" 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-0qn6h-fcslw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fcslw" 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-0qn6h-fcslw" 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-0qn6h-fcslw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fcslw" 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) [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.526 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.EmbeddableSuperclassJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCRUDTest [EL Info]: 2024.03.12 10:42:44.935--DatabaseSessionImpl(2144282958)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 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: 1.618 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCallbacksJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest [EL Warning]: 2024.03.12 10:42:48.605--ServerSession(1223240796)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 5.0.0.v202403121018): 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: 2.212 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListAttributeChangeTrackingJunitTest [EL Info]: 2024.03.12 10:42:50.333--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.357--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.431--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.451--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.521--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.538--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.592--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.612--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.667--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.685--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.736--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.751--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 10:42:50.817--ServerSession(1223240796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.996 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: 1.656 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [27/94] [INFO] from 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] 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.criteria --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-lqdlh 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-0qn6h-lqdlh" 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-0qn6h-lqdlh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lqdlh" 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-0qn6h-lqdlh 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-0qn6h-lqdlh" 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-0qn6h-lqdlh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lqdlh" 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-0qn6h-lqdlh" 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-0qn6h-lqdlh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lqdlh" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024.03.12 10:42:58.059--ServerSession(330128595)--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.03.12 10:42:58.077--ServerSession(330128595)--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.03.12 10:42:58.088--ServerSession(330128595)--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.03.12 10:42:58.101--ServerSession(330128595)--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.03.12 10:42:58.124--ServerSession(330128595)--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.03.12 10:42:58.128--ServerSession(330128595)--The reference column name [ID] mapped on the element [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.03.12 10:42:58.129--ServerSession(330128595)--The reference column name [ID] mapped on the element [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.03.12 10:42:58.130--ServerSession(330128595)--The reference column name [ID] mapped on the element [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 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.959 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedCriteriaQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedQueryTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-g65v8 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-0qn6h-g65v8" 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-0qn6h-g65v8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g65v8" 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-0qn6h-g65v8 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-0qn6h-g65v8" 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-0qn6h-g65v8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g65v8" 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-0qn6h-g65v8" 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-0qn6h-g65v8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g65v8" 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) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.305 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: 2.074 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.CriteriaQueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaMetamodelTest results are :[28] [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.327 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaMetamodelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaSimpleTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-ptx3l 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-0qn6h-ptx3l" 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-0qn6h-ptx3l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ptx3l" 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-0qn6h-ptx3l 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-0qn6h-ptx3l" 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-0qn6h-ptx3l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ptx3l" 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-0qn6h-ptx3l" 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-0qn6h-ptx3l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ptx3l" 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) results are :[28] [INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.525 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaSimpleTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaUnitTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.276 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: 2.016 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.QueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.compositepk.AdvancedCompositePKJunitTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.347 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.compositepk.AdvancedCompositePKJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.derivedid.AdvancedCompositePKJunitTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1p83g 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-0qn6h-1p83g" 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-0qn6h-1p83g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1p83g" 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-0qn6h-1p83g 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-0qn6h-1p83g" 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-0qn6h-1p83g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1p83g" 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-0qn6h-1p83g" 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-0qn6h-1p83g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1p83g" 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) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.351 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.derivedid.AdvancedCompositePKJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.CriteriaQueryCastTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.711 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.CriteriaQueryCastTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.JUnitCriteriaMetamodelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.312 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.JUnitCriteriaMetamodelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.QueryCastTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.507 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.03.12 10:43:31.113--ServerSession(1280814277)--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.03.12 10:43:31.115--ServerSession(1280814277)--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.03.12 10:43:31.122--ServerSession(1280814277)--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.03.12 10:43:31.124--ServerSession(1280814277)--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.03.12 10:43:31.135--ServerSession(1280814277)--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.03.12 10:43:31.136--ServerSession(1280814277)--The reference column name [ID] mapped on the element [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.03.12 10:43:31.137--ServerSession(1280814277)--The reference column name [ID] mapped on the element [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.03.12 10:43:31.138--ServerSession(1280814277)--The reference column name [ID] mapped on the element [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.03.12 10:43:31.265--ServerSession(1280814277)--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.03.12 10:43:31.272--ServerSession(1280814277)--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: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.792 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: 1.497 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inherited.JUnitCriteriaMetamodelTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inherited.QueryCastTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-9vf1j 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-0qn6h-9vf1j" 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-0qn6h-9vf1j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9vf1j" 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-0qn6h-9vf1j 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-0qn6h-9vf1j" 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-0qn6h-9vf1j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9vf1j" 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-0qn6h-9vf1j" 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-0qn6h-9vf1j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9vf1j" 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) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.503 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [28/94] [INFO] from 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] 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.datatypes --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datatypes --- [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.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] 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: 1.491 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.015 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.DoesRelationConformTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.NullBindingTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 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.001 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [29/94] [INFO] from 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] 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.datetime --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datetime --- [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.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] 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: 1.431 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [30/94] [INFO] from 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] 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.ddlgeneration --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-8689j 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-0qn6h-8689j" 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-0qn6h-8689j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8689j" 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-0qn6h-8689j 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-0qn6h-8689j" 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-0qn6h-8689j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8689j" 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-0qn6h-8689j" 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-0qn6h-8689j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8689j" 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) [EL Warning]: metadata: 2024.03.12 10:43:46.523--ServerSession(391183339)--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.03.12 10:43:46.539--ServerSession(391183339)--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.03.12 10:43:46.575--ServerSession(391183339)--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.03.12 10:43:46.810--ServerSession(1603696865)--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.03.12 10:43:46.812--ServerSession(1603696865)--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.03.12 10:43:46.813--ServerSession(1603696865)--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.03.12 10:43:46.814--ServerSession(1603696865)--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.03.12 10:43:47.261--ServerSession(917568725)--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.03.12 10:43:47.264--ServerSession(917568725)--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.03.12 10:43:47.274--ServerSession(917568725)--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.03.12 10:43:48.236--ServerSession(917568725)--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.03.12 10:43:48.241--ServerSession(917568725)--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.03.12 10:43:48.243--ServerSession(917568725)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024.03.12 10:43:48.250--ServerSession(917568725)--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.03.12 10:43:48.258--ServerSession(917568725)--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.03.12 10:43:48.262--ServerSession(917568725)--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.03.12 10:43:48.265--ServerSession(917568725)--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]: 2024.03.12 10:43:49.142--ServerSession(917568725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 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.03.12 10:43:49.678--ServerSession(917568725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)") [EL Warning]: 2024.03.12 10:43:50.089--ServerSession(917568725)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' Error Code: 1822 Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)") [EL Warning]: 2024.03.12 10:43:51.359--UnitOfWork(1004390006)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_COURSE' doesn't exist Error Code: 1146 Call: SELECT ID FROM DDL_COURSE Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE") [EL Warning]: metadata: 2024.03.12 10:43:51.476--ServerSession(412410893)--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.03.12 10:43:51.478--ServerSession(412410893)--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.03.12 10:43:51.486--ServerSession(412410893)--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.03.12 10:43:51.555--ServerSession(412410893)--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.03.12 10:43:51.558--ServerSession(412410893)--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.03.12 10:43:51.560--ServerSession(412410893)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024.03.12 10:43:51.565--ServerSession(412410893)--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.03.12 10:43:51.570--ServerSession(412410893)--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.03.12 10:43:51.574--ServerSession(412410893)--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.03.12 10:43:51.576--ServerSession(412410893)--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]: 2024.03.12 10:43:51.612--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.DDL_CKENT_C_B' doesn't exist Error Code: 1146 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.03.12 10:43:51.765--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Duplicate column name 'B_CODE' Error Code: 1060 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.03.12 10:43:51.767--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Duplicate column name 'B_SEQ' Error Code: 1060 Call: ALTER TABLE DDL_CKENTA ADD B_SEQ BIGINT Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD B_SEQ BIGINT ") [EL Warning]: 2024.03.12 10:43:51.769--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Duplicate column name 'B_UNQ1' Error Code: 1060 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.03.12 10:43:51.771--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Duplicate column name 'B_UNQ2' Error Code: 1060 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.03.12 10:43:51.920--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Duplicate column name 'JUSTTOTEST' Error Code: 1060 Call: ALTER TABLE DDL_EMP ADD JUSTTOTEST SMALLINT Query: DataModifyQuery(sql="ALTER TABLE DDL_EMP ADD JUSTTOTEST SMALLINT ") [EL Warning]: 2024.03.12 10:43:52.002--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Duplicate column name 'name' Error Code: 1060 Call: ALTER TABLE Countries ADD name VARCHAR(255) Query: DataModifyQuery(sql="ALTER TABLE Countries ADD name VARCHAR(255) ") [EL Warning]: 2024.03.12 10:43:52.376--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTC_A_F_NAME' in the referenced table 'DDL_CKENTA' Error Code: 1822 Call: ALTER TABLE DDL_CKENTC ADD CONSTRAINT FK_DDL_CKENTC_A_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTC ADD CONSTRAINT FK_DDL_CKENTC_A_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ)") [EL Warning]: 2024.03.12 10:43:52.436--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENTA_B_UNQ1' in the referenced table 'DDL_CKENTB' Error Code: 1822 Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)") [EL Warning]: 2024.03.12 10:43:52.873--ServerSession(412410893)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Failed to add the foreign key constraint. Missing index for constraint 'FK_DDL_CKENT_C_B_C_SEQ' in the referenced table 'DDL_CKENTC' Error Code: 1822 Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE) Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)") [EL Warning]: 2024.03.12 10:43:53.385--UnitOfWork(1637000661)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null Error Code: 1048 Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) bind => [3, null, null] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@2373ad99) [EL Warning]: 2024.03.12 10:43:53.390--UnitOfWork(1271084832)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null Error Code: 1048 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@2975a9e) [EL Warning]: 2024.03.12 10:43:53.398--UnitOfWork(1433976386)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.COLUMN1' Error Code: 1062 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@4c2af006) [EL Warning]: 2024.03.12 10:43:53.401--UnitOfWork(1130153977)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.UCforColumn2' Error Code: 1062 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@4e49ce2b) [EL Warning]: 2024.03.12 10:43:53.403--UnitOfWork(1523957322)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY1.UNQ_DDL_UCENTITY1_0' Error Code: 1062 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@4364712f) [EL Warning]: 2024.03.12 10:43:53.412--UnitOfWork(215638041)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.COLUMN1' Error Code: 1062 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@446626a7) [EL Warning]: 2024.03.12 10:43:53.415--UnitOfWork(485542604)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_0' Error Code: 1062 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@797c3c3b) [EL Warning]: 2024.03.12 10:43:53.417--UnitOfWork(649848324)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_1' Error Code: 1062 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@4f5b08d) [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.579 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationExtendTablesTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationTest [EL Warning]: 2024.03.12 10:43:53.732--UnitOfWork(1369541409)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null Error Code: 1048 Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) bind => [9, null, null] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@2935fd2c) [EL Warning]: 2024.03.12 10:43:53.736--UnitOfWork(1808584758)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null Error Code: 1048 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@7523a3dc) [EL Warning]: 2024.03.12 10:43:53.771--UnitOfWork(1446521801)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.COLUMN1' Error Code: 1062 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@15f35bc3) [EL Warning]: 2024.03.12 10:43:53.774--UnitOfWork(2085713965)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY1.UCforColumn2' Error Code: 1062 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@591a4f8e) [EL Warning]: 2024.03.12 10:43:53.776--UnitOfWork(1472200981)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY1.UNQ_DDL_UCENTITY1_0' Error Code: 1062 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@77bc2e16) [EL Warning]: 2024.03.12 10:43:53.780--UnitOfWork(518159731)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.COLUMN1' Error Code: 1062 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@71b639d0) [EL Warning]: 2024.03.12 10:43:53.782--UnitOfWork(1476915117)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_0' Error Code: 1062 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@5e5aafc6) [EL Warning]: 2024.03.12 10:43:53.784--UnitOfWork(1459040434)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'DDL_UCENTITY2.UNQ_DDL_UCENTITY2_1' Error Code: 1062 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@53a84ff4) [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLTableSuffixTest [EL Warning]: metadata: 2024.03.12 10:43:54.030--ServerSession(1434769862)--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.03.12 10:43:54.031--ServerSession(1434769862)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2024.03.12 10:43:54.032--ServerSession(1434769862)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 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.107 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.03.12 10:43:54.188--ServerSession(969432090)--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.03.12 10:43:54.189--ServerSession(969432090)--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.03.12 10:43:54.189--ServerSession(969432090)--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.03.12 10:43:54.190--ServerSession(969432090)--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.436 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLTablePerTenantTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.tableperclass.DDLTablePerClassTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-4p1pq 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-0qn6h-4p1pq" 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-0qn6h-4p1pq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4p1pq" 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-0qn6h-4p1pq 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-0qn6h-4p1pq" 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-0qn6h-4p1pq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4p1pq" 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-0qn6h-4p1pq" 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-0qn6h-4p1pq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4p1pq" 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) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 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.024 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [31/94] [INFO] from 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] 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.lob --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.lob --- [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.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] 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: 1.761 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [32/94] [INFO] from 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] 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.delimited --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] 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 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.719 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-qn993 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-0qn6h-qn993" 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-0qn6h-qn993, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qn993" 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-0qn6h-qn993 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-0qn6h-qn993" 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-0qn6h-qn993, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qn993" 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-0qn6h-qn993" 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-0qn6h-qn993, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qn993" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [33/94] [INFO] from 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] 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.diagnostic --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [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.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] 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.03.12 10:44:08.072--ServerSession(1584833211)--client acquired: 1299145277 [EL Finer]: transaction: 2024.03.12 10:44:08.095--ClientSession(1299145277)--acquire unit of work: 1532800776 [EL Finest]: transaction: 2024.03.12 10:44:08.095--UnitOfWork(1532800776)--register_new_for_persist (There is no English translation for this message.) [EL Finest]: transaction: 2024.03.12 10:44:08.102--UnitOfWork(1532800776)--register_new_for_persist (There is no English translation for this message.) [EL Finer]: transaction: 2024.03.12 10:44:08.102--UnitOfWork(1532800776)--begin unit of work flush [EL Finest]: query: 2024.03.12 10:44:08.107--UnitOfWork(1532800776)--Execute query InsertObjectQuery(BranchADiagnostic{id=1}) [EL Fine]: connection: 2024.03.12 10:44:08.112--ServerSession(1584833211)--Connection(988786279)--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 10:44:08.139--ServerSession(1584833211)--Connection(1105282397)--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Finest]: connection: 2024.03.12 10:44:08.140--ServerSession(1584833211)--Connection(1105282397)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024.03.12 10:44:08.141--ClientSession(1299145277)--Connection(1105282397)--begin transaction [EL Fine]: sql: 2024.03.12 10:44:08.146--ClientSession(1299145277)--Connection(1105282397)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?) bind => [1 parameter bound] [EL Finest]: query: 2024.03.12 10:44:08.151--UnitOfWork(1532800776)--Execute query InsertObjectQuery(BranchBDiagnostic{id=11}) [EL Fine]: sql: 2024.03.12 10:44:08.152--ClientSession(1299145277)--Connection(1105282397)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?) bind => [2 parameters bound] [EL Finer]: transaction: 2024.03.12 10:44:08.154--UnitOfWork(1532800776)--end unit of work flush [EL Finer]: transaction: 2024.03.12 10:44:08.158--UnitOfWork(1532800776)--resume unit of work [EL Finer]: transaction: 2024.03.12 10:44:08.159--UnitOfWork(1532800776)--begin unit of work commit [EL Finer]: transaction: 2024.03.12 10:44:08.165--ClientSession(1299145277)--Connection(1105282397)--commit transaction [EL Finest]: connection: 2024.03.12 10:44:08.166--ServerSession(1584833211)--Connection(1105282397)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 10:44:08.178--UnitOfWork(1532800776)--end unit of work commit [EL Finer]: transaction: 2024.03.12 10:44:08.178--UnitOfWork(1532800776)--resume unit of work [EL Finest]: transaction: 2024.03.12 10:44:08.179--UnitOfWork(1532800776)--deleting_object (There is no English translation for this message.) [EL Finer]: transaction: 2024.03.12 10:44:08.179--UnitOfWork(1532800776)--begin unit of work commit [EL Finest]: query: 2024.03.12 10:44:08.180--UnitOfWork(1532800776)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic ) [EL Finest]: query: 2024.03.12 10:44:08.187--UnitOfWork(1532800776)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1}) [EL Finest]: query: 2024.03.12 10:44:08.187--UnitOfWork(1532800776)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=11}) [EL Finest]: connection: 2024.03.12 10:44:08.189--ServerSession(1584833211)--Connection(1105282397)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024.03.12 10:44:08.189--ClientSession(1299145277)--Connection(1105282397)--begin transaction [EL Fine]: sql: 2024.03.12 10:44:08.190--ClientSession(1299145277)--Connection(1105282397)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?) bind => [2 parameters bound] [EL Finest]: query: 2024.03.12 10:44:08.193--UnitOfWork(1532800776)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=11}) [EL Fine]: sql: 2024.03.12 10:44:08.193--ClientSession(1299145277)--Connection(1105282397)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?) bind => [1 parameter bound] [EL Finer]: transaction: 2024.03.12 10:44:08.194--ClientSession(1299145277)--Connection(1105282397)--commit transaction [EL Finest]: connection: 2024.03.12 10:44:08.196--ServerSession(1584833211)--Connection(1105282397)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 10:44:08.197--UnitOfWork(1532800776)--end unit of work commit [EL Finer]: transaction: 2024.03.12 10:44:08.197--UnitOfWork(1532800776)--resume unit of work [EL Finer]: transaction: 2024.03.12 10:44:08.198--UnitOfWork(1532800776)--begin unit of work commit [EL Finest]: query: 2024.03.12 10:44:08.198--UnitOfWork(1532800776)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1}) [EL Finer]: transaction: 2024.03.12 10:44:08.198--UnitOfWork(1532800776)--end unit of work commit [EL Finer]: transaction: 2024.03.12 10:44:08.199--UnitOfWork(1532800776)--resume unit of work [EL Finest]: query: 2024.03.12 10:44:08.205--UnitOfWork(1532800776)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024.03.12 10:44:08.206--UnitOfWork(1532800776)--validate object space. [EL Warning]: cache: 2024.03.12 10:44:08.207--UnitOfWork(1532800776)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=1}] [EL Warning]: cache: 2024.03.12 10:44:08.207--UnitOfWork(1532800776)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024.03.12 10:44:08.207--UnitOfWork(1532800776)--corrupt object: BranchBDiagnostic{id=11} [EL Finer]: transaction: 2024.03.12 10:44:08.208--UnitOfWork(1532800776)--release unit of work [EL Finer]: connection: 2024.03.12 10:44:08.208--ClientSession(1299145277)--client released [EL Finer]: connection: 2024.03.12 10:44:08.210--ServerSession(1827212229)--client acquired: 1204178174 [EL Finer]: transaction: 2024.03.12 10:44:08.210--ClientSession(1204178174)--acquire unit of work: 173440626 [EL Finest]: transaction: 2024.03.12 10:44:08.210--UnitOfWork(173440626)--register_new_for_persist (There is no English translation for this message.) [EL Finest]: transaction: 2024.03.12 10:44:08.211--UnitOfWork(173440626)--register_new_for_persist (There is no English translation for this message.) [EL Finer]: transaction: 2024.03.12 10:44:08.211--UnitOfWork(173440626)--begin unit of work flush [EL Finest]: query: 2024.03.12 10:44:08.211--UnitOfWork(173440626)--Execute query InsertObjectQuery(BranchADiagnostic{id=2}) [EL Fine]: connection: 2024.03.12 10:44:08.212--ServerSession(1827212229)--Connection(884604029)--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 10:44:08.237--ServerSession(1827212229)--Connection(2082545616)--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Finest]: connection: 2024.03.12 10:44:08.237--ServerSession(1827212229)--Connection(2082545616)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024.03.12 10:44:08.237--ClientSession(1204178174)--Connection(2082545616)--begin transaction [EL Fine]: sql: 2024.03.12 10:44:08.238--ClientSession(1204178174)--Connection(2082545616)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?) bind => [1 parameter bound] [EL Finest]: query: 2024.03.12 10:44:08.239--UnitOfWork(173440626)--Execute query InsertObjectQuery(BranchBDiagnostic{id=22}) [EL Fine]: sql: 2024.03.12 10:44:08.240--ClientSession(1204178174)--Connection(2082545616)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?) bind => [2 parameters bound] [EL Finer]: transaction: 2024.03.12 10:44:08.242--UnitOfWork(173440626)--end unit of work flush [EL Finer]: transaction: 2024.03.12 10:44:08.242--UnitOfWork(173440626)--resume unit of work [EL Finer]: transaction: 2024.03.12 10:44:08.242--UnitOfWork(173440626)--begin unit of work commit [EL Finer]: transaction: 2024.03.12 10:44:08.243--ClientSession(1204178174)--Connection(2082545616)--commit transaction [EL Finest]: connection: 2024.03.12 10:44:08.244--ServerSession(1827212229)--Connection(2082545616)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 10:44:08.245--UnitOfWork(173440626)--end unit of work commit [EL Finer]: transaction: 2024.03.12 10:44:08.245--UnitOfWork(173440626)--resume unit of work [EL Finest]: transaction: 2024.03.12 10:44:08.245--UnitOfWork(173440626)--deleting_object (There is no English translation for this message.) [EL Finer]: transaction: 2024.03.12 10:44:08.246--UnitOfWork(173440626)--begin unit of work commit [EL Finest]: query: 2024.03.12 10:44:08.246--UnitOfWork(173440626)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic ) [EL Finest]: query: 2024.03.12 10:44:08.246--UnitOfWork(173440626)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2}) [EL Finest]: query: 2024.03.12 10:44:08.247--UnitOfWork(173440626)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=22}) [EL Finest]: connection: 2024.03.12 10:44:08.247--ServerSession(1827212229)--Connection(2082545616)--Connection acquired from connection pool [default]. [EL Finer]: transaction: 2024.03.12 10:44:08.247--ClientSession(1204178174)--Connection(2082545616)--begin transaction [EL Fine]: sql: 2024.03.12 10:44:08.248--ClientSession(1204178174)--Connection(2082545616)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?) bind => [2 parameters bound] [EL Finest]: query: 2024.03.12 10:44:08.249--UnitOfWork(173440626)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=22}) [EL Fine]: sql: 2024.03.12 10:44:08.249--ClientSession(1204178174)--Connection(2082545616)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?) bind => [1 parameter bound] [EL Finer]: transaction: 2024.03.12 10:44:08.250--ClientSession(1204178174)--Connection(2082545616)--commit transaction [EL Finest]: connection: 2024.03.12 10:44:08.252--ServerSession(1827212229)--Connection(2082545616)--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 10:44:08.252--UnitOfWork(173440626)--end unit of work commit [EL Finer]: transaction: 2024.03.12 10:44:08.252--UnitOfWork(173440626)--resume unit of work [EL Finer]: transaction: 2024.03.12 10:44:08.253--UnitOfWork(173440626)--begin unit of work commit [EL Finest]: query: 2024.03.12 10:44:08.253--UnitOfWork(173440626)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2}) [EL Finer]: transaction: 2024.03.12 10:44:08.253--UnitOfWork(173440626)--end unit of work commit [EL Finer]: transaction: 2024.03.12 10:44:08.254--UnitOfWork(173440626)--resume unit of work [EL Finest]: query: 2024.03.12 10:44:08.278--UnitOfWork(173440626)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024.03.12 10:44:08.278--UnitOfWork(173440626)--validate object space. [EL Warning]: cache: 2024.03.12 10:44:08.279--UnitOfWork(173440626)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}] [EL Warning]: cache: 2024.03.12 10:44:08.279--UnitOfWork(173440626)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024.03.12 10:44:08.279--UnitOfWork(173440626)--corrupt object: BranchBDiagnostic{id=22} [EL Finest]: query: 2024.03.12 10:44:08.282--UnitOfWork(173440626)--Execute query ReadObjectQuery(name="findBranchADiagnosticById" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)") [EL Info]: transaction: 2024.03.12 10:44:08.282--UnitOfWork(173440626)--validate object space. [EL Warning]: cache: 2024.03.12 10:44:08.283--UnitOfWork(173440626)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}] [EL Warning]: cache: 2024.03.12 10:44:08.283--UnitOfWork(173440626)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs] [EL Warning]: cache: 2024.03.12 10:44:08.283--UnitOfWork(173440626)--corrupt object: BranchBDiagnostic{id=22} [EL Finer]: transaction: 2024.03.12 10:44:08.284--UnitOfWork(173440626)--release unit of work [EL Finer]: connection: 2024.03.12 10:44:08.284--ClientSession(1204178174)--client released [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [34/94] [INFO] from 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] 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.extensibility --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.extensibility --- [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.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] 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.03.12 10:44:12.489--ServerSession(475024998)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:12.724--ServerSession(1250816994)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:12.898--ServerSession(1910492961)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:13.040--ServerSession(18601987)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:13.223--ServerSession(300659126)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:13.330--ServerSession(280862192)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:13.472--ServerSession(293326812)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:13.475--ServerSession(293326812)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_JOIN_TABLE_ID1' Error Code: 1826 Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [EL Warning]: 2024.03.12 10:44:13.618--ServerSession(938279178)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:13.741--ServerSession(777970377)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Severe]: 2024.03.12 10:44:13.805--ServerSession(65310008)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:44:13.806--ServerSession(65310008)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:44:13.883--ServerSession(603184112)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_EMP_ADDRESS_ID' Error Code: 1826 Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [EL Warning]: 2024.03.12 10:44:13.885--ServerSession(603184112)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Duplicate foreign key constraint name 'FK_EXTENS_JOIN_TABLE_ID1' Error Code: 1826 Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.049 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.xml WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-htp0q 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-0qn6h-htp0q" 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-0qn6h-htp0q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-htp0q" 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-0qn6h-htp0q 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-0qn6h-htp0q" 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-0qn6h-htp0q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-htp0q" 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-0qn6h-htp0q" 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-0qn6h-htp0q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-htp0q" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [35/94] [INFO] from 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] 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.fetchgroups --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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] 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.058 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupAPITests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupMergeWithCacheTests [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.286 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: 2.149 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupTrackerWeavingTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedDefaultFetchGroupTests WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-qtp83 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-0qn6h-qtp83" 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-0qn6h-qtp83, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qtp83" 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-0qn6h-qtp83 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-0qn6h-qtp83" 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-0qn6h-qtp83, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qtp83" 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-0qn6h-qtp83" 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-0qn6h-qtp83, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qtp83" 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) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.809 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedDefaultFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedFetchGroupTests [EL Warning]: query: 2024.03.12 10:44:29.390--UnitOfWork(1077109993)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") 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.03.12 10:44:29.398--UnitOfWork(1077109993)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") 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.03.12 10:44:29.399--UnitOfWork(1077109993)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") 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.03.12 10:44:29.497--UnitOfWork(1821310436)--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: 3.156 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedNamedFetchGroupTests [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.727 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedNamedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleDefaultFetchGroupTests WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-tfvfg 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-0qn6h-tfvfg" 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-0qn6h-tfvfg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tfvfg" 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-0qn6h-tfvfg 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-0qn6h-tfvfg" 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-0qn6h-tfvfg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tfvfg" 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-0qn6h-tfvfg" 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-0qn6h-tfvfg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tfvfg" 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) [EL Warning]: query: 2024.03.12 10:44:35.028--UnitOfWork(1419580670)--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.03.12 10:44:35.042--UnitOfWork(1488320466)--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.03.12 10:44:35.145--ServerSession(862062296)--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.03.12 10:44:35.146--UnitOfWork(1628801015)--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.03.12 10:44:35.192--UnitOfWork(1705512923)--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.03.12 10:44:35.193--UnitOfWork(1705512923)--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.03.12 10:44:35.235--UnitOfWork(1539392017)--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: 2.793 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleDefaultFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleFetchGroupTests [EL Warning]: query: 2024.03.12 10:44:37.864--UnitOfWork(1508661771)--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.03.12 10:44:37.907--UnitOfWork(450836606)--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: 2.733 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleNamedFetchGroupTests [EL Warning]: query: 2024.03.12 10:44:40.549--UnitOfWork(1791292189)--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.03.12 10:44:40.586--UnitOfWork(1386938427)--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: 2.609 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleNamedFetchGroupTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleSerializeFetchGroupTests [EL Warning]: query: 2024.03.12 10:44:43.204--UnitOfWork(152834486)--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.03.12 10:44:43.240--UnitOfWork(783323948)--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: 3.251 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nsm5r 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-0qn6h-nsm5r" 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-0qn6h-nsm5r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nsm5r" 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-0qn6h-nsm5r 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-0qn6h-nsm5r" 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-0qn6h-nsm5r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nsm5r" 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-0qn6h-nsm5r" 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-0qn6h-nsm5r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nsm5r" 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) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [36/94] [INFO] from 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] 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.fieldaccess.advanced --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [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.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] 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(352083264)--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(1967667267)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@2b03d52f] 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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-zsn9c 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-0qn6h-zsn9c" 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-0qn6h-zsn9c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zsn9c" 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-0qn6h-zsn9c 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-0qn6h-zsn9c" 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-0qn6h-zsn9c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zsn9c" 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-0qn6h-zsn9c" 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-0qn6h-zsn9c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zsn9c" 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-0qn6h-h0wt7 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-0qn6h-h0wt7" 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-0qn6h-h0wt7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h0wt7" 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-0qn6h-h0wt7 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-0qn6h-h0wt7" 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-0qn6h-h0wt7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h0wt7" 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-0qn6h-h0wt7" 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-0qn6h-h0wt7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h0wt7" 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-0qn6h-j3gjt 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-0qn6h-j3gjt" 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-0qn6h-j3gjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j3gjt" 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-0qn6h-j3gjt 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-0qn6h-j3gjt" 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-0qn6h-j3gjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j3gjt" 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-0qn6h-j3gjt" 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-0qn6h-j3gjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j3gjt" 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-0qn6h-fb4dv 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-0qn6h-fb4dv" 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-0qn6h-fb4dv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fb4dv" 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-0qn6h-fb4dv 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-0qn6h-fb4dv" 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-0qn6h-fb4dv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fb4dv" 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-0qn6h-fb4dv" 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-0qn6h-fb4dv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fb4dv" 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-0qn6h-899lt 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-0qn6h-899lt" 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-0qn6h-899lt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-899lt" 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-0qn6h-899lt 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-0qn6h-899lt" 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-0qn6h-899lt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-899lt" 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-0qn6h-899lt" 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-0qn6h-899lt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-899lt" 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-0qn6h-mhx52 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-0qn6h-mhx52" 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-0qn6h-mhx52, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mhx52" 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-0qn6h-mhx52 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-0qn6h-mhx52" 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-0qn6h-mhx52, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mhx52" 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-0qn6h-mhx52" 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-0qn6h-mhx52, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mhx52" 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) [EL Warning]: UnitOfWork(168398198)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.cj.jdbc.exceptions.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction Error Code: 1205 Call: 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 ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE bind => [65] Query: ReadObjectQuery(name="readEmployee" 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 ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE") [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.02 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: 1.059 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.999 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(718057154)--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(190605872)--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(1233805613)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1008294188)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1673518027)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(713939266)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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]: UnitOfWork(633468398)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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: 3.229 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(602572848)--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(267523139)--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(2108125957)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1894652259)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1685448568)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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: 2.319 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: 1.018 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: 5.288 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.JoinedAttributeAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.NamedNativeQueryJUnitTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-t160v 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-0qn6h-t160v" 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-0qn6h-t160v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t160v" 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-0qn6h-t160v 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-0qn6h-t160v" 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-0qn6h-t160v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t160v" 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-0qn6h-t160v" 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-0qn6h-t160v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t160v" 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) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 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(1603095377)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1071364078)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 5.0.0.v202403121018): 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: 1.019 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: 1.437 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(267523139)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.927 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(267523139)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.027 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryMultipleReturnTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.SQLResultSetMappingTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.SQLResultSetMappingTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.UpdateAllQueryAdvancedJunitTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.875 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: 1.018 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.866 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupTrackerWeavingTests [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedDefaultFetchGroupTests WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-ktjd3 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-0qn6h-ktjd3" 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-0qn6h-ktjd3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ktjd3" 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-0qn6h-ktjd3 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-0qn6h-ktjd3" 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-0qn6h-ktjd3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ktjd3" 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-0qn6h-ktjd3" 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-0qn6h-ktjd3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ktjd3" 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) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 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(1079606421)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") 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(1079606421)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") 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(1079606421)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))") 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(1433583194)--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: 1.253 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: 1.059 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(2081095824)--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(1561140816)--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(267523139)--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(1977025352)--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(558869213)--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(558869213)--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(1147607035)--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: 1.202 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(1153252805)--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(56185058)--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: 1.110 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(314371576)--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(2056754365)--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: 1.057 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(1297666596)--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(18675677)--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: 1.709 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [37/94] [INFO] from 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] 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.fieldaccess.relationships --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-xdxsl 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-0qn6h-xdxsl" 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-0qn6h-xdxsl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xdxsl" 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-0qn6h-xdxsl 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-0qn6h-xdxsl" 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-0qn6h-xdxsl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xdxsl" 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-0qn6h-xdxsl" 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-0qn6h-xdxsl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xdxsl" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.ExpressionJUnitTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.936 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.212 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.546 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.462 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.216 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [38/94] [INFO] from 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] 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.identity --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.identity --- [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.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] 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: 1.235 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [39/94] [INFO] from 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] 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.jpaadvancedproperties --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-hxnr6 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-0qn6h-hxnr6" 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-0qn6h-hxnr6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxnr6" 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-0qn6h-hxnr6 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-0qn6h-hxnr6" 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-0qn6h-hxnr6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxnr6" 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-0qn6h-hxnr6" 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-0qn6h-hxnr6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxnr6" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvNoProfilerTest [EL Warning]: metamodel: 2024.03.12 10:46:26.565--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.754 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvNoProfilerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPerfProfilerTest Profile( total time=47630736, local time=47630736, Timer:ConnectionManagement=47630736, ) [EL Warning]: metamodel: 2024.03.12 10:46:26.675--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.078 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPerfProfilerTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesTest Mar 12, 2024 10:46:27 AM org.eclipse.persistence.session.JPASessionXML WARNING: Local Exception Stack: Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.567 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [40/94] [INFO] from 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] 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.relationships --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.relationships --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024.03.12 10:46:29.275--ServerSession(1307904972)--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.03.12 10:46:29.713--ServerSession(1479696465)--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.03.12 10:46:31.912--UnitOfWork(1315081042)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() with statements that produce result sets Error Code: 0 Call: Select * FROM CMP3_CUSTOMER Query: DataModifyQuery(sql="Select * FROM CMP3_CUSTOMER") [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.380 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.820 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.720 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.705 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.KeyTypeToManyRelationshipTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.RelationshipModelTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-4jv5c 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-0qn6h-4jv5c" 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-0qn6h-4jv5c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4jv5c" 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-0qn6h-4jv5c 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-0qn6h-4jv5c" 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-0qn6h-4jv5c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4jv5c" 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-0qn6h-4jv5c" 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-0qn6h-4jv5c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4jv5c" 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) [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 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: 1.404 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.120 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [41/94] [INFO] from 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] 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.jpql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 25 source files with javac [debug deprecation release 17] to target/test-classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024.03.12 10:46:40.714--ServerSession(1548010882)--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.03.12 10:46:40.922--ServerSession(1363396194)--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.03.12 10:46:40.925--ServerSession(1363396194)--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.03.12 10:46:40.935--ServerSession(1363396194)--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.03.12 10:46:40.937--ServerSession(1363396194)--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.03.12 10:46:40.957--ServerSession(1363396194)--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.03.12 10:46:40.961--ServerSession(1363396194)--The reference column name [ID] mapped on the element [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.03.12 10:46:40.962--ServerSession(1363396194)--The reference column name [ID] mapped on the element [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.03.12 10:46:40.963--ServerSession(1363396194)--The reference column name [ID] mapped on the element [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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-gqgkj 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-0qn6h-gqgkj" 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-0qn6h-gqgkj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gqgkj" 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-0qn6h-gqgkj 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-0qn6h-gqgkj" 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-0qn6h-gqgkj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gqgkj" 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-0qn6h-gqgkj" 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-0qn6h-gqgkj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gqgkj" 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) [EL Warning]: 2024.03.12 10:46:45.776--UnitOfWork(1775383190)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 400] 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> 400 [EL Warning]: 2024.03.12 10:46:45.815--UnitOfWork(298057575)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 400] 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> 400 [EL Warning]: 2024.03.12 10:46:45.838--UnitOfWork(1818236857)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 400] 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> 400 [EL Warning]: 2024.03.12 10:46:45.859--UnitOfWork(185674515)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 400] 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> 400 [EL Warning]: 2024.03.12 10:46:46.010--UnitOfWork(1077688833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [400] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: 2024.03.12 10:46:46.100--UnitOfWork(1656197285)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [400] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [EL Warning]: 2024.03.12 10:46:47.387--UnitOfWork(1835529707)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT bind => [400] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.490 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.AdvancedQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexAggregateTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.320 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexAggregateTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-px5pw 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-0qn6h-px5pw" 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-0qn6h-px5pw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-px5pw" 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-0qn6h-px5pw 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-0qn6h-px5pw" 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-0qn6h-px5pw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-px5pw" 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-0qn6h-px5pw" 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-0qn6h-px5pw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-px5pw" 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: The test customFunctionNVLTest is supported on Oracle only WARNING: AS OF only supported on Oracle. WARNING: Hierarchical selects only supported on Oracle. WARNING: The test testNestedFUNCs is supported on Oracle only WARNING: NULLS FIRST only supported on Oracle. WARNING: testOPERATOR only works with Oracle WARNING: testSQLCast only works with Oracle WARNING: INTERSECT not supported on this database. [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.868 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLExamplesTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.476 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLExamplesTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLInheritanceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.104 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLModifyTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-k3pgv 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-0qn6h-k3pgv" 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-0qn6h-k3pgv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k3pgv" 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-0qn6h-k3pgv 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-0qn6h-k3pgv" 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-0qn6h-k3pgv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k3pgv" 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-0qn6h-k3pgv" 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-0qn6h-k3pgv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k3pgv" 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-0qn6h-5m7kh 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-0qn6h-5m7kh" 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-0qn6h-5m7kh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5m7kh" 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-0qn6h-5m7kh 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-0qn6h-5m7kh" 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-0qn6h-5m7kh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5m7kh" 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-0qn6h-5m7kh" 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-0qn6h-5m7kh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5m7kh" 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) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.68 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLModifyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLParameterTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-934tw 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-0qn6h-934tw" 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-0qn6h-934tw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-934tw" 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-0qn6h-934tw 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-0qn6h-934tw" 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-0qn6h-934tw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-934tw" 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-0qn6h-934tw" 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-0qn6h-934tw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-934tw" 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) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 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.010 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLQueryHelperTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLSimpleTest [INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.491 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLSimpleTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLUnitTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.232 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLUnitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLValidationTest [EL Warning]: 2024.03.12 10:47:34.168--UnitOfWork(5849388)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 722] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 722 [EL Warning]: 2024.03.12 10:47:34.173--[TEMPORARY LOGGING] [EL Warning]: 2024.03.12 10:47:34.173--jakarta.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 722] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 722 [EL Warning]: 2024.03.12 10:47:34.180--UnitOfWork(1009081089)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 722] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 722 [EL Warning]: 2024.03.12 10:47:34.189--UnitOfWork(707666410)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 722] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 722 [EL Warning]: 2024.03.12 10:47:34.204--UnitOfWork(530410675)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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: 2.243 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLValidationTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexAggregateTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexAggregateTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-vpd60 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-0qn6h-vpd60" 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-0qn6h-vpd60, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vpd60" 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-0qn6h-vpd60 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-0qn6h-vpd60" 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-0qn6h-vpd60, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vpd60" 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-0qn6h-vpd60" 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-0qn6h-vpd60, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vpd60" 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) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.320 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.derivedid.JUnitJPQLComplexTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 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.094 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.161 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.083 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLModifyTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.AdvancedQueryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.723 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.AdvancedQueryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.JUnitJPQLInheritanceTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.326 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.03.12 10:47:38.754--ServerSession(1999653946)--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.03.12 10:47:38.756--ServerSession(1999653946)--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.03.12 10:47:38.762--ServerSession(1999653946)--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.03.12 10:47:38.763--ServerSession(1999653946)--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.03.12 10:47:38.771--ServerSession(1999653946)--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.03.12 10:47:38.773--ServerSession(1999653946)--The reference column name [ID] mapped on the element [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.03.12 10:47:38.773--ServerSession(1999653946)--The reference column name [ID] mapped on the element [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.03.12 10:47:38.774--ServerSession(1999653946)--The reference column name [ID] mapped on the element [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.03.12 10:47:38.904--ServerSession(1999653946)--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.03.12 10:47:38.908--ServerSession(1999653946)--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: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 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.03.12 10:47:40.558--ServerSession(580933160)--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.03.12 10:47:42.197--ServerSession(2141416804)--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] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.435 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.704 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.718 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLExamplesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 549, 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nnnrd 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-0qn6h-nnnrd" 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-0qn6h-nnnrd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nnnrd" 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-0qn6h-nnnrd 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-0qn6h-nnnrd" 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-0qn6h-nnnrd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nnnrd" 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-0qn6h-nnnrd" 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-0qn6h-nnnrd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nnnrd" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [42/94] [INFO] from 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] 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.jta --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [43/94] [INFO] from 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] 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.performance --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance --- [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.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [44/94] [INFO] from 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] 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.memory --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [45/94] [INFO] from 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] 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.metamodel.aspectj --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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] 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: 1.478 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-q4dct 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-0qn6h-q4dct" 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-0qn6h-q4dct, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-q4dct" 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-0qn6h-q4dct 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-0qn6h-q4dct" 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-0qn6h-q4dct, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-q4dct" 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-0qn6h-q4dct" 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-0qn6h-q4dct, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-q4dct" 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) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [46/94] [INFO] from 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] 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.orphanremoval --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [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.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] 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.03.12 10:47:57.014--ServerSession(647149086)--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.03.12 10:47:58.114--UnitOfWork(1430207342)--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: 2.114 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [47/94] [INFO] from 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] 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.partitioned --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.partitioned --- [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.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] 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: 2.933 s -- in org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedXMLTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-knskz 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-0qn6h-knskz" 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-0qn6h-knskz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-knskz" 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-0qn6h-knskz 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-0qn6h-knskz" 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-0qn6h-knskz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-knskz" 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-0qn6h-knskz" 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-0qn6h-knskz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-knskz" 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) [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [48/94] [INFO] from 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] 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.performance2 --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [49/94] [INFO] from 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] 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.persistence32 --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.persistence32 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.persistence32 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.persistence32 --- [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.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] 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: 1.515 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.468 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.440 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.EntityGraphTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerFactoryTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerFactoryTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerTest [EL Warning]: 2024.03.12 10:48:12.642--UnitOfWork(959925223)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, TRAINER_ID FROM PERSISTENCE32_POKEMON WHERE (ID = ?) FOR UPDATE NOWAIT bind => [3] Query: ReadObjectQuery(referenceClass=Pokemon sql="SELECT ID, NAME, TRAINER_ID FROM PERSISTENCE32_POKEMON WHERE (ID = ?) FOR UPDATE NOWAIT") Exception in thread "Thread-1" jakarta.persistence.PessimisticLockException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, TRAINER_ID FROM PERSISTENCE32_POKEMON WHERE (ID = ?) FOR UPDATE NOWAIT bind => [3] Query: ReadObjectQuery(referenceClass=Pokemon sql="SELECT ID, NAME, TRAINER_ID FROM PERSISTENCE32_POKEMON WHERE (ID = ?) FOR UPDATE NOWAIT") at org.eclipse.persistence.internal.jpa.EntityManagerImpl.executeQuery(EntityManagerImpl.java:1046) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.refresh(EntityManagerImpl.java:1173) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.lock(EntityManagerImpl.java:2163) at org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerTest$2.lambda$run$0(EntityManagerTest.java:145) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate.runInTransaction(EntityManagerFactoryDelegate.java:880) at org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.runInTransaction(EntityManagerFactoryImpl.java:931) at org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerTest$2.run(EntityManagerTest.java:143) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. Error Code: 3572 Call: SELECT ID, NAME, TRAINER_ID FROM PERSISTENCE32_POKEMON WHERE (ID = ?) FOR UPDATE NOWAIT bind => [3] Query: ReadObjectQuery(referenceClass=Pokemon sql="SELECT ID, NAME, TRAINER_ID FROM PERSISTENCE32_POKEMON WHERE (ID = ?) FOR UPDATE NOWAIT") 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.ClientSession.executeCall(ClientSession.java:322) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:1773) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.executeQuery(EntityManagerImpl.java:1034) ... 7 more Caused by: java.sql.SQLException: Statement aborted because lock(s) could not be acquired immediately and NOWAIT is set. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) ... 26 more WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-j24m2 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-0qn6h-j24m2" 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-0qn6h-j24m2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j24m2" 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-0qn6h-j24m2 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-0qn6h-j24m2" 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-0qn6h-j24m2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j24m2" 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-0qn6h-j24m2" 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-0qn6h-j24m2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j24m2" 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) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.310 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.320 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.325 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.383 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.466 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.374 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.144 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.357 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.350 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.333 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.337 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.UnionCriteriaQueryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 79, 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [50/94] [INFO] from 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] 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.privateowned --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.privateowned --- [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.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] 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 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.103 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [51/94] [INFO] from 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] 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.pu-with-spaces --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-wt6w1 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-0qn6h-wt6w1" 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-0qn6h-wt6w1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wt6w1" 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-0qn6h-wt6w1 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-0qn6h-wt6w1" 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-0qn6h-wt6w1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wt6w1" 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-0qn6h-wt6w1" 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-0qn6h-wt6w1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wt6w1" 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) [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces --- [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.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] 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.03.12 10:48:26.528--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.03.12 10:48:26.598--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.03.12 10:48:26.632--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.886 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [52/94] [INFO] from 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] 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.remote --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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] 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-d779v 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-0qn6h-d779v" 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-0qn6h-d779v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d779v" 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-0qn6h-d779v 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-0qn6h-d779v" 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-0qn6h-d779v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d779v" 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-0qn6h-d779v" 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-0qn6h-d779v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d779v" 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) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.865 s -- in org.eclipse.persistence.testing.tests.jpa.remote.JPARCMLocalChangeSetTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.remote.RemoteEntityManagerTest [EL Warning]: metadata: 2024.03.12 10:48:37.036--ServerSession(1231696346)--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.03.12 10:48:37.256--RemoteSession(1648217898)--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.03.12 10:48:41.037--UnitOfWork(1248233635)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:48:41.060--UnitOfWork(1102579887)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:48:41.090--UnitOfWork(1628474223)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.fieldaccess.advanced.Employee Primary Key> 919 [EL Warning]: 2024.03.12 10:48:41.497--UnitOfWork(415296455)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 929] 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> 929 [EL Warning]: 2024.03.12 10:48:42.257--UnitOfWork(1377278885)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 938] 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> 938 [INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.561 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [53/94] [INFO] from 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] 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.sessionbean --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [54/94] [INFO] from 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] 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.sessionbean.ha --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-d09n8 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-0qn6h-d09n8" 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-0qn6h-d09n8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d09n8" 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-0qn6h-d09n8 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-0qn6h-d09n8" 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-0qn6h-d09n8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d09n8" 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-0qn6h-d09n8" 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-0qn6h-d09n8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d09n8" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [55/94] [INFO] from 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] 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.validation --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.validation --- [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.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] 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: 1.036 s -- in org.eclipse.persistence.testing.tests.jpa.validation.QueryParameterValidationTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.validation.ValidationTest [EL Info]: 2024.03.12 10:48:48.044--ServerSession(1299145277)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:48:48.056--ServerSession(1299145277)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Severe]: ejb: 2024.03.12 10:48:48.056--ServerSession(1299145277)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Info]: 2024.03.12 10:48:48.064--ServerSession(1311544814)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 10:48:48.065--ServerSession(1311544814)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Severe]: ejb: 2024.03.12 10:48:48.065--ServerSession(1311544814)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [56/94] [INFO] from 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] 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.weaving --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.weaving --- [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.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] 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: 1.333 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: 1.378 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] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-gncpl 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-0qn6h-gncpl" 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-0qn6h-gncpl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gncpl" 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-0qn6h-gncpl 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-0qn6h-gncpl" 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-0qn6h-gncpl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gncpl" 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-0qn6h-gncpl" 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-0qn6h-gncpl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gncpl" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.349 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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [57/94] [INFO] from 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] 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.xml.composite.advanced.common --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common --- [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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 [58/94] [INFO] from 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] 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.xml.composite.advanced.member_1 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common:jar:member_1:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [59/94] [INFO] from 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] 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.xml.composite.advanced.member_2 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common:jar:member_2:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [60/94] [INFO] from 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] 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.xml.composite.advanced.member_3 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common:jar:member_3:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [61/94] [INFO] from 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] 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.xml.composite.advanced --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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.03.12 10:49:04.368--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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-zxh23 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-0qn6h-zxh23" 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-0qn6h-zxh23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zxh23" 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-0qn6h-zxh23 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-0qn6h-zxh23" 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-0qn6h-zxh23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zxh23" 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-0qn6h-zxh23" 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-0qn6h-zxh23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zxh23" 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) [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.354 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [62/94] [INFO] from 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] 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.xml.advanced --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [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.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] 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(583559449)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.348 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedTest [EL Warning]: ServerSession(583559449)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XMLAddress does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XMLAddress Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLAddress") [EL Warning]: ServerSession(583559449)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XMLInOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XMLInOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLInOut") [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.719 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: 1.256 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-tb8vw 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-0qn6h-tb8vw" 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-0qn6h-tb8vw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tb8vw" 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-0qn6h-tb8vw 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-0qn6h-tb8vw" 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-0qn6h-tb8vw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tb8vw" 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-0qn6h-tb8vw" 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-0qn6h-tb8vw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tb8vw" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [63/94] [INFO] from 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] 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.xml.extended.advanced --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: ServerSession(107915280)--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(107915280)--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(107915280)--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(107915280)--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(107915280)--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(107915280)--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(107915280)--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(107915280)--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(107915280)--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(107915280)--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(1363800072)--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(1363800072)--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(1363800072)--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(1363800072)--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(1363800072)--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(1363800072)--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(1363800072)--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(1363800072)--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(1363800072)--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(1363800072)--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(1363800072)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.647 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedJunitTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedTest [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.991 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: 1.215 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-jfnnj 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-0qn6h-jfnnj" 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-0qn6h-jfnnj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jfnnj" 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-0qn6h-jfnnj 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-0qn6h-jfnnj" 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-0qn6h-jfnnj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jfnnj" 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-0qn6h-jfnnj" 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-0qn6h-jfnnj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jfnnj" 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) [INFO] [INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [64/94] [INFO] from 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] 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.xml.extended.advanced.additionalcriteria --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria --- [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.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] 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(1504321715)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.290 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [65/94] [INFO] from 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] 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.xml.extended.advanced.fetchgroup --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup --- [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.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] 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(1858015030)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [66/94] [INFO] from 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] 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.xml.extended.complexaggregate --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-sx8h2 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-0qn6h-sx8h2" 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-0qn6h-sx8h2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sx8h2" 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-0qn6h-sx8h2 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-0qn6h-sx8h2" 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-0qn6h-sx8h2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sx8h2" 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-0qn6h-sx8h2" 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-0qn6h-sx8h2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sx8h2" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.complexaggregate.XmlExtendedComplexAggregateTest [EL Info]: ServerSession(1651262695)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: ServerSession(1651262695)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[ownershipDetails] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1651262695)--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(1651262695)--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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.590 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [67/94] [INFO] from 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] 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.xml.inheritance --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [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.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] 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: 1.754 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [68/94] [INFO] from 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] 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.xml.extended.inheritance --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-tdl0v 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-0qn6h-tdl0v" 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-0qn6h-tdl0v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tdl0v" 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-0qn6h-tdl0v 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-0qn6h-tdl0v" 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-0qn6h-tdl0v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tdl0v" 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-0qn6h-tdl0v" 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-0qn6h-tdl0v, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tdl0v" 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) [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [69/94] [INFO] from 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] 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.xml.relationships --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [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.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] 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(1967432164)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.989 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [70/94] [INFO] from 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] 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.xml.extended.relationships --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-4ctx7 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-0qn6h-4ctx7" 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-0qn6h-4ctx7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4ctx7" 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-0qn6h-4ctx7 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-0qn6h-4ctx7" 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-0qn6h-4ctx7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4ctx7" 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-0qn6h-4ctx7" 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-0qn6h-4ctx7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4ctx7" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.relationships.XmlExtendedRelationshipsTest [EL Info]: ServerSession(626626764)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.364 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [71/94] [INFO] from 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] 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.xml.extended.composite.advanced.member_1 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common:jar:member_1:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [72/94] [INFO] from 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] 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.xml.extended.composite.advanced.member_2 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common:jar:member_2:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [73/94] [INFO] from 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] 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.xml.extended.composite.advanced.member_3 --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common:jar:member_3:5.0.0-SNAPSHOT already exists in destination. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [74/94] [INFO] from 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] 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.xml.extended.composite.advanced --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024.03.12 10:50:03.045--ServerSession(1632413663)--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.03.12 10:50:03.076--ServerSession(1632413663)--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.03.12 10:50:03.077--ServerSession(1632413663)--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.03.12 10:50:03.347--ServerSession(1638435724)--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.03.12 10:50:03.365--ServerSession(1638435724)--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.03.12 10:50:03.366--ServerSession(1638435724)--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.03.12 10:50:03.404--ServerSession(573487274)--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.03.12 10:50:03.406--ServerSession(573487274)--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.03.12 10:50:03.407--ServerSession(573487274)--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.03.12 10:50:03.450--ServerSession(912966811)--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.03.12 10:50:03.473--ServerSession(1638435724)--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.03.12 10:50:03.476--ServerSession(1638435724)--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.03.12 10:50:03.477--ServerSession(1638435724)--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.03.12 10:50:03.477--ServerSession(1638435724)--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.03.12 10:50:03.477--ServerSession(1638435724)--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.03.12 10:50:03.742--ServerSession(1605988985)--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.03.12 10:50:03.745--ServerSession(1605988985)--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.03.12 10:50:03.746--ServerSession(1605988985)--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.03.12 10:50:03.783--ServerSession(1873121466)--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.03.12 10:50:03.790--ServerSession(1873121466)--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.03.12 10:50:03.791--ServerSession(1873121466)--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.03.12 10:50:03.821--ServerSession(2031927175)--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.03.12 10:50:03.824--ServerSession(1873121466)--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.03.12 10:50:03.824--ServerSession(1873121466)--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.03.12 10:50:03.825--ServerSession(1873121466)--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.03.12 10:50:03.825--ServerSession(1873121466)--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.03.12 10:50:03.826--ServerSession(1873121466)--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.03.12 10:50:04.796--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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-j1cpq 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-0qn6h-j1cpq" 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-0qn6h-j1cpq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j1cpq" 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-0qn6h-j1cpq 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-0qn6h-j1cpq" 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-0qn6h-j1cpq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j1cpq" 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-0qn6h-j1cpq" 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-0qn6h-j1cpq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j1cpq" 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) [EL Warning]: metadata: 2024.03.12 10:50:06.017--ServerSession(1374431318)--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.03.12 10:50:06.020--ServerSession(1374431318)--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.03.12 10:50:06.021--ServerSession(1374431318)--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: 2.522 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [75/94] [INFO] from 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] 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.xml.merge.advanced --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: ServerSession(800088638)--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(1068232840)--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(1068232840)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.566 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [76/94] [INFO] from 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] 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.xml.merge.incompletemappings.nonowning --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning --- [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.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] 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-11s6m 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-0qn6h-11s6m" 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-0qn6h-11s6m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-11s6m" 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-0qn6h-11s6m 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-0qn6h-11s6m" 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-0qn6h-11s6m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-11s6m" 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-0qn6h-11s6m" 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-0qn6h-11s6m, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-11s6m" 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) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.585 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [77/94] [INFO] from 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] 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.xml.merge.incompletemappings.owning --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning --- [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.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] 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 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.833 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [78/94] [INFO] from 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] 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.xml.merge.inherited --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited --- [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.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] 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: 1.604 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.inherited.XmlMergeInheritedTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-2f4mq 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-0qn6h-2f4mq" 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-0qn6h-2f4mq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2f4mq" 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-0qn6h-2f4mq 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-0qn6h-2f4mq" 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-0qn6h-2f4mq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2f4mq" 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-0qn6h-2f4mq" 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-0qn6h-2f4mq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2f4mq" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [79/94] [INFO] from 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] 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.xml.merge.relationships --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024.03.12 10:50:27.319--ServerSession(1213818572)--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.03.12 10:50:27.775--ServerSession(703555670)--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: 1.601 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [80/94] [INFO] from 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] 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.xml.advanced.multitenant --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: 2024.03.12 10:50:31.855--ServerSession(539690370)--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.03.12 10:50:31.871--ServerSession(539690370)--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.03.12 10:50:32.105--ServerSession(2044282225)--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.03.12 10:50:32.106--ServerSession(2044282225)--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.03.12 10:50:32.143--ServerSession(573487274)--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.03.12 10:50:32.143--ServerSession(573487274)--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.03.12 10:50:32.144--ServerSession(573487274)--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.03.12 10:50:32.145--ServerSession(573487274)--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.03.12 10:50:32.188--ServerSession(1026483832)--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.03.12 10:50:32.189--ServerSession(1026483832)--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.03.12 10:50:32.190--ServerSession(1026483832)--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.03.12 10:50:32.190--ServerSession(1026483832)--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.03.12 10:50:32.518--ServerSession(1624817884)--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.03.12 10:50:32.520--ServerSession(1624817884)--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]: 2024.03.12 10:50:34.380--ServerSession(1624817884)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'SEQUENCE' already exists Error Code: 1050 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))") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.194 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.03.12 10:50:34.587--ServerSession(1790598448)--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.03.12 10:50:34.589--ServerSession(1790598448)--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.03.12 10:50:34.630--ServerSession(1790598448)--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.03.12 10:50:34.631--ServerSession(1790598448)--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.03.12 10:50:34.632--ServerSession(1790598448)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLCapo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2024.03.12 10:50:34.633--ServerSession(1790598448)--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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-634bs 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-0qn6h-634bs" 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-0qn6h-634bs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-634bs" 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-0qn6h-634bs 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-0qn6h-634bs" 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-0qn6h-634bs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-634bs" 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-0qn6h-634bs" 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-0qn6h-634bs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-634bs" 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) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 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.03.12 10:50:35.850--ServerSession(296223788)--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.03.12 10:50:35.851--ServerSession(296223788)--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.03.12 10:50:35.866--ServerSession(296223788)--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.03.12 10:50:35.867--ServerSession(296223788)--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: 1.103 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.03.12 10:50:36.953--ServerSession(843005078)--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.03.12 10:50:36.954--ServerSession(843005078)--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.03.12 10:50:36.955--ServerSession(843005078)--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.03.12 10:50:36.956--ServerSession(843005078)--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: 1.005 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [81/94] [INFO] from 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] 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.xml.inherited --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [EL Warning]: metadata: ServerSession(980138431)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(980138431)--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(980138431)--The reference column name [ID] mapped on the element [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(980138431)--The reference column name [ID] mapped on the element [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(980138431)--The reference column name [ID] mapped on the element [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(1617156106)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202403121018): 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(1617156106)--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(1617156106)--The reference column name [ID] mapped on the element [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(1617156106)--The reference column name [ID] mapped on the element [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(1617156106)--The reference column name [ID] mapped on the element [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(1617156106)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: ServerSession(1617156106)--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(1617156106)--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: 3.126 s -- in org.eclipse.persistence.testing.tests.jpa.xml.inherited.EntityMappingsInheritedJUnitTestCase WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nkqnl 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-0qn6h-nkqnl" 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-0qn6h-nkqnl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nkqnl" 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-0qn6h-nkqnl 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-0qn6h-nkqnl" 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-0qn6h-nkqnl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nkqnl" 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-0qn6h-nkqnl" 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-0qn6h-nkqnl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nkqnl" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [82/94] [INFO] from 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] 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.xml.metadatacomplete --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [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.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] 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.967 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [83/94] [INFO] from 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] 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.xml.relationships.unidirectional --- [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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional --- [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.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] 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(1900366749)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.631 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [84/94] [INFO] from 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] 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.xml.xmlmetadatacomplete --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [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.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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-ssfnz 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-0qn6h-ssfnz" 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-0qn6h-ssfnz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ssfnz" 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-0qn6h-ssfnz 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-0qn6h-ssfnz" 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-0qn6h-ssfnz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ssfnz" 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-0qn6h-ssfnz" 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-0qn6h-ssfnz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ssfnz" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.xmlmetadatacomplete.XMLMappingMetadataCompleteTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [85/94] [INFO] from 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] 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.nativeapi --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/nativeapi/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [86/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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 --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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 --- [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [87/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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.03.12 10:51:01.238--ServerSession(1519736165)--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.03.12 10:51:02.116--ServerSession(1176932104)--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.03.12 10:51:02.616--ServerSession(498134055)--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. 591 [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.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@4930539b, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@6d171ce0, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@22bd2039}}]}, 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@705f83a7, com.mongodb.Jep395RecordCodecProvider@3bb8aabc, com.mongodb.KotlinCodecProvider@6e1d4137]}]}, 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} 613 [cluster-ClusterId{value='65f033965c2c2653a95ba36a', 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=23752645} 1417 [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@705f83a7, com.mongodb.Jep395RecordCodecProvider@3bb8aabc, com.mongodb.KotlinCodecProvider@6e1d4137]}, 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} 1417 [cluster-ClusterId{value='65f033975c2c2653a95ba3a9', 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=1432795} [EL Warning]: metadata: 2024.03.12 10:51:03.790--ServerSession(734230775)--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.03.12 10:51:03.821--ServerSession(1255958078)--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. 1474 [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.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@4930539b, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@6d171ce0, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@22bd2039}}]}, 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@705f83a7, com.mongodb.Jep395RecordCodecProvider@3bb8aabc, com.mongodb.KotlinCodecProvider@6e1d4137]}]}, 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} 1475 [cluster-ClusterId{value='65f033975c2c2653a95ba3aa', 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=1400492} 1481 [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.03.12 10:51:03.867--ServerSession(1255958078)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:51:03.867--ServerSession(1255958078)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:51:03.881--ServerSession(240000757)--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. 1532 [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.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@4930539b, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@6d171ce0, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@22bd2039}}]}, 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@705f83a7, com.mongodb.Jep395RecordCodecProvider@3bb8aabc, com.mongodb.KotlinCodecProvider@6e1d4137]}]}, 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} 1533 [cluster-ClusterId{value='65f033975c2c2653a95ba3ab', 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=1187896} 1533 [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.03.12 10:51:03.897--ServerSession(240000757)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:51:03.898--ServerSession(240000757)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:51:03.912--ServerSession(480943798)--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. 1563 [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.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@4930539b, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@6d171ce0, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@22bd2039}}]}, 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@705f83a7, com.mongodb.Jep395RecordCodecProvider@3bb8aabc, com.mongodb.KotlinCodecProvider@6e1d4137]}]}, 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} 1564 [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}]. 1564 [cluster-ClusterId{value='65f033975c2c2653a95ba3ac', 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=1237971} [EL Severe]: 2024.03.12 10:51:03.930--ServerSession(480943798)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:51:03.930--ServerSession(480943798)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:51:03.950--ServerSession(102185114)--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. 1604 [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.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@4930539b, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@6d171ce0, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@22bd2039}}]}, 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@705f83a7, com.mongodb.Jep395RecordCodecProvider@3bb8aabc, com.mongodb.KotlinCodecProvider@6e1d4137]}]}, 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} 1604 [cluster-ClusterId{value='65f033975c2c2653a95ba3ad', 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=1214377} 1605 [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.03.12 10:51:03.970--ServerSession(102185114)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 10:51:03.970--ServerSession(102185114)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 1681 [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.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@4930539b, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@6d171ce0, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@22bd2039}}]}, 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@705f83a7, com.mongodb.Jep395RecordCodecProvider@3bb8aabc, com.mongodb.KotlinCodecProvider@6e1d4137]}]}, 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} 1682 [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}]. 1682 [cluster-ClusterId{value='65f033985c2c2653a95ba3ae', 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=1324354} [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.764 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest [INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest [EL Warning]: metadata: 2024.03.12 10:51:04.109--ServerSession(1756143301)--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. 1778 [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.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@4930539b, class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@6d171ce0, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@22bd2039}}]}, 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@705f83a7, com.mongodb.Jep395RecordCodecProvider@3bb8aabc, com.mongodb.KotlinCodecProvider@6e1d4137]}]}, 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} 1778 [cluster-ClusterId{value='65f033985c2c2653a95ba3b0', 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=1396285} 1778 [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.353 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-6h4c1 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-0qn6h-6h4c1" 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-0qn6h-6h4c1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6h4c1" 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-0qn6h-6h4c1 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-0qn6h-6h4c1" 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-0qn6h-6h4c1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6h4c1" 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-0qn6h-6h4c1" 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-0qn6h-6h4c1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6h4c1" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [88/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.oracle --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [89/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.oracle.customfeatures --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [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.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [90/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.oracle.dcn --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [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.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [91/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.oracle.partitioned --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [92/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.oracle.plsql --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [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.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [93/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.oracle.proxyauthentication --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [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.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [94/94] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.oracle.timestamptz --- [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [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.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-044x8 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-0qn6h-044x8" 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-0qn6h-044x8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-044x8" 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-0qn6h-044x8 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-0qn6h-044x8" 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-0qn6h-044x8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-044x8" 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-0qn6h-044x8" 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-0qn6h-044x8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-044x8" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Persistence TestApps 5.0.0-SNAPSHOT: [INFO] [INFO] Persistence TestApps ............................... SUCCESS [ 5.252 s] [INFO] Test - advanced .................................... SUCCESS [01:18 min] [INFO] Test - advanced2 ................................... SUCCESS [ 23.972 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 4.253 s] [INFO] Test - cacheable ................................... SUCCESS [ 10.893 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 4.007 s] [INFO] Test - metamodel ................................... SUCCESS [ 4.118 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 6.332 s] [INFO] Test - advanced.cacheimpl .......................... SUCCESS [ 9.194 s] [INFO] Test - advanced.cascadepersist ..................... SUCCESS [ 3.575 s] [INFO] Test - advanced.compositepk ........................ SUCCESS [ 8.399 s] [INFO] Test - advanced.derivedid .......................... SUCCESS [ 8.383 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 3.801 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 4.327 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 19.497 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 4.632 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 4.388 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 4.471 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 4.797 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 0.939 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 0.990 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 1.071 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 1.035 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 15.921 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 20.494 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 14.128 s] [INFO] Test - criteria .................................... SUCCESS [ 43.379 s] [INFO] Test - datatypes ................................... SUCCESS [ 3.884 s] [INFO] Test - datetime .................................... SUCCESS [ 3.628 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 11.648 s] [INFO] Test - lob ......................................... SUCCESS [ 4.140 s] [INFO] Test - delimited ................................... SUCCESS [ 4.987 s] [INFO] Test - diagnostic .................................. SUCCESS [ 3.788 s] [INFO] Test - extensibility ............................... SUCCESS [ 5.637 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 30.149 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [01:28 min] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 6.870 s] [INFO] Test - identity .................................... SUCCESS [ 3.272 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 4.309 s] [INFO] Test - relationships ............................... SUCCESS [ 9.546 s] [INFO] Test - jpql ........................................ SUCCESS [01:08 min] [INFO] Test - jta ......................................... SUCCESS [ 0.959 s] [INFO] Test - performance ................................. SUCCESS [ 1.225 s] [INFO] Test - memory ...................................... SUCCESS [ 1.052 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 5.871 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 4.280 s] [INFO] Test - partitioned ................................. SUCCESS [ 7.362 s] [INFO] Test - performance2 ................................ SUCCESS [ 1.431 s] [INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [ 12.291 s] [INFO] Test - privateowned ................................ SUCCESS [ 4.499 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 2.853 s] [INFO] Test - remote ...................................... SUCCESS [ 15.777 s] [INFO] Test - sessionbean ................................. SUCCESS [ 0.825 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 1.086 s] [INFO] Test - validation .................................. SUCCESS [ 3.750 s] [INFO] Test - weaving ..................................... SUCCESS [ 8.749 s] [INFO] Test - xml.composite.advanced.common ............... SUCCESS [ 0.793 s] [INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [ 0.844 s] [INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [ 0.801 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 0.895 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 5.592 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 8.536 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 9.687 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 4.355 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 4.036 s] [INFO] Test - xml.extended.complexaggregate ............... SUCCESS [ 4.790 s] [INFO] Test - xml.inheritance ............................. SUCCESS [ 4.509 s] [INFO] Test - xml.extended.inheritance .................... SUCCESS [ 4.984 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 5.445 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 5.730 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 0.856 s] [INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [ 0.905 s] [INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [ 0.850 s] [INFO] Test - xml.extended.composite.advanced ............. SUCCESS [ 5.920 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 5.124 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 4.243 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 4.402 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 4.660 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 4.492 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 8.655 s] [INFO] Test - xml.inherited ............................... SUCCESS [ 6.564 s] [INFO] Test - xml.metadatacomplete ........................ SUCCESS [ 3.838 s] [INFO] Test - xml.relationships.unidirectional ............ SUCCESS [ 4.448 s] [INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [ 3.717 s] [INFO] Test - nativeapi ................................... SUCCESS [ 0.819 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.728 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 6.869 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 1.152 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 1.315 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 1.313 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 1.401 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 1.302 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 1.470 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 1.266 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12:50 min [INFO] Finished at: 2024-03-12T10:51:15Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (SDO LRG) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -B -V verify -pl :org.eclipse.persistence.sdo -P staging,test-sdo 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/jdk-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.sdo >--------- [INFO] Building EclipseLink SDO 5.0.0-SNAPSHOT [INFO] from 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] 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.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] 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.sdo --- [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-spotbugs-filter) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Nothing to compile - all classes are up to date. [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/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/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.6.0/org.eclipse.persistence.asm-9.6.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Nothing to compile - all classes are up to date. [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] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1kmtr 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-0qn6h-1kmtr" 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-0qn6h-1kmtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1kmtr" 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-0qn6h-1kmtr 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-0qn6h-1kmtr" 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-0qn6h-1kmtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1kmtr" 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-0qn6h-1kmtr" 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-0qn6h-1kmtr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1kmtr" 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) [INFO] Running org.eclipse.persistence.testing.sdo.externalizable.SDOResolvableTestSuite [1.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.065s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.065s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [1.214s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [1.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [1.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [1.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [1.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.410s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Severe]: 2024.03.12 06:51:26.299--Unauthorized deserialization attempt with class org.eclipse.persistence.testing.sdo.externalizable.InsecureDataObject. [1.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.477s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [1.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [1.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [1.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [1.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [1.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [1.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [1.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void example.RootImpl.() is not a subtype of class java.lang.Throwable [1.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [1.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.340 s -- in org.eclipse.persistence.testing.sdo.externalizable.SDOResolvableTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.DynamicImplTestSuite [1.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.OneElementImpl.() is not a subtype of class java.lang.Throwable [1.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.DataTypesImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:26.592--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.592--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.593--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.594--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.594--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.595--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.595--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.596--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.596--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.597--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.597--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.598--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.598--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.599--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.599--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.600--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.600--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.601--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.601--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.602--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.602--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.603--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.603--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.604--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.604--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.605--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.605--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.606--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.606--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.607--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.607--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.608--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.608--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.609--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.609--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.648--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.648--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.649--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.649--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.650--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.651--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.651--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.652--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.652--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.653--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.653--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.654--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.654--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.655--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.655--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.655--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.656--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.656--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.657--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.657--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.658--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.658--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.659--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.659--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.660--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [1.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.DataTypesImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:26.660--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.661--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.661--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.662--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.662--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.663--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.663--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.664--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.664--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:26.665--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [1.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceAImpl.() is not a subtype of class java.lang.Throwable [1.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceBImpl.() is not a subtype of class java.lang.Throwable [1.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceCImpl.() is not a subtype of class java.lang.Throwable [1.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceDImpl.() is not a subtype of class java.lang.Throwable [1.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceAImpl.() is not a subtype of class java.lang.Throwable [1.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceBImpl.() is not a subtype of class java.lang.Throwable [1.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceCImpl.() is not a subtype of class java.lang.Throwable [1.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceDImpl.() is not a subtype of class java.lang.Throwable [1.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceAImpl.() is not a subtype of class java.lang.Throwable [1.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceBImpl.() is not a subtype of class java.lang.Throwable [1.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceCImpl.() is not a subtype of class java.lang.Throwable [1.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceDImpl.() is not a subtype of class java.lang.Throwable [1.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceAImpl.() is not a subtype of class java.lang.Throwable [1.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceBImpl.() is not a subtype of class java.lang.Throwable [1.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceCImpl.() is not a subtype of class java.lang.Throwable [1.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.InheritanceDImpl.() is not a subtype of class java.lang.Throwable [1.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.DataTypeManyImpl.() is not a subtype of class java.lang.Throwable [1.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.NonDataTypeCImpl.() is not a subtype of class java.lang.Throwable [1.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.NonDataTypeAImpl.() is not a subtype of class java.lang.Throwable [1.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.NonDataTypeBImpl.() is not a subtype of class java.lang.Throwable [1.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.NonDataTypeManyCImpl.() is not a subtype of class java.lang.Throwable [1.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.NonDataTypeManyBImpl.() is not a subtype of class java.lang.Throwable [1.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.NonDataTypeManyAImpl.() is not a subtype of class java.lang.Throwable [1.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.ChangeSummaryAImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.DynamicImplTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.classgen.SDOClassGenTestSuite warning: [options] system modules path not set in conjunction with -source 14 1 warning [3.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [3.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.InvalidClassnameImpl.() is not a subtype of class java.lang.Throwable [3.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [3.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [3.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [3.428s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:28.289--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:28.307--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [EL Info]: 2024.03.12 06:51:28.308--SDOUtil: Generated Type [invalid-classname] java get/set method name changed to [InvalidClassname] to follow class naming conventions. [3.452s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [3.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestComplexTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [4.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [4.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyOtherIntegerWrapperImpl.() is not a subtype of class java.lang.Throwable [4.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestComplexTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning warning: [options] system modules path not set in conjunction with -source 14 1 warning [7.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [7.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [7.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [7.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestTypeImpl.() is not a subtype of class java.lang.Throwable [7.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [8.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [8.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [8.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [8.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [9.783s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [9.783s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [9.784s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [9.784s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable 1 warning [9.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [9.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [9.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [9.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:51:34.690--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [EL Warning]: 2024.03.12 06:51:34.709--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [9.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [9.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [9.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [9.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:51:34.731--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [EL Warning]: 2024.03.12 06:51:34.748--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [9.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [9.915s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [9.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [9.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MySimpleTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [9.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [9.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.018s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.SDO_NAMEImpl.() is not a subtype of class java.lang.Throwable [10.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-whdbg 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-0qn6h-whdbg" 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-0qn6h-whdbg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-whdbg" 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-0qn6h-whdbg 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-0qn6h-whdbg" 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-0qn6h-whdbg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-whdbg" 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-0qn6h-whdbg" 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-0qn6h-whdbg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-whdbg" 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) [10.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [10.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIDREFWrapperImpl.() is not a subtype of class java.lang.Throwable [10.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.243s][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 [10.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [10.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MySubstituteImpl.() is not a subtype of class java.lang.Throwable [10.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [10.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyElementWrapperImpl.() is not a subtype of class java.lang.Throwable [10.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [10.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIDREFWrapperImpl.() is not a subtype of class java.lang.Throwable [10.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [10.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [10.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [10.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [10.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [10.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [10.461s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [10.474s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [10.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [11.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [11.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [13.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [13.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Sub3Impl.() is not a subtype of class java.lang.Throwable [13.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Sub2Impl.() is not a subtype of class java.lang.Throwable [13.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Sub4Impl.() is not a subtype of class java.lang.Throwable [13.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Sub2SiblingImpl.() is not a subtype of class java.lang.Throwable 1 warning warning: [options] system modules path not set in conjunction with -source 14 1 warning [14.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [14.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [14.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyGregorianDateWrapperImpl.() is not a subtype of class java.lang.Throwable [14.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [14.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [14.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [14.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [15.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SizeWrapperImpl.() is not a subtype of class java.lang.Throwable [15.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [15.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [15.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [15.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable 1 warning warning: [options] system modules path not set in conjunction with -source 14 [17.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SizeWrapperImpl.() is not a subtype of class java.lang.Throwable [17.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [17.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [17.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable 1 warning [17.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.CustomerDataSDOImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.26 s -- in org.eclipse.persistence.testing.sdo.helper.classgen.SDOClassGenTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.helpercontext.SDOHelperContextTestSuite [17.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.796s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [17.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [17.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [17.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 s -- in org.eclipse.persistence.testing.sdo.helper.helpercontext.SDOHelperContextTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.jaxbhelper.JAXBHelperTestSuite [18.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void copy.Child1Impl.() is not a subtype of class java.lang.Throwable [18.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void copy.RootImpl.() is not a subtype of class java.lang.Throwable [18.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void copy.Child2Impl.() is not a subtype of class java.lang.Throwable [18.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void copy.Child2Impl.() is not a subtype of class java.lang.Throwable [18.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void copy.Child1Impl.() is not a subtype of class java.lang.Throwable [18.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void copy.RootImpl.() is not a subtype of class java.lang.Throwable [18.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.429s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.452s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.474s][warning][exceptions] Class java.io.Serializable in throws clause of method void helpercontext.RootImpl.() is not a subtype of class java.lang.Throwable [18.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void jaxb.Child1Impl.() is not a subtype of class java.lang.Throwable [18.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void jaxb.RootImpl.() is not a subtype of class java.lang.Throwable [18.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void jaxb.Child2Impl.() is not a subtype of class java.lang.Throwable [18.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void jaxb.RootImpl.() is not a subtype of class java.lang.Throwable [18.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void jaxb.Child2Impl.() is not a subtype of class java.lang.Throwable [18.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void jaxb.Child1Impl.() is not a subtype of class java.lang.Throwable [18.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [18.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.AddressImpl.() is not a subtype of class java.lang.Throwable [18.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [18.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.AddressImpl.() is not a subtype of class java.lang.Throwable [18.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [18.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [18.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [18.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.AddressImpl.() is not a subtype of class java.lang.Throwable [18.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [18.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.AddressImpl.() is not a subtype of class java.lang.Throwable [18.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [18.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [18.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.AddressImpl.() is not a subtype of class java.lang.Throwable [18.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [18.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [18.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.AddressImpl.() is not a subtype of class java.lang.Throwable [18.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [18.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [18.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [18.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [18.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.customer.AddressImpl.() is not a subtype of class java.lang.Throwable [18.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void mappings.Child2Impl.() is not a subtype of class java.lang.Throwable [18.649s][warning][exceptions] Class java.io.Serializable in throws clause of method void mappings.RootImpl.() is not a subtype of class java.lang.Throwable [18.649s][warning][exceptions] Class java.io.Serializable in throws clause of method void mappings.Child1Impl.() is not a subtype of class java.lang.Throwable [18.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child1Impl.() is not a subtype of class java.lang.Throwable [18.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child2Impl.() is not a subtype of class java.lang.Throwable [18.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.RootImpl.() is not a subtype of class java.lang.Throwable [18.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.RootImpl.() is not a subtype of class java.lang.Throwable [18.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child1Impl.() is not a subtype of class java.lang.Throwable [18.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child2Impl.() is not a subtype of class java.lang.Throwable [18.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child1Impl.() is not a subtype of class java.lang.Throwable [18.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.RootImpl.() is not a subtype of class java.lang.Throwable [18.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child2Impl.() is not a subtype of class java.lang.Throwable [18.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child1Impl.() is not a subtype of class java.lang.Throwable [18.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.RootImpl.() is not a subtype of class java.lang.Throwable [18.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child2Impl.() is not a subtype of class java.lang.Throwable [18.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child1Impl.() is not a subtype of class java.lang.Throwable [18.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.Child2Impl.() is not a subtype of class java.lang.Throwable [18.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void opposite.RootImpl.() is not a subtype of class java.lang.Throwable [18.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void xml.RootTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:43.610--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [18.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void xml.RootTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:43.617--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [18.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void xml.RootTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:43.624--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [18.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void xml.RootTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:43.633--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [18.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void xml.RootTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:43.640--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [18.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void xml.RootTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:43.647--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [18.781s][warning][exceptions] Class java.io.Serializable in throws clause of method void xml.RootTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:43.655--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [18.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.Child2Impl.() is not a subtype of class java.lang.Throwable [18.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.RenamedChild1Impl.() is not a subtype of class java.lang.Throwable [18.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.RootImpl.() is not a subtype of class java.lang.Throwable [18.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.Child2Impl.() is not a subtype of class java.lang.Throwable [18.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.RenamedChild1Impl.() is not a subtype of class java.lang.Throwable [18.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.RootImpl.() is not a subtype of class java.lang.Throwable [18.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.RenamedChild1Impl.() is not a subtype of class java.lang.Throwable [18.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.Child2Impl.() is not a subtype of class java.lang.Throwable [18.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void xsd.RootImpl.() is not a subtype of class java.lang.Throwable [18.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void datafactory.RootImpl.() is not a subtype of class java.lang.Throwable [18.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void datafactory.RootImpl.() is not a subtype of class java.lang.Throwable [18.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void datafactory.RootImpl.() is not a subtype of class java.lang.Throwable [18.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.ChildImpl.() is not a subtype of class java.lang.Throwable [18.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.RootImpl.() is not a subtype of class java.lang.Throwable [18.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.ChildImpl.() is not a subtype of class java.lang.Throwable [18.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.RootImpl.() is not a subtype of class java.lang.Throwable [18.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.ChildImpl.() is not a subtype of class java.lang.Throwable [18.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.RootImpl.() is not a subtype of class java.lang.Throwable [18.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.ChildImpl.() is not a subtype of class java.lang.Throwable [18.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.RootImpl.() is not a subtype of class java.lang.Throwable [18.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.ChildImpl.() is not a subtype of class java.lang.Throwable [18.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.RootImpl.() is not a subtype of class java.lang.Throwable [18.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.ChildImpl.() is not a subtype of class java.lang.Throwable [18.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.RootImpl.() is not a subtype of class java.lang.Throwable [18.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.ChildImpl.() is not a subtype of class java.lang.Throwable [18.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void containment.RootImpl.() is not a subtype of class java.lang.Throwable [18.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void isset.RootImpl.() is not a subtype of class java.lang.Throwable [18.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void isset.ChildImpl.() is not a subtype of class java.lang.Throwable [18.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void isset.RootImpl.() is not a subtype of class java.lang.Throwable [18.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void isset.ChildImpl.() is not a subtype of class java.lang.Throwable [18.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void identity.RootTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:43.824--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [18.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [18.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [18.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [18.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [18.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [18.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [18.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [18.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [18.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.001s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.002s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.002s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.104s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.104s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [19.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child1Impl.() is not a subtype of class java.lang.Throwable [19.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.Child2Impl.() is not a subtype of class java.lang.Throwable [19.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void changesummary.RootImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 s -- in org.eclipse.persistence.testing.sdo.helper.jaxbhelper.JAXBHelperTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.typehelper.SDOTypeHelperTestSuite [19.260s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.notintypehelper.my.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [19.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.ItemImpl.() is not a subtype of class java.lang.Throwable [19.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [19.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [19.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [19.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.ItemImpl.() is not a subtype of class java.lang.Throwable [19.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [19.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [19.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyRootImpl.() is not a subtype of class java.lang.Throwable [19.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyRootImpl.() is not a subtype of class java.lang.Throwable [19.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyRootImpl.() is not a subtype of class java.lang.Throwable [19.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyRootImpl.() is not a subtype of class java.lang.Throwable [19.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyRootImpl.() is not a subtype of class java.lang.Throwable [19.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.MyTypeImpl.() is not a subtype of class java.lang.Throwable [19.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.323s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.CustomerImpl.() is not a subtype of class java.lang.Throwable [19.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeStampeSTWrapperImpl.() is not a subtype of class java.lang.Throwable [19.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void service.sample.sdo.types.RootImpl.() is not a subtype of class java.lang.Throwable [19.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.RootTypeImpl.() is not a subtype of class java.lang.Throwable [19.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.RootTypeImpl.() is not a subtype of class java.lang.Throwable [19.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.RootTypeImpl.() is not a subtype of class java.lang.Throwable [19.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.customer.RootTypeImpl.() is not a subtype of class java.lang.Throwable [19.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.TheNameImpl.() is not a subtype of class java.lang.Throwable [19.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.TheNameImpl.() is not a subtype of class java.lang.Throwable [19.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri2.TheNameImpl.() is not a subtype of class java.lang.Throwable [19.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.PersonImpl.() is not a subtype of class java.lang.Throwable [19.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.ParentImpl.() is not a subtype of class java.lang.Throwable [19.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [19.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [19.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:44.289--SDOUtil: Generated Type [AAHZ_aqzÀÐÖØïöøǿ˿ͰͺͽͿჿ῿‌‍⁰ℏ↏Ⰰ⻮⿯、퀀퟿豈ﴀ﷏ﷰﻮ�𐀀򠀀󯿿-.0123456789·̀͐ͯ‿⁀] java class name changed to [AAHZ_aqzÀÐÖØïöøǿ_02ffͰͺͽͿჿ_1fff‌‍_2070ℏ_218fⰀ_2eee_2fef_3001퀀_d7ff豈ﴀ_fdcfﷰﻮ_fffd_d800_dc00_da40_dc00_db7f_dfff0123456789̀͐ͯ‿⁀] to follow class naming conventions. [19.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AAHZ_aqzÀÐÖØïöøǿ_02ffͰͺͽͿჿ_1fff‌‍_2070ℏ_218fⰀ_2eee_2fef_3001퀀_d7ff豈ﴀ_fdcfﷰﻮ_fffd_d800_dc00_da40_dc00_db7f_dfff0123456789̀͐ͯ‿⁀Impl.() is not a subtype of class java.lang.Throwable [19.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.Impl.() is not a subtype of class java.lang.Throwable [19.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.ͯInvalidºPropertyTypeNameImpl.() is not a subtype of class java.lang.Throwable [19.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [19.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [19.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [19.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [19.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [19.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [19.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [19.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [19.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void myuri.MyDOImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.eclipse.persistence.testing.sdo.helper.typehelper.SDOTypeHelperTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.datatype.SDOXMLHelperDatatypeTestSuite [19.737s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBooleanTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBooleanTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyByteTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyByteTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyHexBinaryTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyHexBinaryTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyHexBinaryTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBase64BinaryTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBase64BinaryTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBase64BinaryTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyCharacterTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [19.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyCharacterTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDateTypeWrapperImpl.() is not a subtype of class java.lang.Throwable WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-j1mbw 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-0qn6h-j1mbw" 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-0qn6h-j1mbw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j1mbw" 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-0qn6h-j1mbw 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-0qn6h-j1mbw" 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-0qn6h-j1mbw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j1mbw" 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-0qn6h-j1mbw" 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-0qn6h-j1mbw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j1mbw" 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) [20.081s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDateTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDateTimeTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDateTimeTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDayTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDayTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDecimalTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDecimalTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDoubleTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyDoubleTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyFloatTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyFloatTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntegerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntegerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyLongTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyLongTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyMonthTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyMonthTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.410s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyMonthDayTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyMonthDayTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyObjectTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyObjectTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:45.342--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyQNameTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [EL Info]: 2024.03.12 06:51:45.371--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyQNameTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [EL Info]: 2024.03.12 06:51:45.384--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:45.393--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:45.403--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyQNameTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [EL Info]: 2024.03.12 06:51:45.412--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:45.421--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:51:45.429--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyQNameTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void myqname_ns.ComplexRootImpl.() is not a subtype of class java.lang.Throwable ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [EL Info]: 2024.03.12 06:51:45.438--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [20.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyShortTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.594s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyShortTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyStringTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyStringTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyStringsTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyStringsTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyUriTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyUriTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyYearTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyYearTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyYearMonthTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyYearMonthTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.786s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyYearMonthDayTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyYearMonthDayTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [20.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [20.837s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.TestDataElemImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.datatype.SDOXMLHelperDatatypeTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.load.SDOXMLHelperLoadTestSuite [20.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [20.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.TestDataElemImpl.() is not a subtype of class java.lang.Throwable [20.866s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [20.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.TestDataElemImpl.() is not a subtype of class java.lang.Throwable [20.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [20.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.TestDataElemImpl.() is not a subtype of class java.lang.Throwable [20.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [20.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.TestDataElemImpl.() is not a subtype of class java.lang.Throwable [20.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [20.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.TestDataElemImpl.() is not a subtype of class java.lang.Throwable [20.904s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [20.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.TestDataElemImpl.() is not a subtype of class java.lang.Throwable [20.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [20.913s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.TestDataElemImpl.() is not a subtype of class java.lang.Throwable [20.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.schema.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [20.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.schema.SomeTypeImpl.() is not a subtype of class java.lang.Throwable [20.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.WorkerTypeImpl.() is not a subtype of class java.lang.Throwable [20.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.MySomeTypeImpl.() is not a subtype of class java.lang.Throwable 5.0.0.v202403121018 [20.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void uuid.types.AStructImpl.() is not a subtype of class java.lang.Throwable [20.955s][warning][exceptions] Class java.io.Serializable in throws clause of method void uuid.types.AStructImpl.() is not a subtype of class java.lang.Throwable [20.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void uuid.types.AStructImpl.() is not a subtype of class java.lang.Throwable [20.969s][warning][exceptions] Class java.io.Serializable in throws clause of method void uuid.types.AStructImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.load.SDOXMLHelperLoadTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.open.ChangeSummaryOpenContentTestSuite [20.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [20.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [20.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [20.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [20.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [22.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [22.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [22.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [22.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [22.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [22.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [22.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [22.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [22.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [22.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [23.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [23.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [23.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [23.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [23.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [23.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [23.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [23.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [23.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [23.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [23.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [23.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [23.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [23.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [23.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [23.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [23.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [23.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [23.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [23.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [23.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [23.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [23.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [23.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [23.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [23.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [23.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [23.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [23.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [23.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [23.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [23.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [23.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [23.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [24.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [24.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [24.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [24.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [24.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [24.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [24.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [24.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [24.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [24.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [24.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [24.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [24.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [24.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [24.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [24.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [24.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [24.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [24.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [24.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [24.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [24.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [24.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [24.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [24.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [25.439s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.440s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.440s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.440s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.505s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.505s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [25.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [25.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [25.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [25.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.535s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [25.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.689 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.open.ChangeSummaryOpenContentTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.delete.ChangeSummaryLoadAndSaveDeleteTestSuite [25.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [25.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [25.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [25.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [25.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [27.061s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.061s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.061s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.081s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.101s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [27.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [27.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [27.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [27.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [27.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [27.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [27.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [27.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [27.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [28.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.679s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [28.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [28.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [28.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [28.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.752s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.752s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.753s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.753s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [28.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [28.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [28.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [28.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [28.835s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [30.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.202s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-tc44z 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-0qn6h-tc44z" 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-0qn6h-tc44z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tc44z" 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-0qn6h-tc44z 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-0qn6h-tc44z" 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-0qn6h-tc44z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tc44z" 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-0qn6h-tc44z" 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-0qn6h-tc44z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tc44z" 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) [30.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [30.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [30.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [30.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [30.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [30.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [30.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [30.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [30.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [30.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [30.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [30.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:51:55.277--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. warning: [options] system modules path not set in conjunction with -source 14 1 warning [31.644s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.644s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.645s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [31.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [31.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [31.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [31.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [31.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [31.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.DataImpl.() is not a subtype of class java.lang.Throwable [31.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.root.RootImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.140 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.delete.ChangeSummaryLoadAndSaveDeleteTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.create.ChangeSummaryLoadAndSaveCreateTestSuite [31.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [31.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [31.837s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [31.837s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [31.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [33.136s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.136s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.175s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [33.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [33.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [33.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [33.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.260s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [33.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [33.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [33.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [33.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [33.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [33.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [33.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [33.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [33.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:51:58.219--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. warning: [options] system modules path not set in conjunction with -source 14 1 warning [34.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.737s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.737s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.761s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.761s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.761s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.786s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.786s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [34.798s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [34.798s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [34.798s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [34.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.DeptImpl.() is not a subtype of class java.lang.Throwable [34.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptResponseElementImpl.() is not a subtype of class java.lang.Throwable [34.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void dept.EmpImpl.() is not a subtype of class java.lang.Throwable [34.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.app.ProcessCSDeptElementImpl.() is not a subtype of class java.lang.Throwable [34.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.mypackage.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [34.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [34.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [34.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [34.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [34.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [34.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:51:59.828--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. warning: [options] system modules path not set in conjunction with -source 14 1 warning [36.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [36.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.481s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.481s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.481s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [36.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.505s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [36.526s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.526s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [36.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [36.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [36.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [36.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [36.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [36.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [36.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.598s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.598s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.598s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.599s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.599s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [36.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [36.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [36.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [36.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [36.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [36.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [36.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [36.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.822 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.create.ChangeSummaryLoadAndSaveCreateTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.modify.ChangeSummaryLoadAndSaveModifyTestSuite [36.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [36.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [36.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [36.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [36.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [38.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [38.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [38.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [38.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [38.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.149s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.166s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [38.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [38.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [38.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [38.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [38.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [39.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [39.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [39.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [39.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [39.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.625s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.644s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.644s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.644s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [39.670s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [39.670s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [39.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [39.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [39.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-mmp8l 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-0qn6h-mmp8l" 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-0qn6h-mmp8l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mmp8l" 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-0qn6h-mmp8l 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-0qn6h-mmp8l" 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-0qn6h-mmp8l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mmp8l" 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-0qn6h-mmp8l" 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-0qn6h-mmp8l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mmp8l" 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) 1 warning [40.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [40.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [40.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [40.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [40.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.007s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.007s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.007s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [41.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [41.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [41.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [41.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.081s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [41.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [41.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [41.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [41.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [41.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [41.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [41.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [41.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [41.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [41.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [41.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:52:06.022--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. warning: [options] system modules path not set in conjunction with -source 14 1 warning [42.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [42.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [42.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [42.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [42.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [42.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [42.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [42.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [42.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [42.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [42.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.737s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [42.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [42.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressResultImpl.() is not a subtype of class java.lang.Throwable [42.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.supplier.service.CreateSupplierWithDefaultSiteImpl.() is not a subtype of class java.lang.Throwable [42.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierSiteImpl.() is not a subtype of class java.lang.Throwable [42.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierResultImpl.() is not a subtype of class java.lang.Throwable [42.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.supplier.SupplierImpl.() is not a subtype of class java.lang.Throwable [42.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.process.ProcessDataImpl.() is not a subtype of class java.lang.Throwable [42.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void mypackage.address.AddressImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.131 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.modify.ChangeSummaryLoadAndSaveModifyTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.ChangeSummaryLoadAndSaveTestSuite [42.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [42.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [42.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [42.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [42.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [44.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [44.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [44.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [44.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [44.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [44.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [44.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [44.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [44.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [44.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [45.526s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.526s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.526s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.535s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [45.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [45.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [45.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [45.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [45.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [45.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [45.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [45.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [45.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [46.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [46.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [46.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [46.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [46.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [46.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [46.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [46.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [46.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [46.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [46.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [46.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [46.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [46.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [46.969s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [46.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [46.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [46.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [46.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [46.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [46.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [46.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [46.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [46.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [46.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [46.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [46.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [46.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [46.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [47.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [47.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [47.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [47.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [47.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [47.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [47.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [47.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [47.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [47.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [47.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [47.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [47.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [47.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [47.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [47.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [47.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [47.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [47.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [47.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [47.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [47.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [47.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [47.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [47.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [47.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [47.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [47.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [47.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [47.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [48.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [48.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [48.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [48.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [48.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.444s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.444s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [48.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [48.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [48.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [48.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [48.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [49.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.718s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [49.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [49.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [49.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [49.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.835s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.835s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.850s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.850s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.863s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [49.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [49.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [49.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [49.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [49.904s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-p5nnr 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-0qn6h-p5nnr" 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-0qn6h-p5nnr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p5nnr" 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-0qn6h-p5nnr 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-0qn6h-p5nnr" 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-0qn6h-p5nnr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p5nnr" 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-0qn6h-p5nnr" 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-0qn6h-p5nnr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p5nnr" 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: [options] system modules path not set in conjunction with -source 14 1 warning [51.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.228s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.230s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.265s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [51.265s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [51.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [51.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [51.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [51.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [51.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [51.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [51.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [51.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [52.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.747s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.747s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.747s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.761s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [52.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [52.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [52.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [52.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.824s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.827s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.829s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.840s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.840s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [52.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [52.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [52.866s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [52.866s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [52.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [54.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.269s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.271s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [54.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [54.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [54.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [54.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.322s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [54.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [54.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [54.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [54.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [54.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [55.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [55.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [55.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [55.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [55.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneImpl.() is not a subtype of class java.lang.Throwable [55.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [55.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeImpl.() is not a subtype of class java.lang.Throwable [55.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TeamImpl.() is not a subtype of class java.lang.Throwable [55.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [55.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [55.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:52:20.619--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. warning: [options] system modules path not set in conjunction with -source 14 1 warning [56.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [56.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [56.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [56.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [56.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [56.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [56.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [56.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [56.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [56.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [56.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [56.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [56.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [56.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [56.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [56.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [56.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [56.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [56.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [56.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [56.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [56.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [57.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [57.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [57.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [57.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [57.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [57.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [57.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [57.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [57.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [57.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [57.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressImpl.() is not a subtype of class java.lang.Throwable [57.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmpImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.25 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.ChangeSummaryLoadAndSaveTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.withoutxsd.LoadAndSaveWithoutXSDTestSuite [57.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [57.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [57.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [57.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [57.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [57.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [57.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.096s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [57.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [57.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [57.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [57.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [57.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [57.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [57.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [57.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [57.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [57.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [57.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [57.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [57.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.withoutxsd.LoadAndSaveWithoutXSDTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.nodenullpolicy.IsSetLoadAndSaveTestSuite [57.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [58.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [58.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [58.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [58.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [58.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.382s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [58.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [59.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [59.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [59.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [59.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [59.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [59.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-lx9zd 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-0qn6h-lx9zd" 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-0qn6h-lx9zd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lx9zd" 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-0qn6h-lx9zd 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-0qn6h-lx9zd" 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-0qn6h-lx9zd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lx9zd" 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-0qn6h-lx9zd" 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-0qn6h-lx9zd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lx9zd" 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) 1 warning [60.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.783s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [60.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [60.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [60.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [60.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [60.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [61.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [62.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [62.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [62.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [62.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.038s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [62.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [63.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.202s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [63.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [63.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [63.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [63.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.265s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.271s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [63.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [64.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.524s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [64.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [64.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [64.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [64.535s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [64.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [65.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [65.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [65.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [65.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [65.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.731s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.739s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [65.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [66.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [66.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [66.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [66.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [66.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [66.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [66.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [66.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [66.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [66.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [66.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [67.001s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [67.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [67.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [67.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [68.186s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.203s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [68.203s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [68.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [68.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [68.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [68.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [69.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [69.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [69.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [69.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [69.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [69.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-831ms 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-0qn6h-831ms" 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-0qn6h-831ms, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-831ms" 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-0qn6h-831ms 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-0qn6h-831ms" 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-0qn6h-831ms, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-831ms" 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-0qn6h-831ms" 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-0qn6h-831ms, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-831ms" 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) 1 warning [70.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.781s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [70.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [70.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [70.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [70.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.799s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [70.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [72.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [72.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [72.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [72.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [72.047s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [72.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [73.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [73.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [73.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [73.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [73.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [73.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [74.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [74.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [74.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [74.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [74.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [74.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [75.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [75.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [75.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [75.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [75.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.740s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [75.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [76.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.928s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [76.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [76.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [76.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [76.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.969s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [76.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [78.136s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.149s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [78.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [78.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [78.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [78.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.176s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [78.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.01 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.nodenullpolicy.IsSetLoadAndSaveTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSavePurchaseOrderTestSuite [78.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [78.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [78.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [78.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [79.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.741s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.741s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.742s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.742s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.747s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [79.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [79.757s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.757s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.757s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [79.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [79.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [79.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [79.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [79.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-h67gh 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-0qn6h-h67gh" 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-0qn6h-h67gh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h67gh" 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-0qn6h-h67gh 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-0qn6h-h67gh" 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-0qn6h-h67gh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h67gh" 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-0qn6h-h67gh" 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-0qn6h-h67gh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-h67gh" 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: [options] system modules path not set in conjunction with -source 14 1 warning [80.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [80.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [80.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [80.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [80.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [80.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [80.971s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [80.972s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [80.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [80.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [80.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [80.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [80.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [80.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [80.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [80.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [80.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [80.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [80.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.service.sample.sdo.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [81.000s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.service.sample.sdo.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [81.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [81.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [81.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.dept.DeptImpl.() is not a subtype of class java.lang.Throwable [81.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void sdo.sample.service.types.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [81.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [81.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [81.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [81.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [81.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [81.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [81.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [81.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [81.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [81.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [82.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.659s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [82.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [82.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [82.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [82.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [82.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [82.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [82.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [82.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [82.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [82.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [82.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [82.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:47.582--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:47.586--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:47.586--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:47.586--SDOUtil: Generated Type [start-date] java get/set method name changed to [StartDate] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:47.586--SDOUtil: Generated Type [end-date] java get/set method name changed to [EndDate] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:47.586--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [83.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.783--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.794--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.928s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.929s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.929s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.930s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.802--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.810--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [83.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [83.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [83.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [83.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.818--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.831--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.839--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.851--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.985s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.986s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.986s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.859--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [83.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateDateWrapperImpl.() is not a subtype of class java.lang.Throwable [83.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DateTimeTimestampWrapperImpl.() is not a subtype of class java.lang.Throwable [83.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.TimeTimeWrapperImpl.() is not a subtype of class java.lang.Throwable [83.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.emp.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:48.867--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [84.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [84.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [84.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [84.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [84.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [85.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [85.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [85.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [85.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [85.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [85.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [85.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [85.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [85.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [85.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [85.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [85.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [85.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [85.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [85.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [85.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [85.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [85.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [85.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [85.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [86.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.816s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.844s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.845s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [86.845s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [86.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [86.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [86.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [86.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [86.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [86.863s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [86.863s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [86.863s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [86.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.873s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.874s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [86.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [86.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [86.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [86.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [86.889s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [86.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [86.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [86.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [86.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [86.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.914s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.915s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [86.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [86.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [86.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [86.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [86.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.927s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [86.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [86.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [86.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [86.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [86.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [86.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [86.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [86.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [86.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [86.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [86.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [86.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [86.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [86.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [86.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.985s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [86.985s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [86.986s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [86.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [86.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [86.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [86.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [87.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [87.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [87.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [87.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [87.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [87.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [87.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [87.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [87.015s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [87.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [87.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [87.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [87.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [87.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [87.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [87.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [87.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [87.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [87.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [87.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [87.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [87.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [87.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [87.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [87.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [87.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [87.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [87.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [87.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [87.038s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [87.039s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [87.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [87.048s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [87.048s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [87.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [87.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [87.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [87.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [87.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [87.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [87.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [87.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [87.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [88.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [88.481s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.487s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.505s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.563s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.563s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.593s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.593s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.594s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [88.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [88.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [88.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [88.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [88.625s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [88.625s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.625s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [88.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [88.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [88.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [88.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [88.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [89.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [89.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [89.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [89.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [89.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [89.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [89.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [89.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [89.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [89.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [89.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [89.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [89.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [89.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [89.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [89.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [89.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [89.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [89.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [89.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [89.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [89.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [89.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [89.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [90.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [90.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [90.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [90.007s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [90.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [90.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [90.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [90.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [90.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [90.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [90.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [90.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [90.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [90.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [90.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [90.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [90.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [90.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-hmtr8 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-0qn6h-hmtr8" 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-0qn6h-hmtr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hmtr8" 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-0qn6h-hmtr8 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-0qn6h-hmtr8" 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-0qn6h-hmtr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hmtr8" 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-0qn6h-hmtr8" 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-0qn6h-hmtr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hmtr8" 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) [EL Info]: 2024.03.12 06:52:54.909--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:54.909--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:54.911--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:54.911--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:52:56.141--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.142--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.151--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.151--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.158--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.158--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.166--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.166--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.173--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.173--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [91.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [91.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [91.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [91.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.186--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.186--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.193--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.193--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.200--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.201--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.332s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [91.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.213--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.213--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.221--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.222--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [91.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [91.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:56.229--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.229--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.231--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:56.232--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:52:57.478--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.478--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.488--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.488--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.495--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.495--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.502--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.502--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [92.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [92.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [92.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.508--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.508--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.645s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.645s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.518--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.518--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.650s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.651s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.524--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.524--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.531--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.531--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [92.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.541--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.541--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [92.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:57.548--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:57.548--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [92.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [92.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [94.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.271s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [94.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [94.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [94.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [94.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestImpl.() is not a subtype of class java.lang.Throwable [94.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [94.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [94.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [94.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [94.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [94.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:52:59.252--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:59.253--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:59.257--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:52:59.258--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:53:00.512--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.512--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.526--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.526--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.535--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.535--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.673s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.544--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.544--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [95.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [95.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.553--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.553--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.566--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.566--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.576--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.576--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.584--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.585--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.718s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.591--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.594--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.601--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:00.601--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.738s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [95.739s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [95.739s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [95.740s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.611--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [95.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:00.611--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [95.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [97.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.311s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [97.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [97.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [97.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [97.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestImpl.() is not a subtype of class java.lang.Throwable [97.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [97.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [97.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:02.252--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:02.252--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [98.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [98.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [98.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [98.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [98.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [98.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [98.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:03.523--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:03.523--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [99.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [99.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [99.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [99.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.887s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.887s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.904s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.904s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [99.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [99.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:04.785--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-gcp5t 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-0qn6h-gcp5t" 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-0qn6h-gcp5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gcp5t" 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-0qn6h-gcp5t 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-0qn6h-gcp5t" 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-0qn6h-gcp5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gcp5t" 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-0qn6h-gcp5t" 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-0qn6h-gcp5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gcp5t" 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: [options] system modules path not set in conjunction with -source 14 1 warning [101.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.189s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.189s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [101.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [101.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [101.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.225s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.225s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [101.230s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.03 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSavePurchaseOrderTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveTestSuite [101.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [101.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [101.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [101.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [101.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:06.133--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.133--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.134--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.135--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.135--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.138--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.139--SDOUtil: Generated Type [personal-info] java get/set method name changed to [PersonalInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.139--SDOUtil: Generated Type [contact-info] java get/set method name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.139--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.139--SDOUtil: Generated Type [zip-code] java get/set method name changed to [ZipCode] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.140--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.140--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.140--SDOUtil: Generated Type [billing-address] java get/set method name changed to [BillingAddress] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.140--SDOUtil: Generated Type [shipping-address] java get/set method name changed to [ShippingAddress] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.140--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.141--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.141--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.141--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:06.141--SDOUtil: Generated Type [date-of-birth] java get/set method name changed to [DateOfBirth] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:53:07.400--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.401--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.401--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.402--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.402--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.412--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.412--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.412--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.413--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.413--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.420--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.421--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.421--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.421--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.422--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.429--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.429--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.429--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.430--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.430--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [102.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [102.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [102.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [102.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [102.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [102.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.438--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.438--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.438--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.438--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.439--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.458--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.458--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.458--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.458--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.459--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.466--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.467--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.467--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.467--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.468--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.476--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.476--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.476--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.477--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.477--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.485--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.485--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.485--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.486--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.486--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PhoneNumberImpl.() is not a subtype of class java.lang.Throwable [102.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.ContactInfoImpl.() is not a subtype of class java.lang.Throwable [102.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void customer_example.PersonalInfoImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:07.494--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.494--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.494--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.495--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:07.496--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [102.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [102.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [102.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [102.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [102.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [102.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [102.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [102.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [102.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [102.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [102.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [104.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [104.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.177s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.189s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.228s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.228s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.259s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.265s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.269s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [104.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [104.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [104.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [104.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [104.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [104.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [104.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [104.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [104.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [104.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [104.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [104.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [104.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [105.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [105.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [105.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [105.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [105.569s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.569s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void testuri.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [105.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void someotheruri.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void someotheruri.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.596s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [105.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [105.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [105.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [105.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [105.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [106.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.840s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.849s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [106.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [106.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [106.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [106.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.889s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.BindingInfoTypeImpl.() is not a subtype of class java.lang.Throwable [106.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void myPackage.MySDOImpl.() is not a subtype of class java.lang.Throwable [106.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [106.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [108.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [108.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [108.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [108.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [108.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [108.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [108.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [108.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [108.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [108.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [109.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.487s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.505s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [109.506s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [109.506s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [109.506s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [109.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [109.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.WrapperImpl.() is not a subtype of class java.lang.Throwable [109.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ChildImpl.() is not a subtype of class java.lang.Throwable [109.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.RootImpl.() is not a subtype of class java.lang.Throwable [109.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-45mlg 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-0qn6h-45mlg" 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-0qn6h-45mlg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-45mlg" 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-0qn6h-45mlg 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-0qn6h-45mlg" 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-0qn6h-45mlg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-45mlg" 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-0qn6h-45mlg" 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-0qn6h-45mlg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-45mlg" 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) 1 warning [110.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.718s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.724s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.740s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.AAAImpl.() is not a subtype of class java.lang.Throwable [110.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.784s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.784s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.785s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.785s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.786s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.786s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.795s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.795s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.799s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.799s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.816s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.830s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.830s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.831s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.849s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.850s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.863s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.863s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [110.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [110.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [110.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [110.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [110.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [110.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [110.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [110.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [110.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [110.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [110.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [110.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:15.782--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:15.785--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:53:16.918--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.050s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.924--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.929--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.934--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [112.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [112.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [112.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [112.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.940--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.951--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.081s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.956--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.960--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeImpl.() is not a subtype of class java.lang.Throwable [112.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.968--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void myns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:16.973--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [112.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [112.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [112.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [112.166s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [112.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.187s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.187s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildContainTypeImpl.() is not a subtype of class java.lang.Throwable [112.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [112.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ListPropertyTestTypeImpl.() is not a subtype of class java.lang.Throwable [112.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [112.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [112.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [113.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [113.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [113.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [113.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [113.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [113.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [113.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [113.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [113.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [113.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [113.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [114.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.781s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [114.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [114.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [114.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [114.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [114.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [114.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [114.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [114.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [114.796s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.809s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.RootImpl.() is not a subtype of class java.lang.Throwable [114.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.827s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [114.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:19.707--SDOUtil: Generated Type [global-before] java get/set method name changed to [GlobalBefore] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:19.707--SDOUtil: Generated Type [global-after] java get/set method name changed to [GlobalAfter] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [115.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [115.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [115.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [115.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [115.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.970s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.986s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [115.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [115.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:20.867--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:20.867--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:20.869--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:20.870--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:53:22.056--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.057--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.066--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.066--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.072--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.072--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [117.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [117.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [117.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.079--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.079--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.090--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.090--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.096--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.096--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.228s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.102--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.102--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.108--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.108--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [117.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.119--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.119--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [117.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:22.126--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:22.126--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [117.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [118.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [118.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [118.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [118.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [118.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [118.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [119.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [119.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [119.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [119.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [119.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.599s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [119.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-zdv1c 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-0qn6h-zdv1c" 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-0qn6h-zdv1c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zdv1c" 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-0qn6h-zdv1c 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-0qn6h-zdv1c" 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-0qn6h-zdv1c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zdv1c" 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-0qn6h-zdv1c" 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-0qn6h-zdv1c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zdv1c" 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) 1 warning [120.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [120.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [120.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [120.783s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [120.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [120.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void namespace1.RootTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 207, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.56 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveBase64TestSuite [120.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [121.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [121.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [121.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [121.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [121.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.972s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.985s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [121.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [123.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [123.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [123.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [123.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [123.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [123.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [124.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [124.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [124.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [124.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [124.410s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [124.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [125.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [125.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [125.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [125.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [125.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.645s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.649s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [125.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [126.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.783s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [126.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [126.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [126.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [126.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.796s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [126.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [126.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [127.913s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [127.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.930s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [127.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [127.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [127.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [127.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.970s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64BinaryDataHandlerWrapperImpl.() is not a subtype of class java.lang.Throwable [127.971s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [127.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [127.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [127.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [127.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [127.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [127.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [127.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [127.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [127.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [127.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [127.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [127.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [127.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [127.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [127.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [127.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [127.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [129.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.259s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [129.273s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [129.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [129.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [129.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.335s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.335s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [129.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [129.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [129.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [129.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [129.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [129.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [129.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [129.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [129.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [129.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [129.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [129.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [129.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [129.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyBinaryHandlerTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [129.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyTimeStampWrapperImpl.() is not a subtype of class java.lang.Throwable [129.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [129.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [129.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [129.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [129.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [129.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [129.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [129.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [129.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [129.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [129.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [129.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [129.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [129.410s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [129.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [129.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [129.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [129.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [129.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [129.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [129.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [129.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [129.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [129.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [129.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [129.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [129.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-qkwvf 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-0qn6h-qkwvf" 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-0qn6h-qkwvf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qkwvf" 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-0qn6h-qkwvf 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-0qn6h-qkwvf" 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-0qn6h-qkwvf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qkwvf" 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-0qn6h-qkwvf" 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-0qn6h-qkwvf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qkwvf" 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) 1 warning [131.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [131.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [131.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [131.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [131.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [131.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [131.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [131.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [131.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [131.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [131.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [131.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [131.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [131.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [131.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [131.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [131.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [131.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [131.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [131.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [131.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [131.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [131.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [131.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [131.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [131.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [131.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [131.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [131.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [131.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [131.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [131.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [131.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [131.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [131.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [131.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [131.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [131.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [131.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [131.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [131.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [131.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [131.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [131.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [131.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [131.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [131.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [131.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [131.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [131.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [131.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [131.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [131.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [131.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [131.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [131.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [131.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [131.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [131.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [131.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [131.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [131.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [131.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [131.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [131.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [131.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [131.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [131.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [131.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [131.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [131.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [131.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [131.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [131.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [131.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [131.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [131.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [131.136s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.SupplierInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [131.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.AddressImpl.() is not a subtype of class java.lang.Throwable [131.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.ItemTypeImpl.() is not a subtype of class java.lang.Throwable [131.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessResponseImpl.() is not a subtype of class java.lang.Throwable [131.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.NameImpl.() is not a subtype of class java.lang.Throwable [131.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.rules.ApproveImpl.() is not a subtype of class java.lang.Throwable [131.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [131.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessFaultImpl.() is not a subtype of class java.lang.Throwable [131.139s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderItemsTypeImpl.() is not a subtype of class java.lang.Throwable [131.139s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.USAddressImpl.() is not a subtype of class java.lang.Throwable [131.139s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.order.OrderInfoTypeImpl.() is not a subtype of class java.lang.Throwable [131.139s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.globalcompany.ns.orderbooking.SOAOrderBookingProcessRequestImpl.() is not a subtype of class java.lang.Throwable [131.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [131.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:36.019--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:36.020--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:36.021--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:36.022--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:53:37.209--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.209--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.220--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.220--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.226--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.226--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.232--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.232--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [132.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [132.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [132.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.238--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.238--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.374s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.374s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.248--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.248--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.254--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.254--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.259--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.260--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [132.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.269--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.269--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [132.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:37.275--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:37.275--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [132.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [132.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [133.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [133.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [133.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [133.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [133.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.649s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.650s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [133.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [133.670s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [133.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [133.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:38.542--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.542--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.542--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.546--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.546--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.546--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.547--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.547--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.547--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.548--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:38.548--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:53:39.877--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.878--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.878--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.015s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.887--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.887--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.887--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.895--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.895--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.895--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.902--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.902--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.903--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [135.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [135.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.909--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.909--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.910--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.048s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.922--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.922--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.922--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.928--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.929--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.929--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.935--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.935--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.935--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.942--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.942--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.942--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.949--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.949--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.949--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [135.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [135.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [135.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:39.957--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.957--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.958--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.960--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.960--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.960--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.960--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.961--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.961--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.961--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:39.961--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:53:41.243--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.243--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.243--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.251--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.251--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.251--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.258--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.258--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.258--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.265--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.265--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.265--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [136.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [136.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.273--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.273--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.273--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.411s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.411s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.411s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.284--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.284--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.284--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.291--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.291--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.291--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.297--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.298--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.298--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.304--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.304--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.304--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.331--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.331--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.331--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [136.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [136.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [136.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:41.340--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.340--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.341--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.344--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.344--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.345--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.345--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.345--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.345--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.346--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:41.346--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. warning: [options] system modules path not set in conjunction with -source 14 1 warning [EL Info]: 2024.03.12 06:53:42.604--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.604--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.604--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.616--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.616--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.616--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.624--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.624--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.624--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.632--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.632--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.632--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [137.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [137.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.640--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.640--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.640--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.652--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.652--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.653--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.660--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.660--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.660--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.667--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.667--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.667--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.675--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.675--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.675--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.CanadianAddressTypeImpl.() is not a subtype of class java.lang.Throwable [137.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [137.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void test.ns.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:42.683--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.683--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:42.684--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [137.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 1 warning [139.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [139.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [139.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemaanamespace.RootTypeImpl.() is not a subtype of class java.lang.Throwable [139.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemabnamespace.MiddleTypeImpl.() is not a subtype of class java.lang.Throwable [139.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.136s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void schemacnamespace.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.161s][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 [139.165s][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 [139.166s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 157, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.31 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveBase64TestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.save.SDOXMLHelperSaveTestSuite [139.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.save.SDOXMLHelperSaveTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.threadsafety.SDOXMLHelperThreadSafetyTestSuite Thread[#52,Thread-21,5,main] [139.177s][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 Thread[#53,Thread-22,5,main] Thread[#54,Thread-23,5,main] Thread[#55,Thread-24,5,main] [139.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.sdo.helper.xmlhelper.threadsafety.SDOXMLHelperThreadSafetyTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.attributes.SDOAttributeXSDTestSuite [139.186s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.186s][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 [139.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.194s][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 [139.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.attributes.SDOAttributeXSDTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.complextypes.SDOComplexTypeXSDTestSuite [139.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.214s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MySimpleTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.SDO_NAMEImpl.() is not a subtype of class java.lang.Throwable [139.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType4Impl.() is not a subtype of class java.lang.Throwable [139.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType5Impl.() is not a subtype of class java.lang.Throwable [139.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType2Impl.() is not a subtype of class java.lang.Throwable [139.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType3Impl.() is not a subtype of class java.lang.Throwable [139.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void any_attribute.RestrictedChildImpl.() is not a subtype of class java.lang.Throwable [139.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void any_attribute.ExtendedChildImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.139--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:44.140--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [139.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void any.ExtendedChildImpl.() is not a subtype of class java.lang.Throwable [139.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void any.RestrictedChildImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.145--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:44.145--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.complextypes.SDOComplexTypeXSDTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.elements.SDOElementXSDTestSuite [139.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIDREFWrapperImpl.() is not a subtype of class java.lang.Throwable [139.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.284s][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 [139.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [139.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MySubstituteImpl.() is not a subtype of class java.lang.Throwable [139.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [139.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyElementWrapperImpl.() is not a subtype of class java.lang.Throwable [139.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [139.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIDREFWrapperImpl.() is not a subtype of class java.lang.Throwable [139.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [139.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [139.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.322s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [139.322s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyElementWrapperImpl.() is not a subtype of class java.lang.Throwable [139.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType4Impl.() is not a subtype of class java.lang.Throwable [139.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType2Impl.() is not a subtype of class java.lang.Throwable [139.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType3Impl.() is not a subtype of class java.lang.Throwable [139.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [139.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.elements.SDOElementXSDTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.simpletypes.SDOSimpleTypeXSDTestSuite [139.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyOtherIntegerWrapperImpl.() is not a subtype of class java.lang.Throwable [139.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestComplexTypeImpl.() is not a subtype of class java.lang.Throwable [139.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestComplexTypeImpl.() is not a subtype of class java.lang.Throwable [139.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.382s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyElementWrapperImpl.() is not a subtype of class java.lang.Throwable [139.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SDO_NAMEWrapperImpl.() is not a subtype of class java.lang.Throwable [139.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [139.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.simpletypes.SDOSimpleTypeXSDTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.ComplexDefineTestSuite [139.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [139.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [139.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [139.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [139.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [139.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [139.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [139.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [139.429s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.ItemImpl.() is not a subtype of class java.lang.Throwable [139.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [139.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyGregorianDateWrapperImpl.() is not a subtype of class java.lang.Throwable [139.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [139.439s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.439s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.439s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.452s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [139.452s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:53:44.325--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [139.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.461s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [139.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:53:44.352--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [EL Warning]: 2024.03.12 06:53:44.353--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [139.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [139.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [139.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.QuantityTypeImpl.() is not a subtype of class java.lang.Throwable [139.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [139.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [139.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.QuantityTypeImpl.() is not a subtype of class java.lang.Throwable [139.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.505s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [139.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [139.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [139.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.524s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [139.525s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [139.525s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.525s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [139.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [139.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [139.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [139.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [139.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.RootWrapperImpl.() is not a subtype of class java.lang.Throwable [139.569s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64WrapperImpl.() is not a subtype of class java.lang.Throwable [139.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerImpl.() is not a subtype of class java.lang.Throwable [139.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.LongImpl.() is not a subtype of class java.lang.Throwable [139.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.StructImpl.() is not a subtype of class java.lang.Throwable [139.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DateTimeImpl.() is not a subtype of class java.lang.Throwable [139.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.StringImpl.() is not a subtype of class java.lang.Throwable [139.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IDREFImpl.() is not a subtype of class java.lang.Throwable [139.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GMonthDayImpl.() is not a subtype of class java.lang.Throwable [139.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DurationImpl.() is not a subtype of class java.lang.Throwable [139.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ENTITYImpl.() is not a subtype of class java.lang.Throwable [139.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.HexBinaryImpl.() is not a subtype of class java.lang.Throwable [139.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GMonthImpl.() is not a subtype of class java.lang.Throwable [139.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IntImpl.() is not a subtype of class java.lang.Throwable [139.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.TokenImpl.() is not a subtype of class java.lang.Throwable [139.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.QNameImpl.() is not a subtype of class java.lang.Throwable [139.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.UnsignedIntImpl.() is not a subtype of class java.lang.Throwable [139.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ShortImpl.() is not a subtype of class java.lang.Throwable [139.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.TimeImpl.() is not a subtype of class java.lang.Throwable [139.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GYearMonthImpl.() is not a subtype of class java.lang.Throwable [139.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ArrayImpl.() is not a subtype of class java.lang.Throwable [139.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerImpl.() is not a subtype of class java.lang.Throwable [139.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.BooleanImpl.() is not a subtype of class java.lang.Throwable [139.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.PositiveIntegerImpl.() is not a subtype of class java.lang.Throwable [139.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.LanguageImpl.() is not a subtype of class java.lang.Throwable [139.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IntegerImpl.() is not a subtype of class java.lang.Throwable [139.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.FloatImpl.() is not a subtype of class java.lang.Throwable [139.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NormalizedStringImpl.() is not a subtype of class java.lang.Throwable [139.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NameImpl.() is not a subtype of class java.lang.Throwable [139.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NCNameImpl.() is not a subtype of class java.lang.Throwable [139.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DateImpl.() is not a subtype of class java.lang.Throwable [139.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.UnsignedByteImpl.() is not a subtype of class java.lang.Throwable [139.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GDayImpl.() is not a subtype of class java.lang.Throwable [139.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IDImpl.() is not a subtype of class java.lang.Throwable [139.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ENTITIESImpl.() is not a subtype of class java.lang.Throwable [139.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.UnsignedLongImpl.() is not a subtype of class java.lang.Throwable [139.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.UnsignedShortImpl.() is not a subtype of class java.lang.Throwable [139.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GYearImpl.() is not a subtype of class java.lang.Throwable [139.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NegativeIntegerImpl.() is not a subtype of class java.lang.Throwable [139.582s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.AnyURIImpl.() is not a subtype of class java.lang.Throwable [139.582s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IDREFSImpl.() is not a subtype of class java.lang.Throwable [139.582s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DoubleImpl.() is not a subtype of class java.lang.Throwable [139.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ByteImpl.() is not a subtype of class java.lang.Throwable [139.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NOTATIONImpl.() is not a subtype of class java.lang.Throwable [139.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DecimalImpl.() is not a subtype of class java.lang.Throwable [139.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.Base64BinaryImpl.() is not a subtype of class java.lang.Throwable [139.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NMTOKENImpl.() is not a subtype of class java.lang.Throwable [139.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NMTOKENSImpl.() is not a subtype of class java.lang.Throwable [139.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [139.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri1.EmployeeImpl.() is not a subtype of class java.lang.Throwable [139.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri1.AddressImpl.() is not a subtype of class java.lang.Throwable [139.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [139.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [139.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void hr.DeptImpl.() is not a subtype of class java.lang.Throwable [139.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void hr.EmpImpl.() is not a subtype of class java.lang.Throwable [139.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void errors.MessageImpl.() is not a subtype of class java.lang.Throwable [139.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void errors.TestErrorMessageImpl.() is not a subtype of class java.lang.Throwable [139.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.ReferencedTypeImpl.() is not a subtype of class java.lang.Throwable [139.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.ReferencedType2Impl.() is not a subtype of class java.lang.Throwable [139.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.ReferencedType3Impl.() is not a subtype of class java.lang.Throwable [139.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.SomeResultImpl.() is not a subtype of class java.lang.Throwable [139.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.TestImpl.() is not a subtype of class java.lang.Throwable [139.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.StringResultImpl.() is not a subtype of class java.lang.Throwable [139.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.SomeDataImpl.() is not a subtype of class java.lang.Throwable [139.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.MyBooleanTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.517--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:44.517--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [139.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.522--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [139.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.526--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [139.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.530--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [139.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.535--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [139.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.539--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [139.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:44.542--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [139.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TelevisionImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.ComplexDefineTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.ImportTypeWithSameNameAsElementTestSuite [139.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.SplitImpl.() is not a subtype of class java.lang.Throwable [139.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.types.SplitImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.ImportTypeWithSameNameAsElementTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.generate.XSDHelperGenerateTestSuite [139.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [139.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [139.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [139.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [139.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [139.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [139.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [139.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void addressuri.AddressImpl.() is not a subtype of class java.lang.Throwable [139.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.PersonImpl.() is not a subtype of class java.lang.Throwable [139.783s][warning][exceptions] Class java.io.Serializable in throws clause of method void addressuri.AddressImpl.() is not a subtype of class java.lang.Throwable [139.784s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.PersonImpl.() is not a subtype of class java.lang.Throwable [139.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [139.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyGregorianDateWrapperImpl.() is not a subtype of class java.lang.Throwable [139.798s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [139.798s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.798s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.799s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [139.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [139.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyGregorianDateWrapperImpl.() is not a subtype of class java.lang.Throwable [139.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [139.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [139.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [139.837s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.837s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.887s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [139.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [139.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [139.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [139.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [139.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [139.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [139.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.generate.XSDHelperGenerateTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.defineandgenerate.XSDHelperDefineAndGenerateTestSuite [139.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [139.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [139.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [139.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [139.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [140.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [140.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [140.038s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [140.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.emp.EmpImpl.() is not a subtype of class java.lang.Throwable [140.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.commemp.CommEmpImpl.() is not a subtype of class java.lang.Throwable [140.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.hr.EmpImpl.() is not a subtype of class java.lang.Throwable [140.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.065s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.ItemImpl.() is not a subtype of class java.lang.Throwable [140.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.ItemImpl.() is not a subtype of class java.lang.Throwable [140.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.ItemImpl.() is not a subtype of class java.lang.Throwable [140.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.135s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.135s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.ItemImpl.() is not a subtype of class java.lang.Throwable [140.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void abc.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType4Impl.() is not a subtype of class java.lang.Throwable [140.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType5Impl.() is not a subtype of class java.lang.Throwable [140.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType2Impl.() is not a subtype of class java.lang.Throwable [140.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType3Impl.() is not a subtype of class java.lang.Throwable [140.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [140.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [140.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [140.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [140.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.ContactTypeImpl.() is not a subtype of class java.lang.Throwable [140.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PersonTypeImpl.() is not a subtype of class java.lang.Throwable [140.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.JobTypeImpl.() is not a subtype of class java.lang.Throwable [140.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [140.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [140.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [140.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [140.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [140.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootTypeImpl.() is not a subtype of class java.lang.Throwable [140.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildTypeImpl.() is not a subtype of class java.lang.Throwable WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-bcr3z 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-0qn6h-bcr3z" 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-0qn6h-bcr3z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bcr3z" 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-0qn6h-bcr3z 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-0qn6h-bcr3z" 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-0qn6h-bcr3z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bcr3z" 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-0qn6h-bcr3z" 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-0qn6h-bcr3z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bcr3z" 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) [140.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [140.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [140.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [140.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.defineandgenerate.XSDHelperDefineAndGenerateTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.SDOXSDHelperTestSuite [140.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyOtherIntegerWrapperImpl.() is not a subtype of class java.lang.Throwable [140.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestComplexTypeImpl.() is not a subtype of class java.lang.Throwable [140.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TestComplexTypeImpl.() is not a subtype of class java.lang.Throwable [140.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyElementWrapperImpl.() is not a subtype of class java.lang.Throwable [140.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SDO_NAMEWrapperImpl.() is not a subtype of class java.lang.Throwable [140.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MySimpleTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.SDO_NAMEImpl.() is not a subtype of class java.lang.Throwable [140.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType4Impl.() is not a subtype of class java.lang.Throwable [140.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType5Impl.() is not a subtype of class java.lang.Throwable [140.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType2Impl.() is not a subtype of class java.lang.Throwable [140.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType3Impl.() is not a subtype of class java.lang.Throwable [140.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void any_attribute.RestrictedChildImpl.() is not a subtype of class java.lang.Throwable [140.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void any_attribute.ExtendedChildImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.242--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:45.243--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [140.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void any.ExtendedChildImpl.() is not a subtype of class java.lang.Throwable [140.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void any.RestrictedChildImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.248--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:45.248--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [140.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.379s][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 [140.383s][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 [140.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.411s][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 [140.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.421s][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 [140.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.430s][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 [140.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.444s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIDREFWrapperImpl.() is not a subtype of class java.lang.Throwable [140.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.450s][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 [140.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [140.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MySubstituteImpl.() is not a subtype of class java.lang.Throwable [140.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [140.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyElementWrapperImpl.() is not a subtype of class java.lang.Throwable [140.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [140.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIDREFWrapperImpl.() is not a subtype of class java.lang.Throwable [140.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [140.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.500s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [140.500s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ElementTestImpl.() is not a subtype of class java.lang.Throwable [140.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyElementWrapperImpl.() is not a subtype of class java.lang.Throwable [140.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType4Impl.() is not a subtype of class java.lang.Throwable [140.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType2Impl.() is not a subtype of class java.lang.Throwable [140.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestType3Impl.() is not a subtype of class java.lang.Throwable [140.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyIntWrapperImpl.() is not a subtype of class java.lang.Throwable [140.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.() is not a subtype of class java.lang.Throwable [140.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [140.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [140.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [140.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [140.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [140.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [140.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.ItemImpl.() is not a subtype of class java.lang.Throwable [140.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.563s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [140.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyGregorianDateWrapperImpl.() is not a subtype of class java.lang.Throwable [140.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [140.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:53:45.450--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [140.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [EL Warning]: 2024.03.12 06:53:45.472--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [EL Warning]: 2024.03.12 06:53:45.473--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [140.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [140.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.QuantityTypeImpl.() is not a subtype of class java.lang.Throwable [140.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [140.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.QuantityTypeImpl.() is not a subtype of class java.lang.Throwable [140.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [140.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [140.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [140.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [140.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [140.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [140.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [140.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [140.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [140.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.ArrayCoordinateWrapperImpl.() is not a subtype of class java.lang.Throwable [140.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.RootWrapperImpl.() is not a subtype of class java.lang.Throwable [140.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.Base64WrapperImpl.() is not a subtype of class java.lang.Throwable [140.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NonNegativeIntegerImpl.() is not a subtype of class java.lang.Throwable [140.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.LongImpl.() is not a subtype of class java.lang.Throwable [140.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.StructImpl.() is not a subtype of class java.lang.Throwable [140.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DateTimeImpl.() is not a subtype of class java.lang.Throwable [140.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.StringImpl.() is not a subtype of class java.lang.Throwable [140.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IDREFImpl.() is not a subtype of class java.lang.Throwable [140.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GMonthDayImpl.() is not a subtype of class java.lang.Throwable [140.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DurationImpl.() is not a subtype of class java.lang.Throwable [140.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ENTITYImpl.() is not a subtype of class java.lang.Throwable [140.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.HexBinaryImpl.() is not a subtype of class java.lang.Throwable [140.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GMonthImpl.() is not a subtype of class java.lang.Throwable [140.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IntImpl.() is not a subtype of class java.lang.Throwable [140.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.TokenImpl.() is not a subtype of class java.lang.Throwable [140.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.QNameImpl.() is not a subtype of class java.lang.Throwable [140.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.UnsignedIntImpl.() is not a subtype of class java.lang.Throwable [140.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ShortImpl.() is not a subtype of class java.lang.Throwable [140.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.TimeImpl.() is not a subtype of class java.lang.Throwable [140.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GYearMonthImpl.() is not a subtype of class java.lang.Throwable [140.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ArrayImpl.() is not a subtype of class java.lang.Throwable [140.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NonPositiveIntegerImpl.() is not a subtype of class java.lang.Throwable [140.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.BooleanImpl.() is not a subtype of class java.lang.Throwable [140.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.PositiveIntegerImpl.() is not a subtype of class java.lang.Throwable [140.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.LanguageImpl.() is not a subtype of class java.lang.Throwable [140.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IntegerImpl.() is not a subtype of class java.lang.Throwable [140.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.FloatImpl.() is not a subtype of class java.lang.Throwable [140.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NormalizedStringImpl.() is not a subtype of class java.lang.Throwable [140.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NameImpl.() is not a subtype of class java.lang.Throwable [140.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NCNameImpl.() is not a subtype of class java.lang.Throwable [140.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DateImpl.() is not a subtype of class java.lang.Throwable [140.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.UnsignedByteImpl.() is not a subtype of class java.lang.Throwable [140.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GDayImpl.() is not a subtype of class java.lang.Throwable [140.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IDImpl.() is not a subtype of class java.lang.Throwable [140.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ENTITIESImpl.() is not a subtype of class java.lang.Throwable [140.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.UnsignedLongImpl.() is not a subtype of class java.lang.Throwable [140.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.UnsignedShortImpl.() is not a subtype of class java.lang.Throwable [140.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.GYearImpl.() is not a subtype of class java.lang.Throwable [140.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NegativeIntegerImpl.() is not a subtype of class java.lang.Throwable [140.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.AnyURIImpl.() is not a subtype of class java.lang.Throwable [140.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.IDREFSImpl.() is not a subtype of class java.lang.Throwable [140.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DoubleImpl.() is not a subtype of class java.lang.Throwable [140.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.ByteImpl.() is not a subtype of class java.lang.Throwable [140.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NOTATIONImpl.() is not a subtype of class java.lang.Throwable [140.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.DecimalImpl.() is not a subtype of class java.lang.Throwable [140.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.Base64BinaryImpl.() is not a subtype of class java.lang.Throwable [140.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NMTOKENImpl.() is not a subtype of class java.lang.Throwable [140.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.xmlsoap.schemas.soap.encoding.NMTOKENSImpl.() is not a subtype of class java.lang.Throwable [140.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [140.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri1.EmployeeImpl.() is not a subtype of class java.lang.Throwable [140.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri1.AddressImpl.() is not a subtype of class java.lang.Throwable [140.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.730s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.753s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.ChildTypeImpl.() is not a subtype of class java.lang.Throwable [140.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void hr.DeptImpl.() is not a subtype of class java.lang.Throwable [140.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void hr.EmpImpl.() is not a subtype of class java.lang.Throwable [140.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void errors.MessageImpl.() is not a subtype of class java.lang.Throwable [140.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void errors.TestErrorMessageImpl.() is not a subtype of class java.lang.Throwable [140.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.ReferencedTypeImpl.() is not a subtype of class java.lang.Throwable [140.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.ReferencedType2Impl.() is not a subtype of class java.lang.Throwable [140.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.ReferencedType3Impl.() is not a subtype of class java.lang.Throwable [140.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.SomeResultImpl.() is not a subtype of class java.lang.Throwable [140.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.TestImpl.() is not a subtype of class java.lang.Throwable [140.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.StringResultImpl.() is not a subtype of class java.lang.Throwable [140.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.SomeDataImpl.() is not a subtype of class java.lang.Throwable [140.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void types.MyBooleanTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.635--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:45.635--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [140.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.638--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [140.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.642--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [140.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.645--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [140.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.649--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [140.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.652--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [140.781s][warning][exceptions] Class java.io.Serializable in throws clause of method void noNamespace.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:45.655--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [140.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.TelevisionImpl.() is not a subtype of class java.lang.Throwable [140.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.data.SplitImpl.() is not a subtype of class java.lang.Throwable [140.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.types.SplitImpl.() is not a subtype of class java.lang.Throwable [140.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void mynsd.CodeTypeImpl.() is not a subtype of class java.lang.Throwable [140.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void mynsc.MyCodeTypeImpl.() is not a subtype of class java.lang.Throwable [140.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void mynsb.TestTypeImpl.() is not a subtype of class java.lang.Throwable [140.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.input.CustomerImpl.() is not a subtype of class java.lang.Throwable [140.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.input.AddressImpl.() is not a subtype of class java.lang.Throwable [140.829s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.input.CustomerImpl.() is not a subtype of class java.lang.Throwable [140.829s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.input.AddressImpl.() is not a subtype of class java.lang.Throwable [140.835s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.input.CustomerImpl.() is not a subtype of class java.lang.Throwable [140.835s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.input.AddressImpl.() is not a subtype of class java.lang.Throwable [140.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.imported.ImportedTypeImpl.() is not a subtype of class java.lang.Throwable [140.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.imported.ImportedTypeImpl.() is not a subtype of class java.lang.Throwable [140.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [140.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [140.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [140.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [140.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [140.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [140.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [140.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void addressuri.AddressImpl.() is not a subtype of class java.lang.Throwable [140.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.PersonImpl.() is not a subtype of class java.lang.Throwable [140.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void addressuri.AddressImpl.() is not a subtype of class java.lang.Throwable [140.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri2.my.PersonImpl.() is not a subtype of class java.lang.Throwable [140.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [140.904s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyGregorianDateWrapperImpl.() is not a subtype of class java.lang.Throwable [140.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [140.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.919s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUSDOWrapperImpl.() is not a subtype of class java.lang.Throwable [140.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [140.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.MyGregorianDateWrapperImpl.() is not a subtype of class java.lang.Throwable [140.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemsImpl.() is not a subtype of class java.lang.Throwable [140.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [140.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.USAddressImpl.() is not a subtype of class java.lang.Throwable [140.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.myPackage.ItemSDOImpl.() is not a subtype of class java.lang.Throwable [140.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.955s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [140.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [140.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [140.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [140.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [141.000s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.000s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.001s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [141.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [141.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [141.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.787 s -- in org.eclipse.persistence.testing.sdo.helper.xsdhelper.SDOXSDHelperTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.datahelper.SDODataHelperTestSuite [141.259s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.RootImpl.() is not a subtype of class java.lang.Throwable [141.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.RootImpl.() is not a subtype of class java.lang.Throwable [141.265s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.RootImpl.() is not a subtype of class java.lang.Throwable [141.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.RootImpl.() is not a subtype of class java.lang.Throwable [141.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.RootImpl.() is not a subtype of class java.lang.Throwable [141.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.RootImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.eclipse.persistence.testing.sdo.helper.datahelper.SDODataHelperTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.copyhelper.SDOCopyHelperTestSuite [141.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.323s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.382s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.411s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.428s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.429s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.440s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.440s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.452s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.464s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.464s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.477s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.477s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.487s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.500s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.505s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.506s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.524s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.531s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.593s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.594s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.598s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.635s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.659s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.669s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.669s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.673s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.673s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.679s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.730s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [141.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [141.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:46.617--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:46.617--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [141.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [141.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:46.627--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:46.628--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [141.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [141.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [141.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:46.638--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:46.638--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [141.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [141.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [141.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.781s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:46.650--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:46.650--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [141.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [141.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [141.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:46.663--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:46.663--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [141.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [141.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [141.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:46.673--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:46.673--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [141.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [141.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.OrderTypeImpl.() is not a subtype of class java.lang.Throwable [141.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [141.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [141.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:46.683--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [EL Info]: 2024.03.12 06:53:46.683--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s -- in org.eclipse.persistence.testing.sdo.helper.copyhelper.SDOCopyHelperTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryTestSuite Mar 12, 2024 6:53:46 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases Mar 12, 2024 6:53:46 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases Content of interfacesToSDOTypeHashMap: [] Content of sdoTypeForSimpleJavaType: [class java.math.BigDecimal, 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 [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: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, null, null, null, null, null, null, null, null, null, null, null, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, 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, Mar 12, 2024 6:53:46 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Mar 12, 2024 6:53:46 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Content of interfacesToSDOTypeHashMap: [] Content of sdoTypeForSimpleJavaType: [class java.math.BigDecimal, 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 [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: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, null, null, null, null, null, null, null, null, null, null, null, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, 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, Mar 12, 2024 6:53:46 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Mar 12, 2024 6:53:46 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [141.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.equalityhelper.SDOEqualityHelperTestSuite [141.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.866s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.887s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.888s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.889s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.889s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.907s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.907s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.914s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.915s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.919s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.919s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.927s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.928s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.929s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.929s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.930s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.939s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.955s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.970s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.970s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.971s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.972s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [141.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [141.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [141.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.986s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [141.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [141.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [141.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.002s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.015s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.046s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.046s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.047s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.050s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.051s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.051s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.061s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.065s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.072s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.072s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.081s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.081s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.096s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.096s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.101s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.101s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.112s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.134s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.134s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.135s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.136s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.136s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.139s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri.NotDataTypeImpl.() is not a subtype of class java.lang.Throwable [142.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedproperty2uri.ContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtype1typeuri.ContainedType1NameImpl.() is not a subtype of class java.lang.Throwable [142.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property1uri.Contained1Property1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedtypetypeuri.ContainedByContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty1uri.ContainedByContainedProperty1_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedbycontainedproperty2uri.ContainedByContainedProperty2_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.155s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.155s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [142.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [142.166s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.166s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [142.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.175s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [142.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.186s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.187s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [142.187s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [142.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void roottypetypeuri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [142.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void notdatatypeuri1.NotDataType1Impl.() is not a subtype of class java.lang.Throwable [142.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void listpropertyuri.ListPropertyImpl.() is not a subtype of class java.lang.Throwable [142.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootproperty_notcontainmenturi.RootProperty_NotContainmentImpl.() is not a subtype of class java.lang.Throwable [142.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void contained1property3uri.Contained1Property3_notdataTypeImpl.() is not a subtype of class java.lang.Throwable [142.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void containedtypetypeuri.ContainedTypeNameImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s -- in org.eclipse.persistence.testing.sdo.helper.equalityhelper.SDOEqualityHelperTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.helper.entityresolver.EntityResolverTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.persistence.testing.sdo.helper.entityresolver.EntityResolverTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.instanceclass.InstanceClassTestSuite [142.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.CustomerClassWithCorrectGettersImpl.() is not a subtype of class java.lang.Throwable [142.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.AddressImpl.() is not a subtype of class java.lang.Throwable [142.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGettersImpl.() is not a subtype of class java.lang.Throwable [142.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.AddressImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:47.107--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [EL Warning]: 2024.03.12 06:53:47.108--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [EL Warning]: 2024.03.12 06:53:47.108--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [142.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.CustomerClassWithCorrectGettersImpl.() is not a subtype of class java.lang.Throwable [142.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.AddressImpl.() is not a subtype of class java.lang.Throwable [142.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.AddressImpl.() is not a subtype of class java.lang.Throwable [142.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGettersImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:47.127--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. Mar 12, 2024 6:53:47 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters Mar 12, 2024 6:53:47 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [142.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGettersImpl.() is not a subtype of class java.lang.Throwable [142.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.AddressImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:47.136--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [142.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGettersImpl.() is not a subtype of class java.lang.Throwable [142.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.AddressImpl.() is not a subtype of class java.lang.Throwable [142.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGettersImpl.() is not a subtype of class java.lang.Throwable [142.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.AddressImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:47.149--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. Mar 12, 2024 6:53:47 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters Mar 12, 2024 6:53:47 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters was found in: typesHashMap. [142.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.AddressImpl.() is not a subtype of class java.lang.Throwable [142.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGettersImpl.() is not a subtype of class java.lang.Throwable [EL Info]: 2024.03.12 06:53:47.156--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. Mar 12, 2024 6:53:47 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters Mar 12, 2024 6:53:47 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.persistence.testing.sdo.instanceclass.InstanceClassTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnRootTestSuite [142.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.374s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.410s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.526s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.582s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.739s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.742s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.742s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.753s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.785s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.788s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.827s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.874s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.971s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.971s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.972s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.972s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.972s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.972s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [142.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [142.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [142.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [142.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [142.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [142.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [142.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [142.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [142.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.096s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.096s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.139s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.139s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.225s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.240s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.240s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.240s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.240s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.269s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.269s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.282s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.323s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.382s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.452s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.481s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.506s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.525s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.625s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.673s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.731s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.763s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.763s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.763s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.763s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.827s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.827s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.827s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.828s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [143.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [143.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [143.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [143.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [143.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [143.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [143.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [143.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [143.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.001s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.015s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.018s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.018s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.038s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.039s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.039s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.039s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.039s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.048s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.050s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.050s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.050s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.134s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.134s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.134s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.203s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.214s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.228s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.259s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.311s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.382s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.382s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.382s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.371 s -- in org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnRootTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnChildTestSuite [144.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [144.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [144.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [144.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [144.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [144.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [144.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [144.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [144.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [144.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [144.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [144.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [144.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [144.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [144.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [144.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [144.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [144.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [144.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [144.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [144.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [144.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [144.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [146.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [146.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.374s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.410s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.597s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [146.623s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [146.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [146.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [146.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [146.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [146.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [146.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [146.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [146.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [146.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [146.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [146.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [146.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [146.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [146.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [146.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [148.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [148.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.322s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.324s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.356s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.396s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.428s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.428s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.429s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.429s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.429s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.429s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.487s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.487s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.487s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.514s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.535s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [148.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [148.563s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [148.563s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [148.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [148.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [148.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [148.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [148.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [148.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [148.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [148.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [148.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [148.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [148.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [148.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [148.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-qh0n1 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-0qn6h-qh0n1" 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-0qn6h-qh0n1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qh0n1" 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-0qn6h-qh0n1 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-0qn6h-qh0n1" 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-0qn6h-qh0n1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qh0n1" 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-0qn6h-qh0n1" 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-0qn6h-qh0n1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qh0n1" 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) [150.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [150.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.269s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.368s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.411s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.444s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.444s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.444s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.464s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.474s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.474s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [150.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [150.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [150.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [150.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [150.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [150.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [150.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [150.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [150.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [150.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [150.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [150.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [150.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [150.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [150.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [150.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [152.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [152.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.134s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.134s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.134s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.135s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.135s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.273s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.273s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.332s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.332s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.332s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.335s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.335s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.335s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [152.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [152.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [152.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [152.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [152.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [152.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [152.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [152.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [152.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [152.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [152.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [152.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [152.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [152.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [152.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [152.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable warning: [options] system modules path not set in conjunction with -source 14 [154.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable 1 warning [154.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.155s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.214s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.214s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.214s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.311s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [154.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [154.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [154.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [154.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [154.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [154.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [154.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void cz.InitializationMessageTypeImpl.() is not a subtype of class java.lang.Throwable [154.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void pi.ProductInstanceConfiguratorTypeImpl.() is not a subtype of class java.lang.Throwable [154.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void pi.HeaderTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.824 s -- in org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnChildTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryTestSuite [154.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.569s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.582s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.624s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.625s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.644s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.645s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.649s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.651s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.659s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.670s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.673s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.679s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void openpropertytypeuri.OpenPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void obj1uri.Obj1Impl.() is not a subtype of class java.lang.Throwable [154.706s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.718s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [154.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [154.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [154.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.845s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.845s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.873s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.873s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.873s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.874s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.913s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.913s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.913s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.914s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressMailingTypeImpl.() is not a subtype of class java.lang.Throwable [154.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [154.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyTypeImpl.() is not a subtype of class java.lang.Throwable [154.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [154.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [154.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [154.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [154.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [154.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [154.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [154.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [154.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.039s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.089s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.311s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.314s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.323s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.394s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.428s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.428s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.428s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.438s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.MyTypeImpl.() is not a subtype of class java.lang.Throwable [155.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.470s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.489s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.490s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.500s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.500s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.531s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.531s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.552s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.563s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.650s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.679s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.679s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.679s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.724s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.724s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.731s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.742s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.747s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.747s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.753s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.757s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.757s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.757s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.757s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.781s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [155.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [155.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [155.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [155.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [155.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [155.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [155.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [155.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [155.796s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.798s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.809s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.816s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.827s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.828s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.829s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.830s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.837s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.840s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.844s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.844s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.850s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.874s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.887s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.888s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.889s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.907s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.913s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.914s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.915s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.919s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.919s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.922s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void e_uri.EImpl.() is not a subtype of class java.lang.Throwable [155.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.927s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.928s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.928s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.930s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [155.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [155.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [155.942s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [155.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [155.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [155.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri0.D0Impl.() is not a subtype of class java.lang.Throwable [155.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri1.D1Impl.() is not a subtype of class java.lang.Throwable [155.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri2.D2Impl.() is not a subtype of class java.lang.Throwable [155.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri3.D3Impl.() is not a subtype of class java.lang.Throwable [155.950s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri4.D4Impl.() is not a subtype of class java.lang.Throwable [155.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri5.D5Impl.() is not a subtype of class java.lang.Throwable [155.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri6.D6Impl.() is not a subtype of class java.lang.Throwable [155.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri7.D7Impl.() is not a subtype of class java.lang.Throwable [155.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri8.D8Impl.() is not a subtype of class java.lang.Throwable [155.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri9.D9Impl.() is not a subtype of class java.lang.Throwable [155.955s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri10.D10Impl.() is not a subtype of class java.lang.Throwable [155.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri11.D11Impl.() is not a subtype of class java.lang.Throwable [155.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri12.D12Impl.() is not a subtype of class java.lang.Throwable [155.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri13.D13Impl.() is not a subtype of class java.lang.Throwable [155.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri14.D14Impl.() is not a subtype of class java.lang.Throwable [155.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri15.D15Impl.() is not a subtype of class java.lang.Throwable [155.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri16.D16Impl.() is not a subtype of class java.lang.Throwable [155.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri17.D17Impl.() is not a subtype of class java.lang.Throwable [155.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri18.D18Impl.() is not a subtype of class java.lang.Throwable [155.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri19.D19Impl.() is not a subtype of class java.lang.Throwable [155.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri20.D20Impl.() is not a subtype of class java.lang.Throwable [155.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri21.D21Impl.() is not a subtype of class java.lang.Throwable [155.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri22.D22Impl.() is not a subtype of class java.lang.Throwable [155.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri23.D23Impl.() is not a subtype of class java.lang.Throwable [155.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri24.D24Impl.() is not a subtype of class java.lang.Throwable [155.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri25.D25Impl.() is not a subtype of class java.lang.Throwable [155.969s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri26.D26Impl.() is not a subtype of class java.lang.Throwable [155.969s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri27.D27Impl.() is not a subtype of class java.lang.Throwable [155.970s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri28.D28Impl.() is not a subtype of class java.lang.Throwable [155.971s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri29.D29Impl.() is not a subtype of class java.lang.Throwable [155.972s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri30.D30Impl.() is not a subtype of class java.lang.Throwable [155.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri31.D31Impl.() is not a subtype of class java.lang.Throwable [155.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri32.D32Impl.() is not a subtype of class java.lang.Throwable [155.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri33.D33Impl.() is not a subtype of class java.lang.Throwable [155.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri34.D34Impl.() is not a subtype of class java.lang.Throwable [155.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri35.D35Impl.() is not a subtype of class java.lang.Throwable [155.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri36.D36Impl.() is not a subtype of class java.lang.Throwable [155.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri37.D37Impl.() is not a subtype of class java.lang.Throwable [155.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri38.D38Impl.() is not a subtype of class java.lang.Throwable [155.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri39.D39Impl.() is not a subtype of class java.lang.Throwable [155.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri40.D40Impl.() is not a subtype of class java.lang.Throwable [155.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri41.D41Impl.() is not a subtype of class java.lang.Throwable [155.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri42.D42Impl.() is not a subtype of class java.lang.Throwable [155.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri43.D43Impl.() is not a subtype of class java.lang.Throwable [155.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri44.D44Impl.() is not a subtype of class java.lang.Throwable [155.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri45.D45Impl.() is not a subtype of class java.lang.Throwable [155.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri46.D46Impl.() is not a subtype of class java.lang.Throwable [155.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri47.D47Impl.() is not a subtype of class java.lang.Throwable [155.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri48.D48Impl.() is not a subtype of class java.lang.Throwable [155.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri49.D49Impl.() is not a subtype of class java.lang.Throwable [155.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri50.D50Impl.() is not a subtype of class java.lang.Throwable [156.001s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri51.D51Impl.() is not a subtype of class java.lang.Throwable [156.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri52.D52Impl.() is not a subtype of class java.lang.Throwable [156.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri53.D53Impl.() is not a subtype of class java.lang.Throwable [156.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri54.D54Impl.() is not a subtype of class java.lang.Throwable [156.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri55.D55Impl.() is not a subtype of class java.lang.Throwable [156.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri56.D56Impl.() is not a subtype of class java.lang.Throwable [156.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri57.D57Impl.() is not a subtype of class java.lang.Throwable [156.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri58.D58Impl.() is not a subtype of class java.lang.Throwable [156.015s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri59.D59Impl.() is not a subtype of class java.lang.Throwable [156.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri60.D60Impl.() is not a subtype of class java.lang.Throwable [156.018s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri61.D61Impl.() is not a subtype of class java.lang.Throwable [156.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri62.D62Impl.() is not a subtype of class java.lang.Throwable [156.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri63.D63Impl.() is not a subtype of class java.lang.Throwable [156.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri64.D64Impl.() is not a subtype of class java.lang.Throwable [156.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri65.D65Impl.() is not a subtype of class java.lang.Throwable [156.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri66.D66Impl.() is not a subtype of class java.lang.Throwable [156.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri67.D67Impl.() is not a subtype of class java.lang.Throwable [156.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri68.D68Impl.() is not a subtype of class java.lang.Throwable [156.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri69.D69Impl.() is not a subtype of class java.lang.Throwable [156.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri70.D70Impl.() is not a subtype of class java.lang.Throwable [156.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri71.D71Impl.() is not a subtype of class java.lang.Throwable [156.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri72.D72Impl.() is not a subtype of class java.lang.Throwable [156.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri73.D73Impl.() is not a subtype of class java.lang.Throwable [156.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri74.D74Impl.() is not a subtype of class java.lang.Throwable [156.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri75.D75Impl.() is not a subtype of class java.lang.Throwable [156.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri76.D76Impl.() is not a subtype of class java.lang.Throwable [156.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri77.D77Impl.() is not a subtype of class java.lang.Throwable [156.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri78.D78Impl.() is not a subtype of class java.lang.Throwable [156.038s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri79.D79Impl.() is not a subtype of class java.lang.Throwable [156.039s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri80.D80Impl.() is not a subtype of class java.lang.Throwable [156.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri81.D81Impl.() is not a subtype of class java.lang.Throwable [156.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri82.D82Impl.() is not a subtype of class java.lang.Throwable [156.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri83.D83Impl.() is not a subtype of class java.lang.Throwable [156.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri84.D84Impl.() is not a subtype of class java.lang.Throwable [156.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri85.D85Impl.() is not a subtype of class java.lang.Throwable [156.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri86.D86Impl.() is not a subtype of class java.lang.Throwable [156.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri87.D87Impl.() is not a subtype of class java.lang.Throwable [156.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri88.D88Impl.() is not a subtype of class java.lang.Throwable [156.046s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri89.D89Impl.() is not a subtype of class java.lang.Throwable [156.047s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri90.D90Impl.() is not a subtype of class java.lang.Throwable [156.048s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri91.D91Impl.() is not a subtype of class java.lang.Throwable [156.049s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri92.D92Impl.() is not a subtype of class java.lang.Throwable [156.050s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri93.D93Impl.() is not a subtype of class java.lang.Throwable [156.050s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri94.D94Impl.() is not a subtype of class java.lang.Throwable [156.051s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri95.D95Impl.() is not a subtype of class java.lang.Throwable [156.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri96.D96Impl.() is not a subtype of class java.lang.Throwable [156.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri97.D97Impl.() is not a subtype of class java.lang.Throwable [156.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri98.D98Impl.() is not a subtype of class java.lang.Throwable [156.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri99.D99Impl.() is not a subtype of class java.lang.Throwable [156.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.474s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [156.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [156.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void root1_uri.Root1Impl.() is not a subtype of class java.lang.Throwable [156.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void f_uri.FImpl.() is not a subtype of class java.lang.Throwable [156.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [156.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.500s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void root1_uri.Root1Impl.() is not a subtype of class java.lang.Throwable [156.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void f_uri.FImpl.() is not a subtype of class java.lang.Throwable [156.506s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [156.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.532s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void root1_uri.Root1Impl.() is not a subtype of class java.lang.Throwable [156.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void f_uri.FImpl.() is not a subtype of class java.lang.Throwable [156.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [156.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void c_uri.CImpl.() is not a subtype of class java.lang.Throwable [156.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void e_uri.EImpl.() is not a subtype of class java.lang.Throwable [156.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void e_uri.EImpl.() is not a subtype of class java.lang.Throwable [156.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.569s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.572s][warning][exceptions] Class java.io.Serializable in throws clause of method void e_uri.EImpl.() is not a subtype of class java.lang.Throwable [156.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void e_uri.EImpl.() is not a subtype of class java.lang.Throwable [156.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.582s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void e_uri.EImpl.() is not a subtype of class java.lang.Throwable [156.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void root_uri.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [156.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void b_uri.BImpl.() is not a subtype of class java.lang.Throwable [156.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void d_uri.DImpl.() is not a subtype of class java.lang.Throwable [156.593s][warning][exceptions] Class java.io.Serializable in throws clause of method void e_uri.EImpl.() is not a subtype of class java.lang.Throwable [156.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [156.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [156.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [156.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [156.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [156.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [156.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [156.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [156.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [156.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [156.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [156.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [156.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [156.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.669s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [156.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [156.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [156.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [156.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [156.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [156.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [156.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [156.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [156.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [156.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [156.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [156.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [156.723s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.724s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.724s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.724s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [156.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [156.741s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.747s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [156.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [156.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [156.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [156.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [156.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [156.752s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.752s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [156.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [156.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [156.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [156.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [156.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [156.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [156.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [156.799s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [156.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [156.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.809s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [156.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [156.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [156.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [156.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [156.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ResultsTypeImpl.() is not a subtype of class java.lang.Throwable [156.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.EmployeeTypeImpl.() is not a subtype of class java.lang.Throwable [156.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.845s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CorporationTypeImpl.() is not a subtype of class java.lang.Throwable [156.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendCashTypeImpl.() is not a subtype of class java.lang.Throwable [156.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.StockTypeImpl.() is not a subtype of class java.lang.Throwable [156.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DivisionTypeImpl.() is not a subtype of class java.lang.Throwable [156.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.849s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.DividendTypeImpl.() is not a subtype of class java.lang.Throwable [156.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.889s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.907s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.907s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [156.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [156.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [156.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [156.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [156.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [156.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [156.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [156.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [156.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [157.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [157.007s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [157.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [157.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [157.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [157.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [157.015s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [157.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [157.018s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.() is not a subtype of class java.lang.Throwable [157.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.() is not a subtype of class java.lang.Throwable [157.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.() is not a subtype of class java.lang.Throwable [157.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.038s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.050s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.090s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.104s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.104s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.104s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.155s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.155s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.155s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.176s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.202s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.202s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.202s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.203s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.203s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.203s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.240s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.273s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.273s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.273s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.280s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.324s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.387s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.MyTypeImpl.() is not a subtype of class java.lang.Throwable [157.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.411s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.411s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.461s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.461s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.461s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.471s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.505s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.510s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.524s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.524s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.524s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.525s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.551s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.552s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.552s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.552s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.554s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.565s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PnumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [157.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.YardImpl.() is not a subtype of class java.lang.Throwable [157.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PriceTypeImpl.() is not a subtype of class java.lang.Throwable [157.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ProductTypeImpl.() is not a subtype of class java.lang.Throwable [157.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.598s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteTypeImpl.() is not a subtype of class java.lang.Throwable [157.599s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteItemImpl.() is not a subtype of class java.lang.Throwable [157.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteTypeImpl.() is not a subtype of class java.lang.Throwable [157.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteItemImpl.() is not a subtype of class java.lang.Throwable [157.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteTypeImpl.() is not a subtype of class java.lang.Throwable [157.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteItemImpl.() is not a subtype of class java.lang.Throwable [157.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteTypeImpl.() is not a subtype of class java.lang.Throwable [157.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteItemImpl.() is not a subtype of class java.lang.Throwable [157.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteTypeImpl.() is not a subtype of class java.lang.Throwable [157.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.example.QuoteItemImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 241, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.120 s -- in org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathengine.SDODataObjectXPathEngineTestSuite [157.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.653s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.669s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.670s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.670s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.670s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.671s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.679s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.724s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.724s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.730s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.730s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.731s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.731s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.731s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.739s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.739s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.740s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.746s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.747s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.753s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.755s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.761s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.761s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.761s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.784s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.785s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.785s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.809s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.809s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.809s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.824s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.824s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.826s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.837s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.840s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.840s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.840s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.841s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.849s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.865s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.873s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.887s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.887s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.887s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.888s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.888s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.888s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.914s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.915s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.915s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.929s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.929s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.930s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.931s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.939s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.955s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.969s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.970s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.970s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.985s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [157.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [157.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [157.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [157.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [157.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [157.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [157.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [157.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [157.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [157.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [157.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.004s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.005s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.006s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.038s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.051s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.051s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.065s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.072s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.072s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.072s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.096s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.096s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.106s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.112s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.112s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.112s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.149s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.174s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.175s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.176s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.176s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.203s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.230s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.236s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.265s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.271s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.271s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.272s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.289s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.290s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.311s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.312s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.313s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.327s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.332s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.332s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.332s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.360s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.374s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.374s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.376s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.391s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.420s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.421s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.429s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.444s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.452s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.459s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.464s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.464s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.477s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.487s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.488s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.506s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.506s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.515s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.523s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.533s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.534s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.535s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.535s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.563s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.563s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.590s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.593s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.593s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.593s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.599s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.599s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.632s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.633s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.634s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.644s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.645s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.659s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.661s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.668s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.669s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.670s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.673s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.689s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.714s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.715s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.730s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.737s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.742s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.759s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.763s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.763s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.778s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.786s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.786s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.787s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.800s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.806s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.807s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.808s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.831s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.836s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.837s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.840s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.863s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.866s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.876s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.904s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.906s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.913s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.919s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.920s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.927s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.933s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.939s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.939s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.939s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.941s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.951s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.952s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [158.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [158.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [158.986s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [158.986s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [158.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [158.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [158.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [158.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [158.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [158.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [158.996s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.000s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.000s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.001s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.001s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.002s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.002s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.003s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.014s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.015s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.018s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.018s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.046s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.046s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.046s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.047s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.047s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.047s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.048s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.058s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.059s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.060s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.061s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.061s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.072s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.098s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.099s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.101s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.101s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.101s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.108s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.112s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.129s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.130s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.136s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.141s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.156s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.157s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.165s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.166s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.QuantityTypeWrapperImpl.() is not a subtype of class java.lang.Throwable [159.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GenderWrapperImpl.() is not a subtype of class java.lang.Throwable [159.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.SKUWrapperImpl.() is not a subtype of class java.lang.Throwable [159.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.PhoneNumberWrapperImpl.() is not a subtype of class java.lang.Throwable [159.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.NamePrefixWrapperImpl.() is not a subtype of class java.lang.Throwable [159.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PartsListTypeImpl.() is not a subtype of class java.lang.Throwable [159.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.UsAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [159.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [159.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerTypeImpl.() is not a subtype of class java.lang.Throwable [159.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [159.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CdnAddressTypeImpl.() is not a subtype of class java.lang.Throwable [159.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.240s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.322s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.330s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.335s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.CustomTypeImpl.() is not a subtype of class java.lang.Throwable [159.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void com.oracle.xmlns.oracle.apps.fnd.ActivityImpl.() is not a subtype of class java.lang.Throwable [159.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.375s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [159.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.BarTypeImpl.() is not a subtype of class java.lang.Throwable [159.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void oracle.test.xpath.FooTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.766 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.xpathengine.SDODataObjectXPathEngineTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathpositional.SDODataObjectXPathPositionalTestSuite [159.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void myuri.MyTypeImpl.() is not a subtype of class java.lang.Throwable [159.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void myuri.MyTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 314, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.xpathpositional.SDODataObjectXPathPositionalTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathquery.SDODataObjectXPathQueryTestSuite [159.863s][warning][exceptions] Class java.io.Serializable in throws clause of method void theuri.TheNameImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.xpathquery.SDODataObjectXPathQueryTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-htvkb 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-0qn6h-htvkb" 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-0qn6h-htvkb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-htvkb" 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-0qn6h-htvkb 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-0qn6h-htvkb" 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-0qn6h-htvkb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-htvkb" 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-0qn6h-htvkb" 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-0qn6h-htvkb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-htvkb" 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) [160.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.353s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.365s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.366s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.367s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.386s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.419s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.461s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.478s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.481s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.497s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.541s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.561s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.659s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.681s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.696s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.698s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.708s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.716s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.717s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.718s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.718s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [160.737s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [160.738s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [160.738s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [160.738s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [160.738s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [160.739s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [160.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.752s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.756s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.containment.ContainmentTestSuite [160.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [160.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.containment.ContainmentTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetIndexTestSuite [INFO] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetIndexTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathConversionTestSuite [INFO] Tests run: 302, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathConversionTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectTestSuite [161.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.904s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.904s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.953s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.955s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.955s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.978s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.987s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.988s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [161.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [161.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [161.997s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [161.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [161.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [161.998s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.007s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.007s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.016s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.017s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.066s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.107s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.155s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.189s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.189s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.230s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.232s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.244s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.248s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.274s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.275s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.283s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.301s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.325s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.346s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.354s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.388s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.397s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.398s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.440s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.440s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.458s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.474s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.504s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.512s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.513s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.522s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Levels2Impl.() is not a subtype of class java.lang.Throwable [162.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderTypeImpl.() is not a subtype of class java.lang.Throwable [162.531s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.LineItemTypeImpl.() is not a subtype of class java.lang.Throwable [162.531s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.AddressTypeImpl.() is not a subtype of class java.lang.Throwable [162.531s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.Level2TypeImpl.() is not a subtype of class java.lang.Throwable [162.531s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemsImpl.() is not a subtype of class java.lang.Throwable [162.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.542s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.549s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.550s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.552s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.553s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.555s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.569s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.571s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.573s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.SomeOtherImpl.() is not a subtype of class java.lang.Throwable [162.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.582s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.AddressImpl.() is not a subtype of class java.lang.Throwable [162.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.EmployeeImpl.() is not a subtype of class java.lang.Throwable [162.588s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyFloatDOImpl.() is not a subtype of class java.lang.Throwable [162.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyDoubleDOImpl.() is not a subtype of class java.lang.Throwable [162.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyBigDecimalDOImpl.() is not a subtype of class java.lang.Throwable [162.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyShortDOImpl.() is not a subtype of class java.lang.Throwable [162.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyLongDOImpl.() is not a subtype of class java.lang.Throwable [162.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyBigIntegerDOImpl.() is not a subtype of class java.lang.Throwable [162.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyByteDOImpl.() is not a subtype of class java.lang.Throwable [162.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyBooleanDOImpl.() is not a subtype of class java.lang.Throwable [162.614s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyIntDOImpl.() is not a subtype of class java.lang.Throwable [162.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyDateDOImpl.() is not a subtype of class java.lang.Throwable [162.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyBytesDOImpl.() is not a subtype of class java.lang.Throwable [162.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyStringDOImpl.() is not a subtype of class java.lang.Throwable [162.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyCharDOImpl.() is not a subtype of class java.lang.Throwable [162.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyFloatDOImpl.() is not a subtype of class java.lang.Throwable [162.644s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyDoubleDOImpl.() is not a subtype of class java.lang.Throwable [162.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyBigDecimalDOImpl.() is not a subtype of class java.lang.Throwable [162.649s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyShortDOImpl.() is not a subtype of class java.lang.Throwable [162.651s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyLongDOImpl.() is not a subtype of class java.lang.Throwable [162.652s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyBigIntegerDOImpl.() is not a subtype of class java.lang.Throwable [162.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyByteDOImpl.() is not a subtype of class java.lang.Throwable [162.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyBooleanDOImpl.() is not a subtype of class java.lang.Throwable [162.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyIntDOImpl.() is not a subtype of class java.lang.Throwable [162.660s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyDateDOImpl.() is not a subtype of class java.lang.Throwable [162.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyBytesDOImpl.() is not a subtype of class java.lang.Throwable [162.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyStringDOImpl.() is not a subtype of class java.lang.Throwable [162.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.MyCharDOImpl.() is not a subtype of class java.lang.Throwable [162.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [162.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildImpl.() is not a subtype of class java.lang.Throwable [162.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [162.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildImpl.() is not a subtype of class java.lang.Throwable [162.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildImpl.() is not a subtype of class java.lang.Throwable [162.680s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [162.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [162.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildImpl.() is not a subtype of class java.lang.Throwable [162.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [162.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildImpl.() is not a subtype of class java.lang.Throwable [162.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.RootImpl.() is not a subtype of class java.lang.Throwable [162.690s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ChildImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 s -- in org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.sequence.SDOSequenceTestSuite [162.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.725s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.735s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.737s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.738s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.740s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.742s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.752s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.754s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.762s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.763s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.764s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.770s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.771s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.772s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.779s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.781s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.783s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.784s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.789s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.790s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.791s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.809s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.823s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.824s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.828s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.829s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.830s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.831s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.832s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.833s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.838s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.839s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.842s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.844s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.853s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.854s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.855s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.856s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.873s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.877s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.896s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.897s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.907s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.919s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.923s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.930s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.939s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.940s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.954s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.961s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.962s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.963s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.969s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.970s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.971s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.980s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.985s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [162.991s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [162.992s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [162.993s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [162.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [162.994s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [162.995s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.009s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.013s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.023s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.024s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.025s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.026s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.032s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.033s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.034s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.040s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.042s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.052s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.065s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.065s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.067s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.072s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.073s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.074s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.075s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.081s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.082s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.083s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.091s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.092s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.100s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.101s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.114s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.115s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.116s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.117s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.135s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.138s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.142s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.143s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.149s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.158s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.159s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.172s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.173s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.177s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.186s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.187s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.188s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.189s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.195s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.212s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.214s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.224s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.225s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.240s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.260s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.260s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.269s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.271s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.281s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.296s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.297s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.298s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.304s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.305s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.306s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.315s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.317s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.323s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.324s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.331s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.332s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.338s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.339s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.340s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.347s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.348s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.350s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.352s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.358s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.361s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.362s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.369s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.371s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.374s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.382s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.383s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.384s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.389s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.390s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.392s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.393s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.395s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.402s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.403s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.404s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.405s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.412s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.413s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.427s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.435s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.436s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.437s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.444s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.445s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.451s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.453s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.460s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.462s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.467s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.472s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.473s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.474s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.475s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.476s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.477s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.481s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.485s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.486s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.495s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.496s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.503s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.507s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.508s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.509s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.511s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.521s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.525s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.526s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.530s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.535s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.540s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.543s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.562s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.564s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.579s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.580s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.581s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.582s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.589s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.593s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.594s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.594s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.600s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.601s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.602s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.603s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.604s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.610s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.611s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.612s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.613s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.617s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.621s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.622s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.626s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.628s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.641s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.642s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.643s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.649s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.651s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.667s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.672s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.673s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.675s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.684s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyChangeSummaryImpl.() is not a subtype of class java.lang.Throwable [163.688s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.697s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.704s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.705s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.710s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.712s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.713s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.718s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.719s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.720s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.721s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.722s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.730s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.734s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.736s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.737s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.741s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.742s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.743s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.744s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.745s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.749s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.750s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.751s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.752s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.758s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.760s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.761s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.765s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.766s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.769s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.773s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.774s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.775s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.776s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.777s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.781s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.782s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.783s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.784s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.785s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.793s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.794s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.795s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.796s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.797s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.801s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.802s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.804s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.805s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.809s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.810s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.846s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.847s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.848s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.849s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.857s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.858s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.860s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.866s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.867s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.869s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.870s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.871s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.878s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.880s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.881s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.888s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.889s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.891s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.899s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.907s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.907s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.915s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.916s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.917s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.919s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.924s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.925s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.926s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.927s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.928s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.934s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.935s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.947s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.948s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.949s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.956s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.957s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.958s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.959s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.960s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.965s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.966s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.967s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.969s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.973s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.974s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.975s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.976s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.977s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.981s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [163.982s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [163.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [163.984s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [163.985s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [163.990s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.008s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.010s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.011s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.012s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.018s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.019s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.020s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.021s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.022s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.027s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.028s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.029s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.030s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.031s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.035s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.036s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.037s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.038s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.045s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.046s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.047s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.053s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.054s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.055s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.056s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.057s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.061s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.061s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.062s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.063s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.064s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.068s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.071s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.072s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.076s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.077s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.078s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.079s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.080s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.084s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.085s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.086s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.087s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.088s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.093s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.094s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.095s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.096s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.097s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.101s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.102s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.103s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.104s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.105s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.109s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.110s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.111s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.112s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.113s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.118s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.119s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.120s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.121s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.131s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PhoneTypeImpl.() is not a subtype of class java.lang.Throwable [164.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.132s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.133s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.137s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.139s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.140s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.144s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.145s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.146s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.147s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.148s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.151s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.152s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.154s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.155s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.160s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.161s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.162s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.163s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.164s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.167s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.168s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.169s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.170s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.171s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.175s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.176s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.177s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.178s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.179s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.183s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.184s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.186s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.191s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.198s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.202s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.205s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.209s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.216s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.220s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.225s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.252s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.253s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.256s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.259s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.260s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.263s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.267s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.268s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.269s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.270s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.271s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.276s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.277s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.278s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.279s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.284s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.285s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.286s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.287s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.288s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.291s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.292s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.293s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.294s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.295s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.299s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.300s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.302s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.303s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.307s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.308s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.309s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.310s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.311s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.316s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.318s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.319s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.320s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.321s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.322s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.326s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.328s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.329s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.333s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.334s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.335s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.336s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.337s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.341s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.342s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.343s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.344s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.345s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.349s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.351s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.355s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.357s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.359s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.363s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.364s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.370s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.372s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.373s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.377s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.378s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.379s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.380s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.381s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.385s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.399s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.400s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.401s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.406s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.407s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.408s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.409s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.410s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.414s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.415s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.416s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.417s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.418s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.422s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.423s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.424s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.425s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.426s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.430s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.431s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.432s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.433s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.434s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.439s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.440s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.441s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.442s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.443s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.446s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.447s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.448s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.449s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.450s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.454s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.455s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.456s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.457s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.463s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.465s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.466s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.468s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.469s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.479s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.480s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.482s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.483s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.484s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.491s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.492s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.493s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.494s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.498s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.499s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.500s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.501s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.502s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.516s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.517s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.518s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.519s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.520s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.525s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.526s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.527s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.528s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.529s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.535s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.536s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.537s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.538s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.539s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.544s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.545s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.546s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.547s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.548s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.556s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.557s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.558s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.559s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.560s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.566s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.567s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.568s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.569s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.570s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.574s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.575s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.576s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.577s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.578s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.583s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.584s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.585s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.586s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.587s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.591s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.592s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.594s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.594s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.595s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.605s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.606s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.607s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.608s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.609s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.615s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.616s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.618s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.619s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.620s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.627s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.629s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.630s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.631s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.636s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.637s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.638s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.639s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.640s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.645s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.646s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.647s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.648s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.649s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.654s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.655s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.656s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.657s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.658s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.662s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.663s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.664s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.665s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.666s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.674s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.676s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.677s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.678s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.682s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.683s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.685s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.686s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.687s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.691s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.692s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.693s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.694s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.695s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.699s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.700s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.701s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.702s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.703s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.707s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.RootTypeImpl.() is not a subtype of class java.lang.Throwable [164.709s][warning][exceptions] Class java.io.Serializable in throws clause of method void defaultPackage.RootTypeImpl.() is not a subtype of class java.lang.Throwable [164.711s][warning][exceptions] Class java.io.Serializable in throws clause of method void someuri.TheNameImpl.() is not a subtype of class java.lang.Throwable [164.726s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.RootImpl.() is not a subtype of class java.lang.Throwable [164.727s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child1Impl.() is not a subtype of class java.lang.Throwable [164.728s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child2Impl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.011 s -- in org.eclipse.persistence.testing.sdo.model.sequence.SDOSequenceTestSuite [164.729s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child3Impl.() is not a subtype of class java.lang.Throwable [INFO] Running org.eclipse.persistence.testing.sdo.model.type.SDOTypeTestSuite [164.731s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.RootImpl.() is not a subtype of class java.lang.Throwable [164.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child1Impl.() is not a subtype of class java.lang.Throwable [164.732s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child2Impl.() is not a subtype of class java.lang.Throwable [164.733s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child3Impl.() is not a subtype of class java.lang.Throwable [164.778s][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 [164.779s][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 [164.779s][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 [164.786s][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 [164.787s][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 [164.788s][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 [164.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetBoolImpl.() is not a subtype of class java.lang.Throwable [164.811s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetShortImpl.() is not a subtype of class java.lang.Throwable [164.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetGuidResponseImpl.() is not a subtype of class java.lang.Throwable [164.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUShortResponseImpl.() is not a subtype of class java.lang.Throwable [164.812s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSingleImpl.() is not a subtype of class java.lang.Throwable [164.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetIntResponseImpl.() is not a subtype of class java.lang.Throwable [164.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetObjectImpl.() is not a subtype of class java.lang.Throwable [164.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUriImpl.() is not a subtype of class java.lang.Throwable [164.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetQNameImpl.() is not a subtype of class java.lang.Throwable [164.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteArrayResponseImpl.() is not a subtype of class java.lang.Throwable [164.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetTimeSpanImpl.() is not a subtype of class java.lang.Throwable [164.814s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetFloatResponseImpl.() is not a subtype of class java.lang.Throwable [164.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetIntImpl.() is not a subtype of class java.lang.Throwable [164.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSByteImpl.() is not a subtype of class java.lang.Throwable [164.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDoubleImpl.() is not a subtype of class java.lang.Throwable [164.815s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetLongImpl.() is not a subtype of class java.lang.Throwable [164.816s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteArrayImpl.() is not a subtype of class java.lang.Throwable [164.816s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUIntResponseImpl.() is not a subtype of class java.lang.Throwable [164.816s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDateTimeResponseImpl.() is not a subtype of class java.lang.Throwable [164.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUShortImpl.() is not a subtype of class java.lang.Throwable [164.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetBoolResponseImpl.() is not a subtype of class java.lang.Throwable [164.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetLongResponseImpl.() is not a subtype of class java.lang.Throwable [164.817s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDateTimeImpl.() is not a subtype of class java.lang.Throwable [164.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUriResponseImpl.() is not a subtype of class java.lang.Throwable [164.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteImpl.() is not a subtype of class java.lang.Throwable [164.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetTimeSpanResponseImpl.() is not a subtype of class java.lang.Throwable [164.818s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetGuidImpl.() is not a subtype of class java.lang.Throwable [164.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDoubleResponseImpl.() is not a subtype of class java.lang.Throwable [164.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetCharResponseImpl.() is not a subtype of class java.lang.Throwable [164.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSByteResponseImpl.() is not a subtype of class java.lang.Throwable [164.819s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUIntImpl.() is not a subtype of class java.lang.Throwable [164.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetObjectResponseImpl.() is not a subtype of class java.lang.Throwable [164.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDecimalResponseImpl.() is not a subtype of class java.lang.Throwable [164.820s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetShortResponseImpl.() is not a subtype of class java.lang.Throwable [164.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetStringImpl.() is not a subtype of class java.lang.Throwable [164.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetQNameResponseImpl.() is not a subtype of class java.lang.Throwable [164.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSingleResponseImpl.() is not a subtype of class java.lang.Throwable [164.821s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDecimalImpl.() is not a subtype of class java.lang.Throwable [164.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetULongImpl.() is not a subtype of class java.lang.Throwable [164.822s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetStringResponseImpl.() is not a subtype of class java.lang.Throwable [164.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetULongResponseImpl.() is not a subtype of class java.lang.Throwable [164.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteResponseImpl.() is not a subtype of class java.lang.Throwable [164.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetFloatImpl.() is not a subtype of class java.lang.Throwable [164.852s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetCharImpl.() is not a subtype of class java.lang.Throwable [164.861s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TBaseImpl.() is not a subtype of class java.lang.Throwable [164.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TGenericImpl.() is not a subtype of class java.lang.Throwable [164.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TSubstituteImpl.() is not a subtype of class java.lang.Throwable [164.862s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TRootImpl.() is not a subtype of class java.lang.Throwable [164.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void example.org.ItemImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.eclipse.persistence.testing.sdo.model.type.SDOTypeTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.property.SDOPropertyEqualityTestSuite [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.persistence.testing.sdo.model.property.SDOPropertyEqualityTestSuite [INFO] Running org.eclipse.persistence.testing.sdo.model.datagraph.SDODataGraphTestSuite [164.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.883s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.884s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.885s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.892s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.893s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.895s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.900s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.901s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.903s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.908s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.910s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.911s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.918s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.921s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.928s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.932s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.936s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.964s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [164.968s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [164.979s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.USAddressImpl.() is not a subtype of class java.lang.Throwable [164.983s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.ItemImpl.() is not a subtype of class java.lang.Throwable [164.989s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.PurchaseOrderImpl.() is not a subtype of class java.lang.Throwable [164.999s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CustomerImpl.() is not a subtype of class java.lang.Throwable [165.007s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.CompanyImpl.() is not a subtype of class java.lang.Throwable [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eclipse.persistence.testing.sdo.model.datagraph.SDODataGraphTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4640, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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/ink-pull-request-verifier_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] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/target/bom.json WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-x0t3q 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-0qn6h-x0t3q" 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-0qn6h-x0t3q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x0t3q" 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-0qn6h-x0t3q 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-0qn6h-x0t3q" 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-0qn6h-x0t3q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x0t3q" 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-0qn6h-x0t3q" 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-0qn6h-x0t3q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x0t3q" 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] 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.sdo-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] Configuration changed, re-generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:112: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:05 min [INFO] Finished at: 2024-03-12T10:54:24Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CORBA) [Pipeline] tool WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-jqj80 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-0qn6h-jqj80" 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-0qn6h-jqj80, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jqj80" 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-0qn6h-jqj80 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-0qn6h-jqj80" 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-0qn6h-jqj80, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jqj80" 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-0qn6h-jqj80" 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-0qn6h-jqj80, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jqj80" 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) [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -B -V verify -pl :org.eclipse.persistence.corba -P staging,mysql 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/jdk-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.corba >-------- [INFO] Building EclipseLink CORBA Extension 5.0.0-SNAPSHOT [INFO] from 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] 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.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] 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.corba --- [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-spotbugs-filter) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.corba --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Nothing to compile - all classes are up to date. [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] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-btvvd 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-0qn6h-btvvd" 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-0qn6h-btvvd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-btvvd" 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-0qn6h-btvvd 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-0qn6h-btvvd" 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-0qn6h-btvvd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-btvvd" 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-0qn6h-btvvd" 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-0qn6h-btvvd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-btvvd" 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) [INFO] CycloneDX: Resolving Dependencies 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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/target/test-classes:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/target/classes:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/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-M2/jakarta.persistence-api-3.2.0-M2.jar:/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:/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:/home/jenkins/.m2/repository/com/mysql/mysql-connector-j/8.3.0/mysql-connector-j-8.3.0.jar:/home/jenkins/.m2/repository/com/google/protobuf/protobuf-java/3.25.1/protobuf-java-3.25.1.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.6/asm-commons-9.6.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.6/asm-9.6.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.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] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/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.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 [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] 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.03.12 10:54:43.653--DatabaseSessionImpl(1607305514)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-9znk2 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-0qn6h-9znk2" 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-0qn6h-9znk2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9znk2" 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-0qn6h-9znk2 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-0qn6h-9znk2" 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-0qn6h-9znk2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9znk2" 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-0qn6h-9znk2" 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-0qn6h-9znk2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9znk2" 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) [EL Info]: 2024.03.12 10:54:49.609--DatabaseSessionImpl(1607305514)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.228 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.03.12 10:54:50.627--DatabaseSessionImpl(336484883)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Running Validation Security Tests Mar 12, 2024 10:54:52 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup INFO: JDK is 21 and higher. Test was not executed! Mar 12, 2024 10:54:52 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test INFO: JDK is 21 and higher. Test was not executed! Mar 12, 2024 10:54:52 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest verify INFO: JDK is 21 and higher. Test was not executed! Mar 12, 2024 10:54:52 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup INFO: JDK is 21 and higher. Test was not executed! Mar 12, 2024 10:54:52 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test INFO: JDK is 21 and higher. Test was not executed! Mar 12, 2024 10:54:52 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest verify INFO: JDK is 21 and higher. Test was not executed! Mar 12, 2024 10:54:52 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup INFO: JDK is 21 and higher. Test was not executed! Mar 12, 2024 10:54:52 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test INFO: JDK is 21 and higher. Test was not executed! Mar 12, 2024 10:54:52 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.028 sec [EL Info]: 2024.03.12 10:54:52.349--DatabaseSessionImpl(577245010)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.994 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] 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] 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] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.368 s [INFO] Finished at: 2024-03-12T10:54:52Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (JPA Modelgen, JPA JSE, JPA Spring, WDF, JPARS, DBWS, DBWS Builder, Distribution) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -B -V clean install -pl :eclipselink -P staging 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/jdk-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" WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nq3cg 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-0qn6h-nq3cg" 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-0qn6h-nq3cg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nq3cg" 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-0qn6h-nq3cg 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-0qn6h-nq3cg" 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-0qn6h-nq3cg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nq3cg" 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-0qn6h-nq3cg" 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-0qn6h-nq3cg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nq3cg" 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) [INFO] Scanning for projects... [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 5.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipselink --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipselink --- [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) @ 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [INFO] Storing buildNumber: c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 at timestamp: 1710240900144 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [INFO] Storing scmBranch: UNKNOWN [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar (364 kB at 595 kB/s) [INFO] [INFO] --- build-helper:3.5.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 56 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.12.1:compile (default-compile) @ eclipselink --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 3416 source files with javac [debug release 17 module-path] to target/classes WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-s58lq 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-0qn6h-s58lq" 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-0qn6h-s58lq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s58lq" 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-0qn6h-s58lq 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-0qn6h-s58lq" 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-0qn6h-s58lq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s58lq" 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-0qn6h-s58lq" 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-0qn6h-s58lq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-s58lq" 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-0qn6h-b23hp 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-0qn6h-b23hp" 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-0qn6h-b23hp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b23hp" 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-0qn6h-b23hp 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-0qn6h-b23hp" 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-0qn6h-b23hp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b23hp" 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-0qn6h-b23hp" 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-0qn6h-b23hp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b23hp" 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-0qn6h-sg23b 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-0qn6h-sg23b" 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-0qn6h-sg23b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sg23b" 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-0qn6h-sg23b 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-0qn6h-sg23b" 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-0qn6h-sg23b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sg23b" 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-0qn6h-sg23b" 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-0qn6h-sg23b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sg23b" 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-0qn6h-2vsqt 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-0qn6h-2vsqt" 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-0qn6h-2vsqt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2vsqt" 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-0qn6h-2vsqt 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-0qn6h-2vsqt" 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-0qn6h-2vsqt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2vsqt" 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-0qn6h-2vsqt" 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-0qn6h-2vsqt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2vsqt" 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-0qn6h-tvgmd 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-0qn6h-tvgmd" 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-0qn6h-tvgmd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tvgmd" 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-0qn6h-tvgmd 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-0qn6h-tvgmd" 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-0qn6h-tvgmd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tvgmd" 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-0qn6h-tvgmd" 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-0qn6h-tvgmd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tvgmd" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1323,30] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1324,41] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[234,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[262,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[319,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[446,19] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,55] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[979,48] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1003,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1101,47] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1115,68] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1127,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1142,53] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[52,12] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[61,35] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[42,119] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[54,146] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[65,114] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[77,130] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[89,143] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[59,22] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[62,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[82,37] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[266,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[289,12] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[301,39] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[317,19] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[326,53] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/jboss/JBossTransactionController.java:[47,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/record/JsonGeneratorRecord.java:[30,32] interface jakarta.json.stream.JsonGenerator in module jakarta.json is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/was/WebSpherePlatformDetector.java:[52,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/was/WebSpherePlatformDetector.java:[65,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[47,126] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[52,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[62,136] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[76,150] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[84,121] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[57,126] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[62,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[76,150] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[89,134] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[97,121] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[1460,24] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/fieldsfiltering/FieldsFilteringValidator.java:[41,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/ServerPlatformBase.java:[304,34] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[72,25] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[140,62] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[163,58] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,118] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,139] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,91] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,112] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,107] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,128] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,81] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,102] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[64,22] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[71,19] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[82,75] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[89,15] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[111,45] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[111,96] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[130,15] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[149,12] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[160,45] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/factories/MissingDescriptorListener.java:[78,37] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,2] class jakarta.ws.rs.Produces in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,2] class jakarta.ws.rs.Consumes in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[40,2] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[43,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[44,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[45,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java: Some input files additionally use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractRecord.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractRecord.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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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] [INFO] --- jar:3.3.0:jar (jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-snk63 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-0qn6h-snk63" 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-0qn6h-snk63, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-snk63" 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-0qn6h-snk63 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-0qn6h-snk63" 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-0qn6h-snk63, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-snk63" 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-0qn6h-snk63" 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-0qn6h-snk63, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-snk63" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 71 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/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 eclipselink-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-03wc5 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-0qn6h-03wc5" 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-0qn6h-03wc5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-03wc5" 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-0qn6h-03wc5 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-0qn6h-03wc5" 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-0qn6h-03wc5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-03wc5" 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-0qn6h-03wc5" 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-0qn6h-03wc5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-03wc5" 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-0qn6h-8wz35 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-0qn6h-8wz35" 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-0qn6h-8wz35, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8wz35" 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-0qn6h-8wz35 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-0qn6h-8wz35" 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-0qn6h-8wz35, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8wz35" 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-0qn6h-8wz35" 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-0qn6h-8wz35, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8wz35" 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-0qn6h-g7hdp 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-0qn6h-g7hdp" 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-0qn6h-g7hdp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g7hdp" 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-0qn6h-g7hdp 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-0qn6h-g7hdp" 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-0qn6h-g7hdp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g7hdp" 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-0qn6h-g7hdp" 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-0qn6h-g7hdp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g7hdp" 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-0qn6h-4pb6q 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-0qn6h-4pb6q" 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-0qn6h-4pb6q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4pb6q" 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-0qn6h-4pb6q 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-0qn6h-4pb6q" 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-0qn6h-4pb6q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4pb6q" 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-0qn6h-4pb6q" 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-0qn6h-4pb6q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4pb6q" 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-0qn6h-f3txg 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-0qn6h-f3txg" 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-0qn6h-f3txg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f3txg" 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-0qn6h-f3txg 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-0qn6h-f3txg" 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-0qn6h-f3txg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f3txg" 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-0qn6h-f3txg" 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-0qn6h-f3txg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f3txg" 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] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:112: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] --- install:3.1.1:install (default-install) @ eclipselink --- [INFO] Installing /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:49 min [INFO] Finished at: 2024-03-12T10:56:44Z [INFO] ------------------------------------------------------------------------ + mvn -B -V verify -pl :org.eclipse.persistence.jpa.modelgen.processor,:org.eclipse.persistence.jpa.jse.test,:org.eclipse.persistence.jpa.spring.test,:org.eclipse.persistence.extension,:org.eclipse.persistence.jpa.jpql,:org.eclipse.persistence.jpa.wdf.test,:org.eclipse.persistence.jpars,:org.eclipse.persistence.dbws,:org.eclipse.persistence.dbws.builder,:eclipselink,:org.eclipse.persistence.distribution.tests -P staging,mysql 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/jdk-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 Hermes Parser [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] EclipseLink JPA JSE Test [jar] [INFO] EclipseLink JPA Spring Test [jar] [INFO] EclipseLink JPA WDF Test [jar] [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 5.0.0-SNAPSHOT [1/11] [INFO] from 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] 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.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] 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.jpql --- [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-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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.tests.jpql.AllHermesTests WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-0g9mx 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-0qn6h-0g9mx" 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-0qn6h-0g9mx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0g9mx" 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-0qn6h-0g9mx 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-0qn6h-0g9mx" 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-0qn6h-0g9mx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0g9mx" 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-0qn6h-0g9mx" 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-0qn6h-0g9mx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0g9mx" 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-0qn6h-hzp33 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-0qn6h-hzp33" 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-0qn6h-hzp33, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hzp33" 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-0qn6h-hzp33 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-0qn6h-hzp33" 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-0qn6h-hzp33, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hzp33" 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-0qn6h-hzp33" 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-0qn6h-hzp33, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hzp33" 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-0qn6h-vsrcx 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-0qn6h-vsrcx" 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-0qn6h-vsrcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vsrcx" 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-0qn6h-vsrcx 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-0qn6h-vsrcx" 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-0qn6h-vsrcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vsrcx" 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-0qn6h-vsrcx" 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-0qn6h-vsrcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vsrcx" 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-0qn6h-0jhfr 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-0qn6h-0jhfr" 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-0qn6h-0jhfr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0jhfr" 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-0qn6h-0jhfr 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-0qn6h-0jhfr" 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-0qn6h-0jhfr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0jhfr" 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-0qn6h-0jhfr" 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-0qn6h-0jhfr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0jhfr" 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] Tests run: 114076, Failures: 0, Errors: 0, Skipped: 75, Time elapsed: 32.01 s -- in org.eclipse.persistence.jpa.tests.jpql.AllHermesTests [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 114076, 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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1lf3l 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-0qn6h-1lf3l" 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-0qn6h-1lf3l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1lf3l" 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-0qn6h-1lf3l 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-0qn6h-1lf3l" 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-0qn6h-1lf3l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1lf3l" 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-0qn6h-1lf3l" 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-0qn6h-1lf3l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1lf3l" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.jpql/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.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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-n14mv 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-0qn6h-n14mv" 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-0qn6h-n14mv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-n14mv" 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-0qn6h-n14mv 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-0qn6h-n14mv" 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-0qn6h-n14mv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-n14mv" 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-0qn6h-n14mv" 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-0qn6h-n14mv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-n14mv" 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) [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 5.0.0-SNAPSHOT [2/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.modelgen.processor --- [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-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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/module-info.java:[26,13] module not found: eclipselink [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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] 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] WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nxr64 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-0qn6h-nxr64" 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-0qn6h-nxr64, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nxr64" 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-0qn6h-nxr64 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-0qn6h-nxr64" 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-0qn6h-nxr64, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nxr64" 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-0qn6h-nxr64" 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-0qn6h-nxr64, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nxr64" 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) 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.03.12 10:57:55.027--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: 2024.03.12 10:57:55.032--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST Note: [EL Info]: processor: 2024.03.12 10:57:55.032--Thread(Thread[#1,main,5,main])--Creating non-static metadata factory ... Note: [EL Fine]: processor: 2024.03.12 10:57:55.032--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample Note: [EL Finest]: processor: 2024.03.12 10:57:55.033--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample Note: [EL Fine]: processor: 2024.03.12 10:57:55.033--Thread(Thread[#1,main,5,main])--Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: 2024.03.12 10:57:55.033--Thread(Thread[#1,main,5,main])--Visiting class: java.lang.Object Note: [EL Fine]: moxy: 2024.03.12 10:57:55.035--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@425357dd Note: [EL Fine]: moxy: 2024.03.12 10:57:55.043--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.03.12 10:57:55.043--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024.03.12 10:57:55.044--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Config]: metadata: 2024.03.12 10:57:55.045--ServerSession(948395645)--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.03.12 10:57:55.046--Thread(Thread[#1,main,5,main])--Generating class: org.Sample Note: [EL Fine]: processor: 2024.03.12 10:57:55.075--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: 2024.03.12 10:57:55.076--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample_ Note: [EL Fine]: moxy: 2024.03.12 10:57:55.077--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3c8bdd5b Note: [EL Fine]: moxy: 2024.03.12 10:57:55.080--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.03.12 10:57:55.080--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024.03.12 10:57:55.081--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 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: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.103 s -- in org.eclipse.persistence.jpa.test.modelgen.TestProcessor [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- 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] 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.03.12 10:57:58.817--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: 2024.03.12 10:57:58.822--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST Note: [EL Info]: processor: 2024.03.12 10:57:58.823--Thread(Thread[#1,main,5,main])--Creating non-static metadata factory ... Note: [EL Fine]: processor: 2024.03.12 10:57:58.823--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample Note: [EL Finest]: processor: 2024.03.12 10:57:58.823--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample Note: [EL Fine]: processor: 2024.03.12 10:57:58.823--Thread(Thread[#1,main,5,main])--Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: 2024.03.12 10:57:58.823--Thread(Thread[#1,main,5,main])--Visiting class: java.lang.Object Note: [EL Fine]: moxy: 2024.03.12 10:57:58.825--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@54e7391d Note: [EL Fine]: moxy: 2024.03.12 10:57:58.831--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.03.12 10:57:58.832--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024.03.12 10:57:58.832--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Config]: metadata: 2024.03.12 10:57:58.833--ServerSession(1484275564)--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.03.12 10:57:58.834--Thread(Thread[#1,main,5,main])--Generating class: org.Sample Note: [EL Fine]: processor: 2024.03.12 10:57:58.859--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: 2024.03.12 10:57:58.859--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample_ Note: [EL Fine]: moxy: 2024.03.12 10:57:58.861--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@e041f0c Note: [EL Fine]: moxy: 2024.03.12 10:57:58.863--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.03.12 10:57:58.864--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2024.03.12 10:57:58.864--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 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: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.984 s -- in org.eclipse.persistence.jpa.test.modelgen.TestProcessor [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 >-------- [INFO] Building EclipseLink JPA-RS 5.0.0-SNAPSHOT [3/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.jpars --- [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-spotbugs-filter) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-blvb8 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-0qn6h-blvb8" 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-0qn6h-blvb8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-blvb8" 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-0qn6h-blvb8 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-0qn6h-blvb8" 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-0qn6h-blvb8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-blvb8" 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-0qn6h-blvb8" 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-0qn6h-blvb8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-blvb8" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Skipping Derby execution. [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] ------------------------------------------------------- Mar 12, 2024 10:58:06 AM org.eclipse.persistence.session./jpars_auction-static.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. [EL Warning]: metadata: 2024.03.12 10:58:06.502--ServerSession(352083716)--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. [INFO] Running org.eclipse.persistence.jpars.test.AllJavaSETests Mar 12, 2024 10:58:07 AM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=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. Mar 12, 2024 10:58:07 AM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root INFO: EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 10:58:08 AM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null) Mar 12, 2024 10:58:08 AM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Problem while registering MBean: javax.management.RuntimeOperationsException Mar 12, 2024 10:58:08 AM org.eclipse.persistence.session./jpars_auction-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Problem while registering MBean: javax.management.RuntimeOperationsException Mar 12, 2024 10:58:09 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 Mar 12, 2024 10:58:09 AM org.eclipse.persistence.session./jpars_employee-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root INFO: EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 10:58:09 AM org.eclipse.persistence.session./jpars_employee-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Problem while registering MBean: javax.management.RuntimeOperationsException Mar 12, 2024 10:58:09 AM org.eclipse.persistence.session./jpars_employee-static_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root.server WARNING: Problem while registering MBean: javax.management.RuntimeOperationsException Mar 12, 2024 10:58:10 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 Mar 12, 2024 10:58:10 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 Mar 12, 2024 10:58:10 AM org.eclipse.persistence.default WARNING: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. Mar 12, 2024 10:58:10 AM org.eclipse.persistence.default WARNING: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. Mar 12, 2024 10:58:10 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 Mar 12, 2024 10:58:10 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction INFO: Test Auction Description0.01Test Auctionfalse0.0 Mar 12, 2024 10:58:10 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO: 100.020 Mar 12, 2024 10:58:10 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO:
22Brahms0
[EL Info]: 2024.03.12 10:58:11.016--ServerSession(1292487390)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: moxy: 2024.03.12 10:58:11.112--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 Mar 12, 2024 10:58:11 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"} Mar 12, 2024 10:58:11 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml INFO: 1Basket1 [EL Warning]: moxy: 2024.03.12 10:58:11.188--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.03.12 10:58:11.202--Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [EL Warning]: 2024.03.12 10:58:11.202--Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [EL Warning]: moxy: 2024.03.12 10:58:11.316--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 Mar 12, 2024 10:58:11 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction INFO: Test Auction Description0.01Test Auctionfalse0.0 Mar 12, 2024 10:58:11 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO: 100.020 Mar 12, 2024 10:58:11 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal INFO:
22Brahms0
[EL Info]: 2024.03.12 10:58:11.508--ServerSession(430976509)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: moxy: 2024.03.12 10:58:11.589--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 Mar 12, 2024 10:58:11 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"} Mar 12, 2024 10:58:11 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml INFO: 1Basket1 [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.258 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] 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] 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.extension >------ [INFO] Building EclipseLink Extension 5.0.0-SNAPSHOT [4/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.extension --- [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-spotbugs-filter) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.extension --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Nothing to compile - all classes are up to date. [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:58:13.472 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.mcast_group_addr to default value /239.8.8.8 10:58:13.478 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.bind_addr to default value /10.40.36.96 10:58:13.561 [main] DEBUG org.jgroups.protocols.UDP -- thread pool min/max/keep-alive (ms): 0/200/30000 10:58:13.570 [main] DEBUG org.jgroups.stack.Configurator -- set property org.jgroups.stack.DiagnosticsHandler@14bdbc74.mcast_addr to default value /224.0.75.75 10:58:13.594 [main] INFO org.jgroups.JChannel -- local_addr: 72bc3a97-72ae-483f-89c5-31c3a98e2f3b, name: el-master-agent-pod-0qn6h-tjr87-16160 10:58:13.594 [main] DEBUG org.jgroups.protocols.UDP -- sockets will use interface 10.40.36.96 10:58:13.602 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0 10:58:13.603 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0 10:58:13.605 [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:58:13.606 [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:58:13.607 [main] DEBUG org.jgroups.protocols.UDP -- socket information: mcast_addr=239.8.8.8:45588, bind_addr=/10.40.36.96, ttl=8 sock: bound to 10.40.36.96:45548, 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.36.96: using network interface 'eth0' to any (ephemeral) port 10:58:13.625 [main] INFO org.jgroups.protocols.FD_SOCK2 -- server listening on *.45648 ------------------------------------------------------------------- GMS: address=el-master-agent-pod-0qn6h-tjr87-16160, cluster=ChatCluster, physical address=10.40.36.96:45548 ------------------------------------------------------------------- 10:58:14.634 [main] INFO org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-0qn6h-tjr87-16160: no members discovered after 1005 ms: creating cluster as coordinator 10:58:14.638 [main] DEBUG org.jgroups.protocols.pbcast.NAKACK2 -- [el-master-agent-pod-0qn6h-tjr87-16160 setDigest()] existing digest: [] new digest: el-master-agent-pod-0qn6h-tjr87-16160: [0 (0)] resulting digest: el-master-agent-pod-0qn6h-tjr87-16160: [0 (0)] 10:58:14.639 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-0qn6h-tjr87-16160: installing view [el-master-agent-pod-0qn6h-tjr87-16160|0] (1) [el-master-agent-pod-0qn6h-tjr87-16160] (el-master-agent-pod-0qn6h-tjr87-16160 joined) 10:58:14.641 [main] DEBUG org.jgroups.protocols.pbcast.STABLE -- el-master-agent-pod-0qn6h-tjr87-16160: resuming message garbage collection 10:58:14.653 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-16160: installing view [el-master-agent-pod-0qn6h-tjr87-16160|0] (1) [el-master-agent-pod-0qn6h-tjr87-16160] 10:58:14.653 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-16160: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up 10:58:14.679 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-0qn6h-tjr87-16160: created cluster (first member). My view is [el-master-agent-pod-0qn6h-tjr87-16160|0], impl is CoordGmsImpl 10:58:14.696 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-16160: flush coordinator is starting FLUSH with participants [el-master-agent-pod-0qn6h-tjr87-16160] 10:58:14.702 [jgroups-9,ChatCluster,el-master-agent-pod-0qn6h-tjr87-16160] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-16160: received START_FLUSH, responded with FLUSH_COMPLETED to el-master-agent-pod-0qn6h-tjr87-16160 10:58:14.712 [jgroups-10,ChatCluster,el-master-agent-pod-0qn6h-tjr87-16160] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-16160: FLUSH_COMPLETED from el-master-agent-pod-0qn6h-tjr87-16160, completed true, flushMembers [el-master-agent-pod-0qn6h-tjr87-16160], flushCompleted [el-master-agent-pod-0qn6h-tjr87-16160] 10:58:14.712 [jgroups-10,ChatCluster,el-master-agent-pod-0qn6h-tjr87-16160] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-16160: all FLUSH_COMPLETED received 10:58:14.712 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-16160: received RESUME, sending STOP_FLUSH to all 10:58:14.713 [jgroups-10,ChatCluster,el-master-agent-pod-0qn6h-tjr87-16160] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-16160: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up 10:58:14.819 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-0qn6h-tjr87-16160: closing sockets and stopping threads 10:58:14.820 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-0qn6h-tjr87-16160: multicast socket closed 10:58:14.820 [mcast-receiver-8,ChatCluster,el-master-agent-pod-0qn6h-tjr87-16160] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-0qn6h-tjr87-16160: receiver socket is closed, exception=Socket closed 10:58:14.820 [ucast-receiver-7,ChatCluster,el-master-agent-pod-0qn6h-tjr87-16160] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-0qn6h-tjr87-16160: receiver socket is closed, exception=Socket closed 10:58:14.821 [mcast-receiver-8,ChatCluster,el-master-agent-pod-0qn6h-tjr87-16160] DEBUG org.jgroups.protocols.UDP -- mcast-receiver thread terminated 10:58:14.821 [ucast-receiver-7,ChatCluster,el-master-agent-pod-0qn6h-tjr87-16160] DEBUG org.jgroups.protocols.UDP -- ucast-receiver thread terminated 10:58:14.836 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.mcast_group_addr to default value /239.8.8.8 10:58:14.836 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.bind_addr to default value /10.40.36.96 10:58:14.844 [main] DEBUG org.jgroups.protocols.UDP -- thread pool min/max/keep-alive (ms): 0/200/30000 10:58:14.845 [main] DEBUG org.jgroups.stack.Configurator -- set property org.jgroups.stack.DiagnosticsHandler@37fb0bed.mcast_addr to default value /224.0.75.75 10:58:14.846 [main] INFO org.jgroups.JChannel -- local_addr: 9d67b5e9-3f9c-4de1-998f-e6fb651348fe, name: el-master-agent-pod-0qn6h-tjr87-62745 10:58:14.846 [main] DEBUG org.jgroups.protocols.UDP -- sockets will use interface 10.40.36.96 10:58:14.846 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0 10:58:14.847 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0 10:58:14.847 [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:58:14.848 [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:58:14.848 [main] DEBUG org.jgroups.protocols.UDP -- socket information: mcast_addr=239.8.8.8:45588, bind_addr=/10.40.36.96, ttl=8 sock: bound to 10.40.36.96:40213, 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.36.96: using network interface 'eth0' to any (ephemeral) port 10:58:14.850 [main] INFO org.jgroups.protocols.FD_SOCK2 -- server listening on *.40313 ------------------------------------------------------------------- GMS: address=el-master-agent-pod-0qn6h-tjr87-62745, cluster=ChatCluster, physical address=10.40.36.96:40213 ------------------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-fn5tr 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-0qn6h-fn5tr" 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-0qn6h-fn5tr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fn5tr" 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-0qn6h-fn5tr 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-0qn6h-fn5tr" 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-0qn6h-fn5tr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fn5tr" 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-0qn6h-fn5tr" 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-0qn6h-fn5tr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fn5tr" 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) 10:58:15.852 [main] INFO org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-0qn6h-tjr87-62745: no members discovered after 1000 ms: creating cluster as coordinator 10:58:15.852 [main] DEBUG org.jgroups.protocols.pbcast.NAKACK2 -- [el-master-agent-pod-0qn6h-tjr87-62745 setDigest()] existing digest: [] new digest: el-master-agent-pod-0qn6h-tjr87-62745: [0 (0)] resulting digest: el-master-agent-pod-0qn6h-tjr87-62745: [0 (0)] 10:58:15.853 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-0qn6h-tjr87-62745: installing view [el-master-agent-pod-0qn6h-tjr87-62745|0] (1) [el-master-agent-pod-0qn6h-tjr87-62745] (el-master-agent-pod-0qn6h-tjr87-62745 joined) 10:58:15.853 [main] DEBUG org.jgroups.protocols.pbcast.STABLE -- el-master-agent-pod-0qn6h-tjr87-62745: resuming message garbage collection 10:58:15.854 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-62745: installing view [el-master-agent-pod-0qn6h-tjr87-62745|0] (1) [el-master-agent-pod-0qn6h-tjr87-62745] 10:58:15.854 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-62745: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up 10:58:15.854 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-0qn6h-tjr87-62745: created cluster (first member). My view is [el-master-agent-pod-0qn6h-tjr87-62745|0], impl is CoordGmsImpl 10:58:15.856 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-62745: flush coordinator is starting FLUSH with participants [el-master-agent-pod-0qn6h-tjr87-62745] 10:58:15.856 [jgroups-9,ChatCluster,el-master-agent-pod-0qn6h-tjr87-62745] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-62745: received START_FLUSH, responded with FLUSH_COMPLETED to el-master-agent-pod-0qn6h-tjr87-62745 10:58:15.857 [jgroups-10,ChatCluster,el-master-agent-pod-0qn6h-tjr87-62745] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-62745: FLUSH_COMPLETED from el-master-agent-pod-0qn6h-tjr87-62745, completed true, flushMembers [el-master-agent-pod-0qn6h-tjr87-62745], flushCompleted [el-master-agent-pod-0qn6h-tjr87-62745] 10:58:15.857 [jgroups-10,ChatCluster,el-master-agent-pod-0qn6h-tjr87-62745] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-62745: all FLUSH_COMPLETED received 10:58:15.857 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-62745: received RESUME, sending STOP_FLUSH to all 10:58:15.867 [jgroups-9,ChatCluster,el-master-agent-pod-0qn6h-tjr87-62745] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-0qn6h-tjr87-62745: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up 10:58:15.969 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-0qn6h-tjr87-62745: closing sockets and stopping threads 10:58:15.969 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-0qn6h-tjr87-62745: multicast socket closed 10:58:15.969 [mcast-receiver-8,ChatCluster,el-master-agent-pod-0qn6h-tjr87-62745] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-0qn6h-tjr87-62745: receiver socket is closed, exception=Socket closed 10:58:15.969 [ucast-receiver-7,ChatCluster,el-master-agent-pod-0qn6h-tjr87-62745] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-0qn6h-tjr87-62745: receiver socket is closed, exception=Socket closed 10:58:15.970 [mcast-receiver-8,ChatCluster,el-master-agent-pod-0qn6h-tjr87-62745] DEBUG org.jgroups.protocols.UDP -- mcast-receiver thread terminated 10:58:15.970 [ucast-receiver-7,ChatCluster,el-master-agent-pod-0qn6h-tjr87-62745] DEBUG org.jgroups.protocols.UDP -- ucast-receiver thread terminated [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.175 s -- in org.eclipse.persistence.testing.tests.jgroups.JGroupsRemoteConnectionTest [INFO] Running org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [EL Info]: 2024.03.12 10:58:15.986--Running test SLF4JLoggerTest.testLogMessage [EL Info]: 2024.03.12 10:58:16.044--Running test SLF4JLoggerTest.testGetLevel [EL Info]: 2024.03.12 10:58:16.058--Running test SLF4JLoggerTest.testLogExceptionStackTrace [EL Info]: 2024.03.12 10:58:16.151--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 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] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.dbws >-------- [INFO] Building EclipseLink DBWS 5.0.0-SNAPSHOT [5/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.dbws --- [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-spotbugs-filter) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip [INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Executing file: /tmp/dbsetup_keymappings.2084915555sql [INFO] Executing file: /tmp/dbsetup_relationships.1836928440sql [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.xrdynamicentity.XRDynamicEntityTestSuite [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [INFO] Running dbws.testing.relationships.RelationshipsTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.780 s -- in dbws.testing.relationships.RelationshipsTestSuite [INFO] Running dbws.testing.keymappings.KeyMappingsTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in dbws.testing.keymappings.KeyMappingsTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Executing file: /tmp/dbteardown_keymappings.477594381sql [INFO] Executing file: /tmp/dbteardown_relationships.1021467431sql [INFO] 8 of 8 SQL statements executed successfully [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] 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.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 5.0.0-SNAPSHOT [6/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.dbws.builder --- [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-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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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.12.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-hxjfx 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-0qn6h-hxjfx" 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-0qn6h-hxjfx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxjfx" 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-0qn6h-hxjfx 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-0qn6h-hxjfx" 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-0qn6h-hxjfx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxjfx" 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-0qn6h-hxjfx" 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-0qn6h-hxjfx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hxjfx" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- failsafe:3.2.5:integration-test (test-dbws-builder) @ org.eclipse.persistence.dbws.builder --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running dbws.testing.invalidinput.InvalidInputTestSuite Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.785 s -- in dbws.testing.invalidinput.InvalidInputTestSuite [INFO] Running dbws.testing.updatefault.UpdateFaultTestSuite [EL Warning]: moxy: 2024.03.12 10:58:33.045--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.150 s -- in dbws.testing.updatefault.UpdateFaultTestSuite [INFO] Running dbws.testing.rootcause.RootCauseTestSuite [EL Warning]: moxy: 2024.03.12 10:58:34.118--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 Mar 12, 2024 10:58:34 AM com.sun.xml.ws.server.provider.SyncProviderInvokerTube processRequest SEVERE: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element {urn:rootcause_table}barf was not found in the project jakarta.xml.ws.soap.SOAPFaultException: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element {urn:rootcause_table}barf was not found in the project at org.eclipse.persistence.internal.dbws.ProviderHelper.invoke(ProviderHelper.java:553) at dbws.testing.rootcause.RootCauseTestSuite.invoke(RootCauseTestSuite.java:128) at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:225) at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:134) at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:56) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:84) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:68) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) 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) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s -- in dbws.testing.rootcause.RootCauseTestSuite [INFO] Running dbws.testing.crud.CRUDTestSuite [EL Warning]: moxy: 2024.03.12 10:58:34.565--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s -- in dbws.testing.crud.CRUDTestSuite [INFO] Running dbws.testing.simplesp.SimpleSPTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-tb90t 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-0qn6h-tb90t" 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-0qn6h-tb90t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tb90t" 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-0qn6h-tb90t 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-0qn6h-tb90t" 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-0qn6h-tb90t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tb90t" 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-0qn6h-tb90t" 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-0qn6h-tb90t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tb90t" 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) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s -- in dbws.testing.simplesp.SimpleSPTestSuite [INFO] Running dbws.testing.attachedbinary.AttachedBinaryTestSuite [EL Warning]: moxy: 2024.03.12 10:58:35.465--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 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s -- in dbws.testing.attachedbinary.AttachedBinaryTestSuite [INFO] Running dbws.testing.batchsql.BatchSQLTestSuite [EL Warning]: moxy: 2024.03.12 10:58:35.829--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 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in dbws.testing.batchsql.BatchSQLTestSuite [INFO] Running dbws.testing.soap12.SOAP12TestSuite [EL Warning]: moxy: 2024.03.12 10:58:36.150--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.850 s -- in dbws.testing.soap12.SOAP12TestSuite [INFO] Running dbws.testing.customsql.CustomSQLTestSuite [EL Warning]: moxy: 2024.03.12 10:58:36.986--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 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in dbws.testing.customsql.CustomSQLTestSuite [INFO] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [EL Warning]: moxy: 2024.03.12 10:58:37.235--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [INFO] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite [EL Warning]: moxy: 2024.03.12 10:58:37.484--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in dbws.testing.sqlascollection.SQLAsCollectionTestSuite [INFO] Running dbws.testing.secondarysql.SecondarySQLTestSuite [EL Warning]: moxy: 2024.03.12 10:58:37.798--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 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in dbws.testing.secondarysql.SecondarySQLTestSuite [INFO] Running dbws.testing.optlock.OptLockTestSuite [EL Warning]: moxy: 2024.03.12 10:58:38.164--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in dbws.testing.optlock.OptLockTestSuite [INFO] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [INFO] Running dbws.testing.simpletable.SimpleTableTestSuite [EL Warning]: moxy: 2024.03.12 10:58:38.523--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in dbws.testing.simpletable.SimpleTableTestSuite [INFO] Running dbws.testing.inlinebinary.InlineBinaryTestSuite [EL Warning]: moxy: 2024.03.12 10:58:38.780--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 s -- in dbws.testing.inlinebinary.InlineBinaryTestSuite [INFO] Running dbws.testing.bindingmodel.BindingModelTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in dbws.testing.bindingmodel.BindingModelTestSuite [INFO] Running dbws.testing.mtom.MTOMTestSuite [EL Warning]: moxy: 2024.03.12 10:58:39.090--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.737 s -- in dbws.testing.mtom.MTOMTestSuite [INFO] Running dbws.testing.namingtransformer.NamingTransformerTestSuite [EL Warning]: moxy: 2024.03.12 10:58:39.786--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 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in dbws.testing.namingtransformer.NamingTransformerTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [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] 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.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] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 5.0.0-SNAPSHOT [7/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip already unpacked. [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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip already unpacked. [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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [INFO] Storing buildNumber: c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 at timestamp: 1710241120896 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [INFO] Storing scmBranch: UNKNOWN [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.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/ink-pull-request-verifier_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] 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) @ 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/ink-pull-request-verifier_master/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 56 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.12.1:compile (default-compile) @ eclipselink --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3416 source files with javac [debug release 17 module-path] to target/classes WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-rbbkz 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-0qn6h-rbbkz" 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-0qn6h-rbbkz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rbbkz" 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-0qn6h-rbbkz 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-0qn6h-rbbkz" 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-0qn6h-rbbkz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rbbkz" 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-0qn6h-rbbkz" 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-0qn6h-rbbkz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rbbkz" 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-0qn6h-b4n48 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-0qn6h-b4n48" 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-0qn6h-b4n48, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b4n48" 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-0qn6h-b4n48 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-0qn6h-b4n48" 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-0qn6h-b4n48, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b4n48" 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-0qn6h-b4n48" 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-0qn6h-b4n48, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b4n48" 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-0qn6h-2tsz5 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-0qn6h-2tsz5" 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-0qn6h-2tsz5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2tsz5" 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-0qn6h-2tsz5 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-0qn6h-2tsz5" 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-0qn6h-2tsz5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2tsz5" 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-0qn6h-2tsz5" 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-0qn6h-2tsz5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2tsz5" 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-0qn6h-418jf 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-0qn6h-418jf" 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-0qn6h-418jf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-418jf" 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-0qn6h-418jf 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-0qn6h-418jf" 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-0qn6h-418jf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-418jf" 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-0qn6h-418jf" 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-0qn6h-418jf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-418jf" 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-0qn6h-6dcwf 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-0qn6h-6dcwf" 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-0qn6h-6dcwf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6dcwf" 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-0qn6h-6dcwf 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-0qn6h-6dcwf" 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-0qn6h-6dcwf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6dcwf" 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-0qn6h-6dcwf" 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-0qn6h-6dcwf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6dcwf" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1323,30] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1324,41] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[234,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[262,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[319,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[446,19] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,55] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[979,48] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1003,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1101,47] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1115,68] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1127,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1142,53] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[52,12] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[61,35] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[42,119] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[54,146] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[65,114] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[77,130] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[89,143] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[59,22] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[62,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[82,37] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[266,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[289,12] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[301,39] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[317,19] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[326,53] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/jboss/JBossTransactionController.java:[47,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/record/JsonGeneratorRecord.java:[30,32] interface jakarta.json.stream.JsonGenerator in module jakarta.json is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/was/WebSpherePlatformDetector.java:[52,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/was/WebSpherePlatformDetector.java:[65,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[47,126] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[52,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[62,136] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[76,150] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[84,121] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[57,126] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[62,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[76,150] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[89,134] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[97,121] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[1460,24] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/fieldsfiltering/FieldsFilteringValidator.java:[41,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/ServerPlatformBase.java:[304,34] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[72,25] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[140,62] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[163,58] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,118] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,139] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,91] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,112] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,107] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,128] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,81] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,102] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[64,22] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[71,19] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[82,75] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[89,15] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[111,45] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[111,96] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[130,15] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[149,12] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[160,45] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/factories/MissingDescriptorListener.java:[78,37] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,2] class jakarta.ws.rs.Produces in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,2] class jakarta.ws.rs.Consumes in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[40,2] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[43,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[44,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[45,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java: Some input files additionally use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractRecord.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractRecord.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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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.6.0 already exists in destination. [INFO] [INFO] --- jar:3.3.0:jar (jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/bom.json [INFO] attaching as eclipselink-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ eclipselink --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-b8qzl 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-0qn6h-b8qzl" 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-0qn6h-b8qzl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b8qzl" 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-0qn6h-b8qzl 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-0qn6h-b8qzl" 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-0qn6h-b8qzl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b8qzl" 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-0qn6h-b8qzl" 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-0qn6h-b8qzl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b8qzl" 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) [INFO] Configuration changed, re-generating javadoc. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-qspjj 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-0qn6h-qspjj" 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-0qn6h-qspjj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qspjj" 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-0qn6h-qspjj 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-0qn6h-qspjj" 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-0qn6h-qspjj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qspjj" 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-0qn6h-qspjj" 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-0qn6h-qspjj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qspjj" 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-0qn6h-4k7x3 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-0qn6h-4k7x3" 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-0qn6h-4k7x3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4k7x3" 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-0qn6h-4k7x3 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-0qn6h-4k7x3" 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-0qn6h-4k7x3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4k7x3" 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-0qn6h-4k7x3" 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-0qn6h-4k7x3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4k7x3" 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-0qn6h-0kc4c 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-0qn6h-0kc4c" 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-0qn6h-0kc4c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0kc4c" 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-0qn6h-0kc4c 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-0qn6h-0kc4c" 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-0qn6h-0kc4c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0kc4c" 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-0qn6h-0kc4c" 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-0qn6h-0kc4c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0kc4c" 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-0qn6h-9jpx1 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-0qn6h-9jpx1" 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-0qn6h-9jpx1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9jpx1" 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-0qn6h-9jpx1 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-0qn6h-9jpx1" 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-0qn6h-9jpx1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9jpx1" 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-0qn6h-9jpx1" 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-0qn6h-9jpx1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9jpx1" 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] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:112: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [8/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.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 178 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 810 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.pom (2.5 kB at 169 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 160 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.pom (2.8 kB at 310 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 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam-reactor/4.13.4/exam-reactor-4.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.4/exam-reactor-4.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.4/exam-reactor-4.13.4.pom (4.0 kB at 190 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 621 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 65 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 358 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 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.1/ops4j-base-lang-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.pom (988 B at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.pom (1.0 kB at 72 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 66 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 81 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 445 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 223 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 82 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 247 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 675 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 42 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 384 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 396 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 113 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 62 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 50 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 79 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 240 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.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 104 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 337 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 346 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 133 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 63 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 105 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 90 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 23 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 116 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 51 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 504 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 866 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 88 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 563 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 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.pom (2.5 kB at 637 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 286 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 248 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 206 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 300 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 137 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 45 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 55 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 184 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 79 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 103 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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.4/pax-exam-container-forked-4.13.4.jar [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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.4/pax-exam-junit4-4.13.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.4/pax-exam-link-mvn-4.13.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.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 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar [INFO] 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 3.6 MB/s) [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 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar (13 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar (26 kB at 765 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.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/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.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/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar (13 kB at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar (11 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.4/pax-exam-container-forked-4.13.4.jar (32 kB at 712 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar (30 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar (13 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar (18 kB at 330 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar (12 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.4/pax-exam-spi-4.13.4.jar (70 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.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/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar (15 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.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/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar (6.6 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.4/pax-exam-junit4-4.13.4.jar (35 kB at 521 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.4/pax-exam-link-mvn-4.13.4.jar (11 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar (14 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar (182 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar (5.7 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar (149 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar (37 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar (17 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar (160 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar (9.7 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar (7.8 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar (9.0 kB at 81 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar (4.0 kB at 36 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar (6.7 kB at 53 kB/s) [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 14 MB/s) [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 18 MB/s) [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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-M2.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jakarta.persistence-api.jar [INFO] Copying org.eclipse.persistence.asm-9.6.0.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/angus-activation.jar [INFO] Copying jakarta.activation-api-2.1.3.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jakarta.activation-api.jar [INFO] Copying angus-mail-2.0.3.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/angus-mail.jar [INFO] Copying jakarta.mail-api-2.1.3.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jakarta.mail-api.jar [INFO] Copying jaxb-xjc-4.0.4.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jaxb-xjc.jar [INFO] Copying jaxb-core-4.0.4.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jaxb-core.jar [INFO] Copying jakarta.validation-api-3.1.0-M1.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jakarta.validation-api.jar [INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jakarta.ws.rs-api.jar [INFO] Copying jakarta.xml.bind-api-4.0.1.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jakarta.xml.bind-api.jar [INFO] Copying parsson-1.1.6.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/parsson.jar [INFO] Copying jakarta.json-api-2.1.3.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jakarta.json-api.jar [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/junit.jar [INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/hibernate-validator.jar [INFO] Copying jboss-logging-3.4.3.Final.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/jboss-logging.jar [INFO] Copying classmate-1.5.1.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/classmate.jar [INFO] Copying jakarta.el-5.0.0-M1.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/animal-sniffer-annotations.jar [INFO] Copying pax-exam-4.13.4.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/pax-exam.jar [INFO] Copying ops4j-base-exec-1.5.1.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/pax-exam-spi.jar [INFO] Copying tinybundles-2.1.1.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/tinybundles.jar [INFO] Copying bndlib-2.4.0.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/bndlib.jar [INFO] Copying ops4j-base-net-1.5.1.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/pax-swissbox-lifecycle.jar [INFO] Copying slf4j-api-2.0.12.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/slf4j-api.jar [INFO] Copying pax-exam-junit4-4.13.4.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/org.osgi.core.jar [INFO] Copying jakarta.inject-api-1.0.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-store/1.5.0/ops4j-base-store-1.5.0.jar (7.4 kB at 1.1 MB/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 2.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.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 416 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 1.2 MB/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.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.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 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.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 283 kB/s) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-gx3tr 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-0qn6h-gx3tr" 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-0qn6h-gx3tr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gx3tr" 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-0qn6h-gx3tr 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-0qn6h-gx3tr" 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-0qn6h-gx3tr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gx3tr" 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-0qn6h-gx3tr" 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-0qn6h-gx3tr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gx3tr" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.833 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.OSGiBundleTest 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] ERROR: Bundle com.sun.xml.bind.jaxb-xjc [14] Error starting file:/tmp/1710241229151-0/pax-exam-downloads/com.sun.xml.bind.jaxb-xjc_4.0.4.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-7aed1a9a-58a9-4ad6-9f12-1a5e8602999d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-082d2032-47f2-4318-897f-dd42a277904b, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, }, ManifestEntry{ key=PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-582a390a-7575-4427-a439-98d556ff1e37, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }] 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-32eceb0d-2c7e-4aca-a790-4c1ee3e87489 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-32eceb0d-2c7e-4aca-a790-4c1ee3e87489" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-24c72e17-5645-4451-a9d9-8cdc3b413429" 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-bd2551a3-4ecf-4474-9959-f099a8bb78ff to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-bd2551a3-4ecf-4474-9959-f099a8bb78ff" 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-83ee33eb-d650-4104-a4a8-47b1eaa11bc3 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-83ee33eb-d650-4104-a4a8-47b1eaa11bc3" 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-29e639d1-e1b6-4627-a6a4-67bce1aca5c3 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-29e639d1-e1b6-4627-a6a4-67bce1aca5c3" 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-082d2032-47f2-4318-897f-dd42a277904b to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-082d2032-47f2-4318-897f-dd42a277904b" 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-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91" 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-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5" 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-76e1212f-cb7d-47df-b37a-841af84e4fd2 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-76e1212f-cb7d-47df-b37a-841af84e4fd2" 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-cd894082-1f89-4dd5-941e-37ba4152b581 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-cd894082-1f89-4dd5-941e-37ba4152b581" 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-95691ea7-eb5a-455c-9d63-ef30db0c8c31 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-95691ea7-eb5a-455c-9d63-ef30db0c8c31" 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-Executable to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-7324f660-588c-4875-8fdd-ecd71b1d797c" 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-392e1c15-4736-45f0-a022-e85bc6ffaf5d to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-392e1c15-4736-45f0-a022-e85bc6ffaf5d" 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-452d8755-fd8a-443f-a475-6d14d8b7a3bf to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-452d8755-fd8a-443f-a475-6d14d8b7a3bf" 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-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683" 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-582a390a-7575-4427-a439-98d556ff1e37 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-582a390a-7575-4427-a439-98d556ff1e37" 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-8b6c4742-d3f4-426b-905f-6d017d552543 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-8b6c4742-d3f4-426b-905f-6d017d552543" 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-55356150-290f-42b0-a8d6-63787fcd8364 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, 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-55356150-290f-42b0-a8d6-63787fcd8364" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers" 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.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.ops4j.pax.exam] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-7aed1a9a-58a9-4ad6-9f12-1a5e8602999d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-082d2032-47f2-4318-897f-dd42a277904b, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, }, ManifestEntry{ key=PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-582a390a-7575-4427-a439-98d556ff1e37, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }] 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@511f1e82.] 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: 3.525 s -- in org.eclipse.persistence.testing.osgi.OSGiBundleTest [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/1710241229151-0/pax-exam-downloads/com.sun.xml.bind.jaxb-xjc_4.0.4.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-7aed1a9a-58a9-4ad6-9f12-1a5e8602999d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-082d2032-47f2-4318-897f-dd42a277904b, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, }, ManifestEntry{ key=PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-582a390a-7575-4427-a439-98d556ff1e37, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }] 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-32eceb0d-2c7e-4aca-a790-4c1ee3e87489 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-32eceb0d-2c7e-4aca-a790-4c1ee3e87489" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-24c72e17-5645-4451-a9d9-8cdc3b413429" 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-bd2551a3-4ecf-4474-9959-f099a8bb78ff to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-bd2551a3-4ecf-4474-9959-f099a8bb78ff" 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-83ee33eb-d650-4104-a4a8-47b1eaa11bc3 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-83ee33eb-d650-4104-a4a8-47b1eaa11bc3" 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-29e639d1-e1b6-4627-a6a4-67bce1aca5c3 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-29e639d1-e1b6-4627-a6a4-67bce1aca5c3" 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-082d2032-47f2-4318-897f-dd42a277904b to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-082d2032-47f2-4318-897f-dd42a277904b" 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-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91" 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-b9319254-b7fe-4a88-aa53-c901d10c1e52 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-b9319254-b7fe-4a88-aa53-c901d10c1e52" 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-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5" 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-76e1212f-cb7d-47df-b37a-841af84e4fd2 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-76e1212f-cb7d-47df-b37a-841af84e4fd2" 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-cd894082-1f89-4dd5-941e-37ba4152b581 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-cd894082-1f89-4dd5-941e-37ba4152b581" 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-95691ea7-eb5a-455c-9d63-ef30db0c8c31 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-95691ea7-eb5a-455c-9d63-ef30db0c8c31" 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-Executable to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba" 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-7324f660-588c-4875-8fdd-ecd71b1d797c to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-7324f660-588c-4875-8fdd-ecd71b1d797c" 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-392e1c15-4736-45f0-a022-e85bc6ffaf5d to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-392e1c15-4736-45f0-a022-e85bc6ffaf5d" 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-452d8755-fd8a-443f-a475-6d14d8b7a3bf to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-452d8755-fd8a-443f-a475-6d14d8b7a3bf" 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-7e0f2e5c-8bc9-4256-81bc-63636b9de50d to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-7e0f2e5c-8bc9-4256-81bc-63636b9de50d" 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-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683" 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-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516" 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-582a390a-7575-4427-a439-98d556ff1e37 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-582a390a-7575-4427-a439-98d556ff1e37" 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-8b6c4742-d3f4-426b-905f-6d017d552543 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-8b6c4742-d3f4-426b-905f-6d017d552543" 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-55356150-290f-42b0-a8d6-63787fcd8364 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, 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-55356150-290f-42b0-a8d6-63787fcd8364" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers" 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-7aed1a9a-58a9-4ad6-9f12-1a5e8602999d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-082d2032-47f2-4318-897f-dd42a277904b, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, }, ManifestEntry{ key=PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-582a390a-7575-4427-a439-98d556ff1e37, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }] 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@4a383704.] 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.884 s -- in org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-3nmdv 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-0qn6h-3nmdv" 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-0qn6h-3nmdv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3nmdv" 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-0qn6h-3nmdv 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-0qn6h-3nmdv" 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-0qn6h-3nmdv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3nmdv" 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-0qn6h-3nmdv" 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-0qn6h-3nmdv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3nmdv" 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) [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] 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-7aed1a9a-58a9-4ad6-9f12-1a5e8602999d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-6732b247-871b-401e-b14e-c57bae64af94, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-38edfd06-106b-47c8-a805-573788c74d01, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-082d2032-47f2-4318-897f-dd42a277904b, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, }, ManifestEntry{ key=PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-582a390a-7575-4427-a439-98d556ff1e37, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }] 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-32eceb0d-2c7e-4aca-a790-4c1ee3e87489 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-32eceb0d-2c7e-4aca-a790-4c1ee3e87489" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs" org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-6732b247-871b-401e-b14e-c57bae64af94 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-6732b247-871b-401e-b14e-c57bae64af94" 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-5bbcc307-3eda-497b-8b6f-4b072e90b78c to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-5bbcc307-3eda-497b-8b6f-4b072e90b78c" 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-bd2551a3-4ecf-4474-9959-f099a8bb78ff to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-bd2551a3-4ecf-4474-9959-f099a8bb78ff" 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-38edfd06-106b-47c8-a805-573788c74d01 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-38edfd06-106b-47c8-a805-573788c74d01" 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-29e639d1-e1b6-4627-a6a4-67bce1aca5c3 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-29e639d1-e1b6-4627-a6a4-67bce1aca5c3" 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-b9319254-b7fe-4a88-aa53-c901d10c1e52 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-b9319254-b7fe-4a88-aa53-c901d10c1e52" 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-76e1212f-cb7d-47df-b37a-841af84e4fd2 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-76e1212f-cb7d-47df-b37a-841af84e4fd2" 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-95691ea7-eb5a-455c-9d63-ef30db0c8c31 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-95691ea7-eb5a-455c-9d63-ef30db0c8c31" 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-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba" 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-7324f660-588c-4875-8fdd-ecd71b1d797c to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-7324f660-588c-4875-8fdd-ecd71b1d797c" 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-452d8755-fd8a-443f-a475-6d14d8b7a3bf to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-452d8755-fd8a-443f-a475-6d14d8b7a3bf" 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-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683" 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-8b6c4742-d3f4-426b-905f-6d017d552543 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-8b6c4742-d3f4-426b-905f-6d017d552543" 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-24c72e17-5645-4451-a9d9-8cdc3b413429 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-24c72e17-5645-4451-a9d9-8cdc3b413429" 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-83ee33eb-d650-4104-a4a8-47b1eaa11bc3 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-83ee33eb-d650-4104-a4a8-47b1eaa11bc3" 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-571a8889-0e92-4c72-ae50-9b24c73167f9 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-571a8889-0e92-4c72-ae50-9b24c73167f9" 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-082d2032-47f2-4318-897f-dd42a277904b to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-082d2032-47f2-4318-897f-dd42a277904b" 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-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91" 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-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5" 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-cd894082-1f89-4dd5-941e-37ba4152b581 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-cd894082-1f89-4dd5-941e-37ba4152b581" 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-Executable to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-392e1c15-4736-45f0-a022-e85bc6ffaf5d" 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-7e0f2e5c-8bc9-4256-81bc-63636b9de50d to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-7e0f2e5c-8bc9-4256-81bc-63636b9de50d" 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-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516" 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-582a390a-7575-4427-a439-98d556ff1e37 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-582a390a-7575-4427-a439-98d556ff1e37" 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-55356150-290f-42b0-a8d6-63787fcd8364 to be in PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, 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-55356150-290f-42b0-a8d6-63787fcd8364" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers" 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.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.apache.felix.framework] 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-7aed1a9a-58a9-4ad6-9f12-1a5e8602999d] org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-6732b247-871b-401e-b14e-c57bae64af94, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-38edfd06-106b-47c8-a805-573788c74d01, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }, ManifestEntry{ key=PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-082d2032-47f2-4318-897f-dd42a277904b, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364,PaxExam-452d8755-fd8a-443f-a475-6d14d8b7a3bf,PaxExam-082d2032-47f2-4318-897f-dd42a277904b,PaxExam-582a390a-7575-4427-a439-98d556ff1e37,PaxExam-24c72e17-5645-4451-a9d9-8cdc3b413429,PaxExam-76e1212f-cb7d-47df-b37a-841af84e4fd2,PaxExam-cd894082-1f89-4dd5-941e-37ba4152b581,PaxExam-8b6c4742-d3f4-426b-905f-6d017d552543,PaxExam-0553dfb7-8f2e-4079-90c8-7bb9cbc5f8f5,PaxExam-7324f660-588c-4875-8fdd-ecd71b1d797c,PaxExam-bd2551a3-4ecf-4474-9959-f099a8bb78ff,PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d,PaxExam-9dcdfec1-20bf-47fd-aa34-8ed9b65d6f91,PaxExam-29e639d1-e1b6-4627-a6a4-67bce1aca5c3,PaxExam-95691ea7-eb5a-455c-9d63-ef30db0c8c31,PaxExam-83ee33eb-d650-4104-a4a8-47b1eaa11bc3,PaxExam-bc1b4c50-bd3e-485a-a8eb-4e7b1a595683,PaxExam-32eceb0d-2c7e-4aca-a790-4c1ee3e87489,PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516,PaxExam-b9319254-b7fe-4a88-aa53-c901d10c1e52,PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d,PaxExam-7de1eaa4-2d9a-4c42-8d82-4195f813d2ba,PaxExam-571a8889-0e92-4c72-ae50-9b24c73167f9,PaxExam-38edfd06-106b-47c8-a805-573788c74d01,PaxExam-5bbcc307-3eda-497b-8b6f-4b072e90b78c,PaxExam-6732b247-871b-401e-b14e-c57bae64af94, }, ManifestEntry{ key=PaxExam-392e1c15-4736-45f0-a022-e85bc6ffaf5d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-7e0f2e5c-8bc9-4256-81bc-63636b9de50d, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cb1e3808-5ff4-4d3c-b24d-a14e1b85b516, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-582a390a-7575-4427-a439-98d556ff1e37, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-55356150-290f-42b0-a8d6-63787fcd8364, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }] 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@27733ad6.] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 s -- in org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [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.jpa.jse.test >---- [INFO] Building EclipseLink JPA JSE Test 5.0.0-SNAPSHOT [9/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.jse.test --- [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-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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[116,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[132,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[187,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[203,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[258,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[274,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[329,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[345,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[400,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[416,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[471,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[487,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[556,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[574,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[589,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[666,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[686,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[703,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[780,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[800,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[817,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[884,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[899,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[914,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[979,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[994,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1009,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1074,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1089,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1104,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1159,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1175,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1230,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1246,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1301,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1317,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1372,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1388,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1444,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1460,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1515,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1531,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1600,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1618,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1633,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1692,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1706,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1717,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1771,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1785,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1796,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1866,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1885,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1900,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1903,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1965,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1980,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1991,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1994,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2051,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2066,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2077,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2080,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2133,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2149,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2204,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2220,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2275,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2291,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2348,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2365,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2422,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2439,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2496,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2513,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2570,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2587,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2644,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2661,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2718,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2735,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2790,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2806,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2861,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2877,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2932,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2948,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3021,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3040,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3058,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3140,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3161,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3181,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3265,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3286,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3306,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3386,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3406,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3425,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3504,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3524,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3543,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3622,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3642,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3661,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3732,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3749,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3766,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3840,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3859,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3878,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3954,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3973,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3992,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4056,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4075,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4142,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4163,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4232,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4253,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4330,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4349,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4367,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4449,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4470,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4490,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4574,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4595,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4615,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4673,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4694,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4711,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4768,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4789,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4806,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4862,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4883,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4900,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4957,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4978,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4995,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5052,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5073,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5090,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5146,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5167,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5184,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5241,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5262,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5279,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5336,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5357,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5374,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5430,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5451,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5468,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5527,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5543,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5598,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5614,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5669,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5685,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/uuid/TestUuidCommon.java:[181,18] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[68,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[104,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[141,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[177,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[114,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[130,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[185,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[201,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[256,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[272,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[339,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[357,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[374,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[443,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[461,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[478,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[547,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[565,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[582,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[639,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[655,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[710,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[726,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[781,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[797,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[864,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[882,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[899,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[968,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[986,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1003,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1072,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1090,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1107,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1164,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1180,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1235,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1251,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1306,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1322,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1389,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1406,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1422,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1490,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1507,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1523,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1591,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1608,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1624,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1672,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1685,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1729,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1742,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1794,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1811,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-zrxpt 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-0qn6h-zrxpt" 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-0qn6h-zrxpt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zrxpt" 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-0qn6h-zrxpt 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-0qn6h-zrxpt" 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-0qn6h-zrxpt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zrxpt" 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-0qn6h-zrxpt" 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-0qn6h-zrxpt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zrxpt" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Skipping Derby execution. [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.jpa.embeddable.TestCollectionTableEmbeddable [EL Info]: 2024.03.12 11:00:48.394--ServerSession(352083716)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: 2024.03.12 11:00:49.030--ServerSession(352083716)--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.03.12 11:00:49.742--ServerSession(1787083818)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.195 s -- in org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable [INFO] Running org.eclipse.persistence.jpa.embeddable.TestEmbeddable [EL Info]: 2024.03.12 11:00:49.944--ServerSession(381930033)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: 2024.03.12 11:00:49.991--ServerSession(381930033)--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.200 s -- in org.eclipse.persistence.jpa.embeddable.TestEmbeddable [INFO] Running org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [EL Info]: 2024.03.12 11:00:50.166--ServerSession(806588571)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metadata: 2024.03.12 11:00:50.206--ServerSession(806588571)--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.03.12 11:00:50.330--ServerSession(1455064947)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s -- in org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable [INFO] Running org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [EL Info]: 2024.03.12 11:00:50.488--ServerSession(703644914)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestSimpleCase [EL Info]: 2024.03.12 11:00:50.560--ServerSession(1774795940)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.persistence.jpa.test.criteria.TestSimpleCase [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [EL Info]: 2024.03.12 11:00:50.708--ServerSession(1642319693)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestNegFunction [EL Info]: 2024.03.12 11:00:50.899--ServerSession(931548023)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.persistence.jpa.test.criteria.TestNegFunction [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [EL Info]: 2024.03.12 11:00:50.966--ServerSession(1882395698)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.persistence.jpa.test.criteria.TestCollectionTable [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [EL Info]: 2024.03.12 11:00:51.082--ServerSession(239648666)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestDateTimeFunctions [EL Info]: 2024.03.12 11:00:51.171--ServerSession(1004219512)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.eclipse.persistence.jpa.test.criteria.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.criteria.TestMathFunctions [EL Info]: 2024.03.12 11:00:51.388--ServerSession(602928593)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s -- in org.eclipse.persistence.jpa.test.criteria.TestMathFunctions [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform [EL Info]: 2024.03.12 11:00:51.895--ServerSession(883862737)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors [EL Info]: 2024.03.12 11:00:51.993--ServerSession(1199155942)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.058 s -- in org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors [INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures [EL Info]: 2024.03.12 11:00:52.051--ServerSession(132644461)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 11:00:52.079--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.03.12 11:00:52.082--ServerSession(132644461)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.simple_order_procedure does not exist Error Code: 1305 Call: DROP PROCEDURE simple_order_procedure Query: DataModifyQuery(sql="DROP PROCEDURE simple_order_procedure") [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures [INFO] Running org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [EL Info]: 2024.03.12 11:00:52.242--ServerSession(440307236)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: ejb: 2024.03.12 11:00:52.308--ServerSession(74502531)--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.03.12 11:00:52.338--ServerSession(1015367506)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer [INFO] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar [EL Info]: 2024.03.12 11:00:52.376--ServerSession(2009139807)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.persistence.jpa.test.basic.TestNVarChar [INFO] Running org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [EL Info]: 2024.03.12 11:00:52.464--ServerSession(1228589267)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 11:00:52.490--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.03.12 11:00:52.494--ServerSession(1370169059)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 11:00:52.521--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.070 s -- in org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface [INFO] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [EL Info]: 2024.03.12 11:00:52.536--ServerSession(1769042905)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [INFO] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [EL Info]: 2024.03.12 11:00:53.200--ServerSession(162320368)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 ******************** *BEGIN testNonpooledConnection() initialNonPooledConnections = 0 maxNonPooledConnections = 50 nonPooledConnectionsAfterFlush = 1 nonPooledConnectionsAfterCommit = 0 nonPooledConnectionsAfterFind = 0 *END testNonpooledConnection() [EL Severe]: 2024.03.12 11:00:53.396--ClientSession(512734831)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Warning]: 2024.03.12 11:00:53.396--UnitOfWork(1032656803)--java.lang.RuntimeException: tmpDataSourceImp getConnection called ******************** *BEGIN testNonpooledConnectionWithErrorOnReleaseConnection() [EL Info]: 2024.03.12 11:00:53.406--ServerSession(162320368)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 initialNonPooledConnections = 1 maxNonPooledConnections = 50 nonPooledConnectionsBeforeFlush = 1 nonPooledConnectionsAfterFlush = 2 [EL Warning]: 2024.03.12 11:00:53.454--ClientSession(925955862)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: 2024.03.12 11:00:53.454--ClientSession(925955862)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 11:00:53.470--ClientSession(1742798650)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1x7jf 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-0qn6h-1x7jf" 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-0qn6h-1x7jf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x7jf" 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-0qn6h-1x7jf 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-0qn6h-1x7jf" 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-0qn6h-1x7jf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x7jf" 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-0qn6h-1x7jf" 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-0qn6h-1x7jf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x7jf" 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) [EL Info]: transaction: 2024.03.12 11:00:58.482--ClientSession(1742798650)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Info]: transaction: 2024.03.12 11:01:03.498--ClientSession(1742798650)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-6lfgv 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-0qn6h-6lfgv" 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-0qn6h-6lfgv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6lfgv" 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-0qn6h-6lfgv 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-0qn6h-6lfgv" 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-0qn6h-6lfgv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6lfgv" 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-0qn6h-6lfgv" 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-0qn6h-6lfgv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6lfgv" 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) [EL Info]: transaction: 2024.03.12 11:01:08.510--ClientSession(1742798650)--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.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0. [EL Warning]: 2024.03.12 11:01:08.510--ClientSession(1742798650)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken Error Code: 0 nonPooledConnectionsAfterFlush = 1 [EL Warning]: 2024.03.12 11:01:08.512--ClientSession(1742798650)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLNonTransientConnectionException: Can't call rollback when autocommit=true Error Code: 0 nonPooledConnectionsAfterRollback = 0 *END testNonpooledConnectionWithErrorOnAcquireConnection() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.93 s -- in org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [INFO] Running org.eclipse.persistence.jpa.test.query.model.TestQueryEqualTo [EL Fine]: server: 2024.03.12 11:01:08.526--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:08.529--ServerSession(468567811)--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.03.12 11:01:08.531--ServerSession(468567811)--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.03.12 11:01:08.535--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:08.547--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:08.547--ServerSession(468567811)--Connection(39959931)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:08.559--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:08.560--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:08.561--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:08.563--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:08.565--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.565--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024.03.12 11:01:08.565--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:08.567--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.567--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024.03.12 11:01:08.568--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:08.569--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.570--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024.03.12 11:01:08.570--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:08.571--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.572--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024.03.12 11:01:08.572--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:08.573--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.574--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.SIMPLE_TBL01' Error Code: 1051 Call: DROP TABLE SIMPLE_TBL01 Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TBL01") [EL Fine]: sql: 2024.03.12 11:01:08.574--ServerSession(468567811)--Connection(1883269062)--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.03.12 11:01:08.584--ClientSession(1071550332)--Connection(1883269062)--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.03.12 11:01:08.586--ClientSession(1071550332)--Connection(1883269062)--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.03.12 11:01:08.587--ClientSession(1071550332)--Connection(1883269062)--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.03.12 11:01:08.588--ClientSession(1071550332)--Connection(1883269062)--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.03.12 11:01:08.592--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR <> ?) bind => [EqualTo_4] [EL Fine]: sql: 2024.03.12 11:01:08.594--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR <> ?) bind => [EqualTo_4] [EL Fine]: sql: 2024.03.12 11:01:08.596--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR = ?) bind => [EqualTo_1] [EL Fine]: sql: 2024.03.12 11:01:08.598--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR = ?) bind => [EqualTo_1] [EL Fine]: sql: 2024.03.12 11:01:08.600--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR <> ?) bind => [EqualTo_3] [EL Fine]: sql: 2024.03.12 11:01:08.601--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR <> ?) bind => [EqualTo_3] [EL Fine]: sql: 2024.03.12 11:01:08.604--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR = ?) bind => [EqualTo_2] [EL Fine]: sql: 2024.03.12 11:01:08.605--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR = ?) bind => [EqualTo_2] [EL Fine]: connection: 2024.03.12 11:01:08.606--ServerSession(468567811)--Connection(1883269062)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:08.607--ServerSession(468567811)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:08.607--ServerSession(468567811)--Connection(39959931)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.persistence.jpa.test.query.model.TestQueryEqualTo [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHints [EL Info]: 2024.03.12 11:01:08.656--ServerSession(1067155425)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s -- in org.eclipse.persistence.jpa.test.query.TestQueryHints [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [EL Fine]: server: 2024.03.12 11:01:08.884--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:08.886--ServerSession(645896037)--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.03.12 11:01:08.888--ServerSession(645896037)--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.03.12 11:01:08.889--ServerSession(645896037)--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.03.12 11:01:08.889--ServerSession(645896037)--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.03.12 11:01:08.889--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:08.890--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:08.890--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:08.891--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:08.891--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:08.891--ServerSession(645896037)--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.03.12 11:01:08.891--ServerSession(645896037)--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.03.12 11:01:08.895--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:08.907--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:08.907--ServerSession(645896037)--Connection(1563766240)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:08.918--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:08.920--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024.03.12 11:01:08.920--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:08.922--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:08.924--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.924--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COLTABLE1' doesn't exist Error Code: 1146 Call: ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id Query: DataModifyQuery(sql="ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id") [EL Fine]: sql: 2024.03.12 11:01:08.925--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:08.926--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.927--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024.03.12 11:01:08.927--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:08.928--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.929--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024.03.12 11:01:08.929--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:08.931--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.931--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024.03.12 11:01:08.932--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:08.933--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.933--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024.03.12 11:01:08.934--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:08.935--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.936--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024.03.12 11:01:08.936--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:08.938--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.938--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024.03.12 11:01:08.938--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:08.940--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.940--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024.03.12 11:01:08.941--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:08.942--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.943--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024.03.12 11:01:08.943--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:08.944--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.945--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.QUERYSYNTAXENTITY' Error Code: 1051 Call: DROP TABLE QUERYSYNTAXENTITY Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY") [EL Fine]: sql: 2024.03.12 11:01:08.945--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:08.947--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:08.947--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COLTABLE1' Error Code: 1051 Call: DROP TABLE COLTABLE1 Query: DataModifyQuery(sql="DROP TABLE COLTABLE1") [EL Fine]: sql: 2024.03.12 11:01:08.948--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:08.955--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:08.960--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:08.977--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:08.978--ServerSession(739812330)--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.03.12 11:01:08.980--ServerSession(739812330)--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.03.12 11:01:08.980--ServerSession(739812330)--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.03.12 11:01:08.980--ServerSession(739812330)--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.03.12 11:01:08.981--ServerSession(739812330)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:08.981--ServerSession(739812330)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:08.982--ServerSession(739812330)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:08.982--ServerSession(739812330)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:08.982--ServerSession(739812330)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:08.982--ServerSession(739812330)--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.03.12 11:01:08.983--ServerSession(739812330)--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.03.12 11:01:08.985--ServerSession(739812330)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:08.997--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:08.997--ServerSession(739812330)--Connection(1890777616)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:09.009--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:09.010--ServerSession(739812330)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024.03.12 11:01:09.011--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:09.012--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:09.020--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:09.024--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:09.027--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.033--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:09.039--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:09.056--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:09.058--ServerSession(998004967)--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.03.12 11:01:09.060--ServerSession(998004967)--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.03.12 11:01:09.061--ServerSession(998004967)--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.03.12 11:01:09.061--ServerSession(998004967)--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.03.12 11:01:09.061--ServerSession(998004967)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:09.062--ServerSession(998004967)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:09.062--ServerSession(998004967)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:09.062--ServerSession(998004967)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:09.063--ServerSession(998004967)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:09.063--ServerSession(998004967)--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.03.12 11:01:09.063--ServerSession(998004967)--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.03.12 11:01:09.065--ServerSession(998004967)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:09.077--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:09.077--ServerSession(998004967)--Connection(1387878879)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:09.089--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:09.091--ServerSession(998004967)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024.03.12 11:01:09.092--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:09.093--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:09.101--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:09.105--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:09.109--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.116--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:09.122--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024.03.12 11:01:09.142--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.145--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.147--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.148--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.153--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.156--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.158--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.159--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.162--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.164--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.165--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.166--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.169--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.172--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.173--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.174--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.177--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.179--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.180--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.181--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.184--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.186--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.187--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.188--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.189--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.190--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.196--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.199--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.201--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.202--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.204--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.205--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.209--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.211--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.214--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.215--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.216--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.218--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.222--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.224--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.227--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.228--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.230--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.231--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.234--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.237--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.238--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.239--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.242--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.245--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.247--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.248--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.250--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.251--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.254--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.256--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.257--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024.03.12 11:01:09.259--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.260--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.261--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024.03.12 11:01:09.264--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.266--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.268--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.270--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.271--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.273--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.276--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.277--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.278--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.279--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.283--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.285--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.287--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.288--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.291--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.293--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.295--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.296--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.297--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.298--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.301--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.302--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.304--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.305--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.306--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.307--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.309--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.310--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.311--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.312--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.315--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.316--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.317--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.318--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.328--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.03.12 11:01:09.331--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.03.12 11:01:09.333--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.335--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.336--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.338--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.339--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.340--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.342--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.343--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.344--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.345--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.348--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.349--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.350--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.351--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.354--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.355--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.356--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.357--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.360--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.362--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.365--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.366--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.368--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.369--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.371--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.373--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.375--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.376--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.377--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.378--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.381--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.383--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.384--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.385--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UPPER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.387--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.389--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.391--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024.03.12 11:01:09.392--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.394--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.395--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024.03.12 11:01:09.399--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.03.12 11:01:09.402--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.03.12 11:01:09.404--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.405--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.406--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.407--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.409--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.03.12 11:01:09.411--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY bind => [65] [EL Fine]: sql: 2024.03.12 11:01:09.413--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.415--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.417--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.417--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.418--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.419--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.422--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.424--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.425--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.426--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.427--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.429--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.430--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.432--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.433--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.434--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH(?)) bind => [11, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.436--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.437--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.439--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), STRVAL2)) bind => [HELLO, ] [EL Fine]: sql: 2024.03.12 11:01:09.440--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.441--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(CONCAT(?, ?), ?)) bind => [HELLO, , WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.442--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = CONCAT(?, CONCAT(?, STRVAL2))) bind => [HELLO, ] [EL Fine]: sql: 2024.03.12 11:01:09.444--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.445--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.447--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.448--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.449--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.450--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.452--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.453--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.455--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.456--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.457--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.458--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?)) bind => [X, OXOOOOOXXOOOOOOXX, 3] [EL Fine]: sql: 2024.03.12 11:01:09.460--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.461--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.462--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.463--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.465--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.467--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.468--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.469--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, ? FROM QUERYSYNTAXENTITY ORDER BY LENGTH(?) DESC bind => [HELLO WORLD, HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.472--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.473--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.475--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.476--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.477--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.478--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.480--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.481--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.483--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.484--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.485--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.486--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.488--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.489--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.491--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.492--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.493--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.494--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.496--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.497--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.498--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.499--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.500--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.501--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.503--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.505--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.506--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.507--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.509--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.511--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.513--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.514--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.515--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.516--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.518--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.521--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.522--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.524--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.527--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.530--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.532--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.534--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.535--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.536--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.539--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.541--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.542--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.543--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.546--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.549--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.551--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.552--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.554--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.555--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.558--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.559--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.561--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.562--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.563--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.564--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.567--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.569--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.570--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.571--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.574--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.576--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.577--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.578--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.580--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.581--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.582--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.583--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.585--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.587--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.589--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.590--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.591--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.592--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?)) bind => [HELLO WORLD, 1, 5] [EL Fine]: sql: 2024.03.12 11:01:09.594--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.595--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.597--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.597--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.599--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.601--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.601--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.602--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?)) bind => [ HELLO WORD ] [EL Fine]: sql: 2024.03.12 11:01:09.605--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.606--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.608--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.609--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.611--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.612--ServerSession(645896037)--Connection(1506856374)--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.03.12 11:01:09.613--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.615--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.616--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.617--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?)) bind => [A, AAAHELLO WORDAA] [EL Fine]: sql: 2024.03.12 11:01:09.619--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.621--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.624--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.625--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.626--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.627--ServerSession(998004967)--Connection(44627686)--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.03.12 11:01:09.629--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.630--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.631--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.632--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LOWER(?)) bind => [HELLO WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.635--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.636--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.637--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.638--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY t0 WHERE ((SELECT COUNT(t1.ID) FROM COLTABLE1 t2, QUERYSYNTAXENTITY t1 WHERE (t2.ent_id = t0.ID)) = ?) bind => [1, 36] [EL Fine]: sql: 2024.03.12 11:01:09.640--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.642--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.643--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.644--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.644--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.645--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.647--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.648--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.649--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.650--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.651--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(STRVAL1, ?) FROM QUERYSYNTAXENTITY bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:09.651--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--SELECT CONCAT(CONCAT(STRVAL1, ?), ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:09.653--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.654--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.656--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.656--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.657--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.658--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?)) bind => [HI, ABCDEFGHIJKLMNOP] [EL Fine]: sql: 2024.03.12 11:01:09.661--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.663--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.665--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.666--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.668--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.669--ServerSession(739812330)--Connection(1916998751)--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.03.12 11:01:09.671--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.673--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.674--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: sql: 2024.03.12 11:01:09.675--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [ HELLO WORD , 23] [EL Fine]: connection: 2024.03.12 11:01:09.675--ServerSession(739812330)--Connection(1916998751)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:09.676--ServerSession(739812330)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:09.676--ServerSession(739812330)--Connection(1890777616)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:09.677--ServerSession(998004967)--Connection(44627686)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:09.677--ServerSession(998004967)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:09.677--ServerSession(998004967)--Connection(1387878879)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:09.677--ServerSession(645896037)--Connection(1506856374)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:09.678--ServerSession(645896037)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:09.678--ServerSession(645896037)--Connection(1563766240)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [EL Fine]: server: 2024.03.12 11:01:09.682--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:09.684--ServerSession(959923849)--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.03.12 11:01:09.685--ServerSession(959923849)--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.03.12 11:01:09.686--ServerSession(959923849)--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.03.12 11:01:09.686--ServerSession(959923849)--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.03.12 11:01:09.686--ServerSession(959923849)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:09.687--ServerSession(959923849)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:09.687--ServerSession(959923849)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:09.688--ServerSession(959923849)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:09.688--ServerSession(959923849)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:09.688--ServerSession(959923849)--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.03.12 11:01:09.688--ServerSession(959923849)--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.03.12 11:01:09.690--ServerSession(959923849)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:09.702--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:09.702--ServerSession(959923849)--Connection(622007642)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:09.713--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:09.714--ServerSession(959923849)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024.03.12 11:01:09.715--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:09.717--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:09.724--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:09.727--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:09.730--ServerSession(959923849)--Connection(1626759869)--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.03.12 11:01:09.736--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:09.741--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:09.757--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:09.758--ServerSession(1060251152)--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.03.12 11:01:09.760--ServerSession(1060251152)--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.03.12 11:01:09.760--ServerSession(1060251152)--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.03.12 11:01:09.760--ServerSession(1060251152)--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.03.12 11:01:09.761--ServerSession(1060251152)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:09.761--ServerSession(1060251152)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:09.762--ServerSession(1060251152)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:09.762--ServerSession(1060251152)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:09.762--ServerSession(1060251152)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:09.762--ServerSession(1060251152)--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.03.12 11:01:09.762--ServerSession(1060251152)--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.03.12 11:01:09.764--ServerSession(1060251152)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:09.775--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:09.776--ServerSession(1060251152)--Connection(842924653)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:09.786--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:09.787--ServerSession(1060251152)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024.03.12 11:01:09.788--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:09.789--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:09.797--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:09.801--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:09.804--ServerSession(1060251152)--Connection(1887922615)--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.03.12 11:01:09.810--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:09.815--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:09.831--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:09.833--ServerSession(1623822117)--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.03.12 11:01:09.835--ServerSession(1623822117)--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.03.12 11:01:09.835--ServerSession(1623822117)--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.03.12 11:01:09.835--ServerSession(1623822117)--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.03.12 11:01:09.835--ServerSession(1623822117)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:09.836--ServerSession(1623822117)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:09.836--ServerSession(1623822117)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:09.837--ServerSession(1623822117)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:09.837--ServerSession(1623822117)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:09.837--ServerSession(1623822117)--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.03.12 11:01:09.837--ServerSession(1623822117)--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.03.12 11:01:09.839--ServerSession(1623822117)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:09.850--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:09.850--ServerSession(1623822117)--Connection(1962688455)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:09.861--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:09.862--ServerSession(1623822117)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024.03.12 11:01:09.863--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:09.864--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:09.872--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:09.875--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:09.878--ServerSession(1623822117)--Connection(1189316844)--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.03.12 11:01:09.883--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:09.891--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024.03.12 11:01:09.908--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.911--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.913--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.914--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.915--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.916--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.918--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.03.12 11:01:09.920--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.03.12 11:01:09.921--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.03.12 11:01:09.922--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.03.12 11:01:09.924--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.925--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.926--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.927--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.928--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.929--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.931--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.932--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.933--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.933--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.935--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.936--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.937--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.951--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.953--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.955--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.956--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.957--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.957--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.958--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.960--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.961--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.962--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.963--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.963--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.964--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:09.966--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.967--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.967--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.968--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.970--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.971--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.972--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.973--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.974--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.975--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.977--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.978--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.978--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.979--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.982--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.03.12 11:01:09.983--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.03.12 11:01:09.984--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.03.12 11:01:09.985--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.03.12 11:01:09.987--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.988--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.989--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.989--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.991--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.992--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.994--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.995--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.995--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.996--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:09.998--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:09.999--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.000--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.000--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.002--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.003--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.004--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.004--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.006--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.007--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.009--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? ASC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.010--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.010--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.011--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.013--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.03.12 11:01:10.015--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 bind => [5] [EL Fine]: sql: 2024.03.12 11:01:10.016--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.03.12 11:01:10.016--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC bind => [5] [EL Fine]: sql: 2024.03.12 11:01:10.019--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.020--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.021--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.022--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.023--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.025--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.026--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.027--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.027--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.028--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY ? DESC bind => [36, 1] [EL Fine]: sql: 2024.03.12 11:01:10.030--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:10.031--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:10.032--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ?, ? bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:10.033--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:10.033--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:10.034--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY ? DESC, ? ASC bind => [1, 2] [EL Fine]: sql: 2024.03.12 11:01:10.036--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.036--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.037--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.038--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY ? DESC bind => [1] [EL Fine]: connection: 2024.03.12 11:01:10.039--ServerSession(1060251152)--Connection(1887922615)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.039--ServerSession(1060251152)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:10.039--ServerSession(1060251152)--Connection(842924653)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.039--ServerSession(1623822117)--Connection(1189316844)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.040--ServerSession(1623822117)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:10.040--ServerSession(1623822117)--Connection(1962688455)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.040--ServerSession(959923849)--Connection(1626759869)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.041--ServerSession(959923849)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:10.041--ServerSession(959923849)--Connection(622007642)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [EL Fine]: server: 2024.03.12 11:01:10.044--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:10.046--ServerSession(1574798546)--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.03.12 11:01:10.047--ServerSession(1574798546)--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.03.12 11:01:10.049--ServerSession(1574798546)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:10.061--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:10.061--ServerSession(1574798546)--Connection(1841029010)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:10.071--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:10.072--ServerSession(1574798546)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit login successful [EL Fine]: 2024.03.12 11:01:10.073--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:10.074--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:10.079--ServerSession(1574798546)--Connection(2074201534)--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.03.12 11:01:10.086--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:10.088--ServerSession(708968858)--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.03.12 11:01:10.089--ServerSession(708968858)--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.03.12 11:01:10.092--ServerSession(708968858)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:10.103--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:10.103--ServerSession(708968858)--Connection(2000855670)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:10.113--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:10.114--ServerSession(708968858)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit login successful [EL Fine]: 2024.03.12 11:01:10.115--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:10.127--ClientSession(1055787253)--Connection(2074201534)--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.03.12 11:01:10.129--ClientSession(1055787253)--Connection(2074201534)--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.03.12 11:01:10.130--ClientSession(1055787253)--Connection(2074201534)--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.03.12 11:01:10.131--ClientSession(1055787253)--Connection(2074201534)--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.03.12 11:01:10.134--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.136--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.137--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.138--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.140--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.141--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.143--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.144--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.145--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.147--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.148--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.149--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.151--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.153--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.154--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.155--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.157--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.158--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.159--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.161--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.162--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY ? ASC bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.163--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.164--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: sql: 2024.03.12 11:01:10.165--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = ?) ORDER BY ? ASC bind => [B, 1] [EL Fine]: connection: 2024.03.12 11:01:10.166--ServerSession(1574798546)--Connection(2074201534)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.167--ServerSession(1574798546)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit logout successful [EL Fine]: connection: 2024.03.12 11:01:10.167--ServerSession(1574798546)--Connection(1841029010)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.167--ServerSession(708968858)--Connection(1230875047)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.167--ServerSession(708968858)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit logout successful [EL Fine]: connection: 2024.03.12 11:01:10.167--ServerSession(708968858)--Connection(2000855670)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.persistence.jpa.test.query.TestQueryOrderBy [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties [EL Info]: 2024.03.12 11:01:10.178--ServerSession(526968040)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:10.221--ServerSession(1900836075)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:10.258--ServerSession(437490503)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.persistence.jpa.test.query.TestQueryProperties [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHaving [EL Fine]: server: 2024.03.12 11:01:10.299--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:10.301--ServerSession(1928481412)--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.03.12 11:01:10.302--ServerSession(1928481412)--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.03.12 11:01:10.305--ServerSession(1928481412)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:10.316--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:10.316--ServerSession(1928481412)--Connection(1227659410)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:10.326--ServerSession(1928481412)--Connection(1401844988)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:10.327--ServerSession(1928481412)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:10.328--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:10.329--ServerSession(1928481412)--Connection(1401844988)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:10.333--ServerSession(1928481412)--Connection(1401844988)--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.03.12 11:01:10.342--ClientSession(172290043)--Connection(1401844988)--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.03.12 11:01:10.343--ClientSession(172290043)--Connection(1401844988)--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.03.12 11:01:10.344--ClientSession(172290043)--Connection(1401844988)--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.03.12 11:01:10.345--ClientSession(172290043)--Connection(1401844988)--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.03.12 11:01:10.349--ServerSession(1928481412)--Connection(1401844988)--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.03.12 11:01:10.350--ServerSession(1928481412)--Connection(1401844988)--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.03.12 11:01:10.352--ServerSession(1928481412)--Connection(1401844988)--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.03.12 11:01:10.353--ServerSession(1928481412)--Connection(1401844988)--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.03.12 11:01:10.354--ServerSession(1928481412)--Connection(1401844988)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.355--ServerSession(1928481412)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:10.355--ServerSession(1928481412)--Connection(1227659410)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.persistence.jpa.test.query.TestQueryHaving [INFO] Running org.eclipse.persistence.jpa.test.query.TestDateTimeFunctions [EL Info]: 2024.03.12 11:01:10.366--ServerSession(1644515247)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.eclipse.persistence.jpa.test.query.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryUpdate [EL Fine]: server: 2024.03.12 11:01:10.592--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:10.594--ServerSession(1099081297)--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.03.12 11:01:10.600--ServerSession(1099081297)--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.03.12 11:01:10.602--ServerSession(1099081297)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:10.613--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:10.614--ServerSession(1099081297)--Connection(2040509534)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:10.624--ServerSession(1099081297)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:10.625--ServerSession(1099081297)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:10.625--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:10.627--ServerSession(1099081297)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:10.631--ServerSession(1099081297)--Connection(1061774578)--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.03.12 11:01:10.638--ClientSession(1898469011)--Connection(1061774578)--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.03.12 11:01:10.640--ClientSession(1898469011)--Connection(1061774578)--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.03.12 11:01:10.640--ClientSession(1898469011)--Connection(1061774578)--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.03.12 11:01:10.641--ClientSession(1898469011)--Connection(1061774578)--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.03.12 11:01:10.645--ClientSession(789998945)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:10.647--ClientSession(789998945)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:10.648--ClientSession(789998945)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:10.651--ClientSession(919541414)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:10.652--ClientSession(919541414)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:10.653--ClientSession(919541414)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?) bind => [9, HELLO] [EL Fine]: connection: 2024.03.12 11:01:10.654--ServerSession(1099081297)--Connection(1061774578)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.655--ServerSession(1099081297)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:10.655--ServerSession(1099081297)--Connection(2040509534)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.persistence.jpa.test.query.TestQueryUpdate [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [EL Fine]: server: 2024.03.12 11:01:10.657--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:10.659--ServerSession(803904123)--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.03.12 11:01:10.660--ServerSession(803904123)--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.03.12 11:01:10.663--ServerSession(803904123)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:10.674--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:10.674--ServerSession(803904123)--Connection(244922133)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:10.684--ServerSession(803904123)--Connection(12691277)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:10.685--ServerSession(803904123)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:10.686--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:10.687--ServerSession(803904123)--Connection(12691277)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:10.691--ServerSession(803904123)--Connection(12691277)--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.03.12 11:01:10.698--ClientSession(1987221006)--Connection(12691277)--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.03.12 11:01:10.700--ClientSession(1987221006)--Connection(12691277)--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.03.12 11:01:10.704--ServerSession(803904123)--Connection(12691277)--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.03.12 11:01:10.706--ServerSession(803904123)--Connection(12691277)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024.03.12 11:01:10.707--ServerSession(803904123)--Connection(12691277)--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.03.12 11:01:10.707--ServerSession(803904123)--Connection(12691277)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024.03.12 11:01:10.709--ServerSession(803904123)--Connection(12691277)--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.03.12 11:01:10.710--ServerSession(803904123)--Connection(12691277)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: sql: 2024.03.12 11:01:10.711--ServerSession(803904123)--Connection(12691277)--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.03.12 11:01:10.712--ServerSession(803904123)--Connection(12691277)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [Sample] [EL Fine]: connection: 2024.03.12 11:01:10.712--ServerSession(803904123)--Connection(12691277)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:10.713--ServerSession(803904123)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:10.713--ServerSession(803904123)--Connection(244922133)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.persistence.jpa.test.query.TestQueryCoalesce [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [EL Fine]: server: 2024.03.12 11:01:10.718--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:10.719--ServerSession(2000688092)--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.03.12 11:01:10.720--ServerSession(2000688092)--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.03.12 11:01:10.721--ServerSession(2000688092)--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.03.12 11:01:10.721--ServerSession(2000688092)--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.03.12 11:01:10.721--ServerSession(2000688092)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:10.722--ServerSession(2000688092)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:10.722--ServerSession(2000688092)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:10.722--ServerSession(2000688092)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:10.722--ServerSession(2000688092)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:10.722--ServerSession(2000688092)--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.03.12 11:01:10.722--ServerSession(2000688092)--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.03.12 11:01:10.724--ServerSession(2000688092)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:10.737--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:10.737--ServerSession(2000688092)--Connection(12279709)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:10.747--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:10.749--ServerSession(2000688092)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024.03.12 11:01:10.749--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:10.751--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:10.758--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:10.762--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:10.766--ServerSession(2000688092)--Connection(131316947)--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.03.12 11:01:10.774--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:10.780--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:10.795--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:10.797--ServerSession(567859829)--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.03.12 11:01:10.798--ServerSession(567859829)--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.03.12 11:01:10.799--ServerSession(567859829)--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.03.12 11:01:10.799--ServerSession(567859829)--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.03.12 11:01:10.799--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:10.799--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:10.800--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:10.800--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:10.800--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:10.800--ServerSession(567859829)--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.03.12 11:01:10.800--ServerSession(567859829)--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.03.12 11:01:10.802--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:10.814--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:10.814--ServerSession(567859829)--Connection(1286460628)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:10.824--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:10.825--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024.03.12 11:01:10.826--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:10.827--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:10.834--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:10.838--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:10.841--ServerSession(567859829)--Connection(963585828)--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.03.12 11:01:10.848--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:10.853--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:10.869--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:10.871--ServerSession(292158973)--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.03.12 11:01:10.872--ServerSession(292158973)--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.03.12 11:01:10.872--ServerSession(292158973)--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.03.12 11:01:10.872--ServerSession(292158973)--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.03.12 11:01:10.872--ServerSession(292158973)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:10.873--ServerSession(292158973)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:10.873--ServerSession(292158973)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:10.873--ServerSession(292158973)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:10.873--ServerSession(292158973)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:10.873--ServerSession(292158973)--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.03.12 11:01:10.874--ServerSession(292158973)--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.03.12 11:01:10.875--ServerSession(292158973)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:10.886--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:10.886--ServerSession(292158973)--Connection(466983810)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:10.896--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:10.897--ServerSession(292158973)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024.03.12 11:01:10.898--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:10.899--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:10.907--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:10.910--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:10.914--ServerSession(292158973)--Connection(1708276387)--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.03.12 11:01:10.920--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:10.925--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024.03.12 11:01:10.943--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.945--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.946--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.947--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.948--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.949--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.951--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.953--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.954--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.954--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.955--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.956--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.957--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.959--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.960--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.960--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.962--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.963--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.964--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.964--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.966--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.967--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.967--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.968--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:10.973--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:10.974--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:10.975--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:10.976--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:10.978--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.979--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.980--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.981--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.982--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.982--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.984--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.985--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.986--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.987--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.988--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.990--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.990--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.991--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.992--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.993--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.994--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.995--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.997--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.998--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:10.999--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.001--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.002--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.003--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.004--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.005--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.007--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.007--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.008--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.009--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.010--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.011--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.011--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.013--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.014--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.015--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.015--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.017--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.018--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.019--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.020--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.020--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.021--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.023--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.024--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.025--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.025--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.026--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.027--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.028--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.029--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.030--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.031--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.032--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.032--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.034--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.035--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.036--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.037--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.037--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.038--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.039--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.040--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.041--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.042--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.043--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.044--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.046--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.047--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.048--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.049--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.051--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.052--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.052--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.053--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.055--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:11.056--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:11.057--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:11.058--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:11.060--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.061--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.062--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.063--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.064--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.065--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.066--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.068--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.069--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.069--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.070--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.071--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.073--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.074--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.075--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.076--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.077--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.077--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.079--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.081--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.081--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.082--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.083--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.084--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.086--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.086--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.087--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.088--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.089--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.090--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.091--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.092--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.092--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.093--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.094--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.096--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.097--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.097--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.098--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.099--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MAX(?) FROM QUERYSYNTAXENTITY HAVING (? < MAX(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.100--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.101--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.102--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.103--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.104--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.105--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.106--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.106--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT MIN(?) FROM QUERYSYNTAXENTITY HAVING (? < MIN(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.108--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.109--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.110--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.110--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(?)) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.112--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:11.113--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:11.114--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:11.115--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT ? FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?) bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:11.116--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.117--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.118--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.119--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?) bind => [8] [EL Fine]: sql: 2024.03.12 11:01:11.120--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.121--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.122--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.123--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.124--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.125--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.126--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.127--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.128--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.129--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.130--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.130--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT AVG(?) FROM QUERYSYNTAXENTITY HAVING (? < AVG(?)) bind => [1, 0.0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.132--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.133--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.133--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.134--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.135--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.136--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.137--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.138--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.139--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.139--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY HAVING (? < SUM(?)) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.140--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.141--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.142--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.143--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.144--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.145--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.145--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.146--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.147--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.148--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.149--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.149--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--SELECT SUM(?) FROM QUERYSYNTAXENTITY bind => [1] [EL Fine]: sql: 2024.03.12 11:01:11.151--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.152--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.153--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.153--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.154--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: sql: 2024.03.12 11:01:11.155--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT COUNT(?) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(?))) bind => [1, 0, 1] [EL Fine]: connection: 2024.03.12 11:01:11.155--ServerSession(567859829)--Connection(963585828)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.156--ServerSession(567859829)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:11.156--ServerSession(567859829)--Connection(1286460628)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.156--ServerSession(292158973)--Connection(1708276387)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.157--ServerSession(292158973)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:11.157--ServerSession(292158973)--Connection(466983810)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.157--ServerSession(2000688092)--Connection(131316947)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.157--ServerSession(2000688092)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:11.157--ServerSession(2000688092)--Connection(12279709)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.441 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestMathFunctions [EL Info]: 2024.03.12 11:01:11.167--ServerSession(428057828)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 RESULT LIST: 44.754238 RESULT LIST: -214.245732 RESULT LIST: 44.75424 RESULT LIST: -214.24573 [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s -- in org.eclipse.persistence.jpa.test.query.TestMathFunctions [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [EL Fine]: server: 2024.03.12 11:01:11.514--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:11.515--ServerSession(43856881)--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.03.12 11:01:11.517--ServerSession(43856881)--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.03.12 11:01:11.517--ServerSession(43856881)--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.03.12 11:01:11.517--ServerSession(43856881)--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.03.12 11:01:11.517--ServerSession(43856881)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:11.518--ServerSession(43856881)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:11.518--ServerSession(43856881)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:11.518--ServerSession(43856881)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:11.518--ServerSession(43856881)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:11.518--ServerSession(43856881)--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.03.12 11:01:11.518--ServerSession(43856881)--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.03.12 11:01:11.520--ServerSession(43856881)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:11.530--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:11.531--ServerSession(43856881)--Connection(382334960)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:11.540--ServerSession(43856881)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:11.541--ServerSession(43856881)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024.03.12 11:01:11.542--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:11.543--ServerSession(43856881)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:11.550--ServerSession(43856881)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:11.554--ServerSession(43856881)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:11.557--ServerSession(43856881)--Connection(1046265086)--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.03.12 11:01:11.563--ServerSession(43856881)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:11.568--ServerSession(43856881)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:11.583--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:11.585--ServerSession(775476302)--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.03.12 11:01:11.586--ServerSession(775476302)--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.03.12 11:01:11.586--ServerSession(775476302)--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.03.12 11:01:11.586--ServerSession(775476302)--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.03.12 11:01:11.586--ServerSession(775476302)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:11.587--ServerSession(775476302)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:11.587--ServerSession(775476302)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:11.587--ServerSession(775476302)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:11.587--ServerSession(775476302)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:11.587--ServerSession(775476302)--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.03.12 11:01:11.588--ServerSession(775476302)--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.03.12 11:01:11.589--ServerSession(775476302)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:11.600--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:11.600--ServerSession(775476302)--Connection(915686941)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:11.610--ServerSession(775476302)--Connection(551792997)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:11.611--ServerSession(775476302)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024.03.12 11:01:11.612--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:11.613--ServerSession(775476302)--Connection(551792997)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:11.621--ServerSession(775476302)--Connection(551792997)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:11.624--ServerSession(775476302)--Connection(551792997)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:11.627--ServerSession(775476302)--Connection(551792997)--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.03.12 11:01:11.634--ServerSession(775476302)--Connection(551792997)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:11.639--ServerSession(775476302)--Connection(551792997)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:11.654--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:11.655--ServerSession(857972082)--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.03.12 11:01:11.656--ServerSession(857972082)--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.03.12 11:01:11.657--ServerSession(857972082)--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.03.12 11:01:11.657--ServerSession(857972082)--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.03.12 11:01:11.657--ServerSession(857972082)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:11.657--ServerSession(857972082)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:11.657--ServerSession(857972082)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:11.658--ServerSession(857972082)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:11.658--ServerSession(857972082)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:11.658--ServerSession(857972082)--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.03.12 11:01:11.658--ServerSession(857972082)--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.03.12 11:01:11.660--ServerSession(857972082)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:11.672--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:11.672--ServerSession(857972082)--Connection(639331468)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:11.682--ServerSession(857972082)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:11.683--ServerSession(857972082)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024.03.12 11:01:11.684--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:11.685--ServerSession(857972082)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:11.693--ServerSession(857972082)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:11.697--ServerSession(857972082)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:11.699--ServerSession(857972082)--Connection(1505755152)--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.03.12 11:01:11.705--ServerSession(857972082)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:11.710--ServerSession(857972082)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024.03.12 11:01:11.726--ClientSession(571704651)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.729--ClientSession(571704651)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.731--ClientSession(571704651)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.733--ClientSession(571704651)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.734--ClientSession(571704651)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.736--ClientSession(571704651)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.738--ClientSession(780027008)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.740--ClientSession(780027008)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.742--ClientSession(780027008)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.743--ClientSession(780027008)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.744--ClientSession(780027008)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.746--ClientSession(780027008)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.748--ClientSession(408533398)--Connection(551792997)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.750--ClientSession(408533398)--Connection(551792997)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.752--ClientSession(408533398)--Connection(551792997)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.753--ClientSession(408533398)--Connection(551792997)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.755--ClientSession(408533398)--Connection(551792997)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.756--ClientSession(408533398)--Connection(551792997)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LOWER(?)) bind => [9, HELLO] [EL Fine]: connection: 2024.03.12 11:01:11.757--ServerSession(775476302)--Connection(551792997)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.757--ServerSession(775476302)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:11.757--ServerSession(775476302)--Connection(915686941)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.758--ServerSession(857972082)--Connection(1505755152)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.758--ServerSession(857972082)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:11.758--ServerSession(857972082)--Connection(639331468)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.758--ServerSession(43856881)--Connection(1046265086)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.758--ServerSession(43856881)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:11.758--ServerSession(43856881)--Connection(382334960)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCase [EL Fine]: server: 2024.03.12 11:01:11.761--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:11.763--ServerSession(862853054)--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.03.12 11:01:11.764--ServerSession(862853054)--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.03.12 11:01:11.766--ServerSession(862853054)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:11.777--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:11.777--ServerSession(862853054)--Connection(365135007)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:11.786--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:11.787--ServerSession(862853054)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:11.788--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:11.789--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:11.793--ServerSession(862853054)--Connection(140468053)--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.03.12 11:01:11.801--ClientSession(2066011620)--Connection(140468053)--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.03.12 11:01:11.802--ClientSession(2066011620)--Connection(140468053)--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.03.12 11:01:11.804--ServerSession(862853054)--Connection(140468053)--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 ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024.03.12 11:01:11.805--ServerSession(862853054)--Connection(140468053)--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 ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024.03.12 11:01:11.807--ServerSession(862853054)--Connection(140468053)--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 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024.03.12 11:01:11.808--ServerSession(862853054)--Connection(140468053)--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 = ?) AND (KEY_CHAR = ?)) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1, Key01, A, 100, B, C] [EL Fine]: sql: 2024.03.12 11:01:11.811--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024.03.12 11:01:11.812--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--SELECT CASE ITEM_INTEGER1 WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024.03.12 11:01:11.817--ServerSession(862853054)--Connection(140468053)--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 ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024.03.12 11:01:11.817--ServerSession(862853054)--Connection(140468053)--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 ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024.03.12 11:01:11.819--ServerSession(862853054)--Connection(140468053)--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 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024.03.12 11:01:11.820--ServerSession(862853054)--Connection(140468053)--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 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024.03.12 11:01:11.822--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024.03.12 11:01:11.824--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024.03.12 11:01:11.825--ServerSession(862853054)--Connection(140468053)--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 ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024.03.12 11:01:11.827--ServerSession(862853054)--Connection(140468053)--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 ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024.03.12 11:01:11.829--ServerSession(862853054)--Connection(140468053)--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 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024.03.12 11:01:11.830--ServerSession(862853054)--Connection(140468053)--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 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END) bind => [1, A, 100, B, C] [EL Fine]: sql: 2024.03.12 11:01:11.834--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1, CASE ITEM_STRING2 WHEN ? THEN ? ELSE ? END, SUM(CASE WHEN (ITEM_STRING3 = ?) THEN ? ELSE ? END), SUM(CASE WHEN (ITEM_STRING4 = ?) THEN ? ELSE ? END) FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1, ITEM_STRING2 bind => [J, Japan, Other, C, 1, 0, D, 1, 0] [EL Fine]: sql: 2024.03.12 11:01:11.839--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--SELECT CASE ITEM_STRING2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM SIMPLE_TBL01 bind => [A, 42, B, 100, 0] [EL Fine]: sql: 2024.03.12 11:01:11.841--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC bind => [1, true, false] [EL Fine]: sql: 2024.03.12 11:01:11.843--ServerSession(862853054)--Connection(140468053)--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 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1000, 047010, 100, 023010, 033020] [EL Fine]: sql: 2024.03.12 11:01:11.844--ServerSession(862853054)--Connection(140468053)--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 = ?) THEN ? WHEN (ITEM_INTEGER1 = ?) THEN ? ELSE ? END ) bind => [1, A, 100, B, C] [EL Fine]: connection: 2024.03.12 11:01:11.847--ServerSession(862853054)--Connection(140468053)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.848--ServerSession(862853054)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:11.848--ServerSession(862853054)--Connection(365135007)--Thread(Thread[#1,main,5,main])--disconnect [WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.086 s -- in org.eclipse.persistence.jpa.test.query.TestQueryCase [INFO] Running org.eclipse.persistence.jpa.test.query.TestTrimFunction [EL Finest]: properties: 2024.03.12 11:01:11.851--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.03.12 11:01:11.851--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Fine]: server: 2024.03.12 11:01:11.851--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024.03.12 11:01:11.851--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Initial; factoryCount 0 [EL Finest]: properties: 2024.03.12 11:01:11.853--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024.03.12 11:01:11.853--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.changetracking; default value=true [EL Finest]: properties: 2024.03.12 11:01:11.853--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.lazy; default value=true [EL Finest]: properties: 2024.03.12 11:01:11.853--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.eager; default value=false [EL Finest]: properties: 2024.03.12 11:01:11.854--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true [EL Finest]: properties: 2024.03.12 11:01:11.854--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.internal; default value=true [EL Finest]: properties: 2024.03.12 11:01:11.854--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.rest; default value=false [EL Finest]: properties: 2024.03.12 11:01:11.854--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true [EL Finest]: properties: 2024.03.12 11:01:11.854--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024.03.12 11:01:11.854--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024.03.12 11:01:11.854--Thread(Thread[#1,main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Finer]: metadata: 2024.03.12 11:01:11.855--Thread(Thread[#1,main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Config]: metadata: 2024.03.12 11:01:11.855--ServerSession(2041615726)--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.03.12 11:01:11.856--ServerSession(2041615726)--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.03.12 11:01:11.856--ServerSession(2041615726)--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.03.12 11:01:11.856--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:11.856--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Finer]: weaver: 2024.03.12 11:01:11.857--ServerSession(2041615726)--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.03.12 11:01:11.857--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0 [EL Finer]: weaver: 2024.03.12 11:01:11.857--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - global instrumentation is null. [EL Finest]: jpa: 2024.03.12 11:01:11.858--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0 [EL Finest]: jpa: 2024.03.12 11:01:11.858--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1 [EL Finer]: metamodel: 2024.03.12 11:01:11.858--ServerSession(2041615726)--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.03.12 11:01:11.859--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Begin deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1 [EL Finest]: jpa: 2024.03.12 11:01:11.859--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.user; value=root [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx [EL Finest]: properties: 2024.03.12 11:01:11.860--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.driver; value=com.mysql.cj.jdbc.Driver [EL Finest]: properties: 2024.03.12 11:01:11.861--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [EL Finest]: properties: 2024.03.12 11:01:11.861--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false [EL Info]: 2024.03.12 11:01:11.861--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle23Platform, regular expression: (?is)oracle.*23.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle23Platform, regular expression: (?is)core.oracle.*23.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.* [EL Finest]: connection: 2024.03.12 11:01:11.872--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.* [EL Finest]: connection: 2024.03.12 11:01:11.873--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.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2ZPlatform, regular expression: (?i).*db2.*dsn.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2MainframePlatform, regular expression: (?i).*(db2|AS).*(AS/400|qsq).* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2Platform, regular expression: (?i).*db2.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.PointBasePlatform, regular expression: (?is)pointbase.* [EL Finest]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.MySQLPlatform, regular expression: (?i)mysql.* [EL Fine]: connection: 2024.03.12 11:01:11.873--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:11.874--ServerSession(2041615726)--Connection(2030151083)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:11.883--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Finest]: connection: 2024.03.12 11:01:11.883--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024.03.12 11:01:11.883--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Fine]: connection: 2024.03.12 11:01:11.884--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit login successful [EL Fine]: 2024.03.12 11:01:11.884--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Finest]: query: 2024.03.12 11:01:11.885--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.03.12 11:01:11.885--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.885--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.03.12 11:01:11.887--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:11.888--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:11.888--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024.03.12 11:01:11.888--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.03.12 11:01:11.888--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.888--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.03.12 11:01:11.889--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:11.890--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:11.890--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024.03.12 11:01:11.890--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.03.12 11:01:11.890--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.890--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.03.12 11:01:11.891--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:11.892--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:11.892--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024.03.12 11:01:11.892--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.03.12 11:01:11.892--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.892--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.03.12 11:01:11.893--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:11.894--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:11.894--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024.03.12 11:01:11.894--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: connection: 2024.03.12 11:01:11.894--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.894--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY [EL Fine]: sql: 2024.03.12 11:01:11.895--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:11.895--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:11.896--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TRIMENTITY' Error Code: 1051 Call: DROP TABLE TRIMENTITY Query: DataModifyQuery(sql="DROP TABLE TRIMENTITY") [EL Finest]: query: 2024.03.12 11:01:11.896--ServerSession(2041615726)--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.03.12 11:01:11.896--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.896--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID)) [EL Finest]: connection: 2024.03.12 11:01:11.901--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: ddl: 2024.03.12 11:01:11.902--Thread(Thread[#1,main,5,main])--The table (TRIMENTITY) is created. [EL Finer]: metamodel: 2024.03.12 11:01:11.902--ServerSession(2041615726)--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.03.12 11:01:11.902--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--End deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1 [EL Finer]: connection: 2024.03.12 11:01:11.904--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--client acquired: 345127166 [EL Finer]: transaction: 2024.03.12 11:01:11.904--ClientSession(345127166)--Thread(Thread[#1,main,5,main])--acquire unit of work: 168549346 [EL Finest]: query: 2024.03.12 11:01:11.904--UnitOfWork(168549346)--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.03.12 11:01:11.905--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.905--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.03.12 11:01:11.906--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.03.12 11:01:11.907--UnitOfWork(168549346)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.03.12 11:01:11.907--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.907--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.03.12 11:01:11.907--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:11.908--UnitOfWork(168549346)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:11.908--ClientSession(345127166)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:11.909--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--client acquired: 1430509568 [EL Finer]: transaction: 2024.03.12 11:01:11.909--ClientSession(1430509568)--Thread(Thread[#1,main,5,main])--acquire unit of work: 503527425 [EL Finest]: query: 2024.03.12 11:01:11.909--UnitOfWork(503527425)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(? FROM ?))") [EL Finest]: connection: 2024.03.12 11:01:11.909--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.910--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.03.12 11:01:11.910--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.03.12 11:01:11.910--UnitOfWork(503527425)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.03.12 11:01:11.910--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.910--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.03.12 11:01:11.911--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:11.911--UnitOfWork(503527425)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:11.911--ClientSession(1430509568)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:11.912--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--client acquired: 888721033 [EL Finer]: transaction: 2024.03.12 11:01:11.912--ClientSession(888721033)--Thread(Thread[#1,main,5,main])--acquire unit of work: 585967750 [EL Finest]: query: 2024.03.12 11:01:11.912--UnitOfWork(585967750)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(LEADING ? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024.03.12 11:01:11.912--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.912--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.03.12 11:01:11.913--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.03.12 11:01:11.913--UnitOfWork(585967750)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.03.12 11:01:11.913--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.913--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.03.12 11:01:11.914--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:11.914--UnitOfWork(585967750)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:11.914--ClientSession(888721033)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:11.914--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--client acquired: 1161998217 [EL Finer]: transaction: 2024.03.12 11:01:11.915--ClientSession(1161998217)--Thread(Thread[#1,main,5,main])--acquire unit of work: 828629051 [EL Finest]: query: 2024.03.12 11:01:11.915--UnitOfWork(828629051)--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.03.12 11:01:11.915--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.915--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.03.12 11:01:11.915--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.03.12 11:01:11.915--UnitOfWork(828629051)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.03.12 11:01:11.916--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.916--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA')) [EL Finest]: connection: 2024.03.12 11:01:11.916--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:11.916--UnitOfWork(828629051)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:11.916--ClientSession(1161998217)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:11.917--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--client acquired: 1260069461 [EL Finer]: transaction: 2024.03.12 11:01:11.917--ClientSession(1260069461)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1231373644 [EL Finest]: query: 2024.03.12 11:01:11.917--UnitOfWork(1231373644)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024.03.12 11:01:11.918--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.918--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.03.12 11:01:11.918--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.03.12 11:01:11.918--UnitOfWork(1231373644)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.03.12 11:01:11.919--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.919--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.03.12 11:01:11.919--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:11.919--UnitOfWork(1231373644)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:11.920--ClientSession(1260069461)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:11.920--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--client acquired: 1936666552 [EL Finer]: transaction: 2024.03.12 11:01:11.920--ClientSession(1936666552)--Thread(Thread[#1,main,5,main])--acquire unit of work: 158424358 [EL Finest]: query: 2024.03.12 11:01:11.921--UnitOfWork(158424358)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(TRAILING ? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)") [EL Finest]: connection: 2024.03.12 11:01:11.921--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.921--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.03.12 11:01:11.921--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: query: 2024.03.12 11:01:11.921--UnitOfWork(158424358)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity ) [EL Finest]: connection: 2024.03.12 11:01:11.922--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:11.922--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO') [EL Finest]: connection: 2024.03.12 11:01:11.922--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:11.922--UnitOfWork(158424358)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:11.922--ClientSession(1936666552)--Thread(Thread[#1,main,5,main])--client released [EL Finest]: jpa: 2024.03.12 11:01:11.923--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--Begin undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1 [EL Fine]: connection: 2024.03.12 11:01:11.923--ServerSession(2041615726)--Connection(1249669807)--Thread(Thread[#1,main,5,main])--disconnect [EL Finer]: cache: 2024.03.12 11:01:11.923--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--initialize identitymaps [EL Fine]: connection: 2024.03.12 11:01:11.923--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit logout successful [EL Fine]: connection: 2024.03.12 11:01:11.923--ServerSession(2041615726)--Connection(2030151083)--Thread(Thread[#1,main,5,main])--disconnect [EL Finest]: jpa: 2024.03.12 11:01:11.923--ServerSession(2041615726)--Thread(Thread[#1,main,5,main])--End undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_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.070 s -- in org.eclipse.persistence.jpa.test.query.TestTrimFunction [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIsNull [EL Finer]: jpa: 2024.03.12 11:01:11.926--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - predeploying default-pu-name. [EL Fine]: server: 2024.03.12 11:01:11.926--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:11.928--ServerSession(1593794124)--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.03.12 11:01:11.929--ServerSession(1593794124)--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.03.12 11:01:11.931--ServerSession(1593794124)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:11.942--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:11.942--ServerSession(1593794124)--Connection(1648225666)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:11.952--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:11.952--ServerSession(1593794124)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:11.953--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:11.954--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:11.959--ServerSession(1593794124)--Connection(1966079203)--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.03.12 11:01:11.967--ClientSession(573495946)--Connection(1966079203)--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.03.12 11:01:11.969--ClientSession(573495946)--Connection(1966079203)--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.03.12 11:01:11.970--ClientSession(573495946)--Connection(1966079203)--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.03.12 11:01:11.970--ClientSession(573495946)--Connection(1966079203)--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.03.12 11:01:11.973--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.974--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.975--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.976--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.977--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.978--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.979--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.980--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.980--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.981--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.982--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.982--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.984--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.984--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.985--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.986--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.987--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.987--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NOT NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.988--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.989--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.989--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:11.990--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.991--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:11.992--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE (? IS NULL) bind => [null] [EL Fine]: connection: 2024.03.12 11:01:11.992--ServerSession(1593794124)--Connection(1966079203)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:11.993--ServerSession(1593794124)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:11.993--ServerSession(1593794124)--Connection(1648225666)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.persistence.jpa.test.query.TestQueryIsNull [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxStringTests [EL Info]: 2024.03.12 11:01:12.001--ServerSession(369249097)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxStringTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestSimpleQuery [EL Info]: 2024.03.12 11:01:12.126--ServerSession(1395872552)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.persistence.jpa.test.query.TestSimpleQuery [INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIN [EL Fine]: server: 2024.03.12 11:01:12.180--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:12.181--ServerSession(110770500)--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.03.12 11:01:12.182--ServerSession(110770500)--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.03.12 11:01:12.185--ServerSession(110770500)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:12.194--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:12.195--ServerSession(110770500)--Connection(1731685294)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:12.204--ServerSession(110770500)--Connection(1807159909)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:12.205--ServerSession(110770500)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:12.205--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:12.207--ServerSession(110770500)--Connection(1807159909)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01 [EL Fine]: sql: 2024.03.12 11:01:12.210--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.217--ClientSession(1979893341)--Connection(1807159909)--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.03.12 11:01:12.219--ClientSession(1979893341)--Connection(1807159909)--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.03.12 11:01:12.222--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.224--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.226--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.228--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.234--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.237--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.239--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.240--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.241--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.243--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.244--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.245--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.246--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.248--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.249--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.251--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.252--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.254--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.256--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.259--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.261--ServerSession(110770500)--Connection(1807159909)--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.03.12 11:01:12.262--ServerSession(110770500)--Connection(1807159909)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:12.263--ServerSession(110770500)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:12.263--ServerSession(110770500)--Connection(1731685294)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.persistence.jpa.test.query.TestQueryIN [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [EL Fine]: server: 2024.03.12 11:01:12.274--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:12.276--ServerSession(1464233911)--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.03.12 11:01:12.277--ServerSession(1464233911)--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.03.12 11:01:12.278--ServerSession(1464233911)--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.03.12 11:01:12.278--ServerSession(1464233911)--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.03.12 11:01:12.278--ServerSession(1464233911)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:12.279--ServerSession(1464233911)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:12.279--ServerSession(1464233911)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:12.279--ServerSession(1464233911)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:12.279--ServerSession(1464233911)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:12.280--ServerSession(1464233911)--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.03.12 11:01:12.280--ServerSession(1464233911)--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.03.12 11:01:12.282--ServerSession(1464233911)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:12.293--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:12.293--ServerSession(1464233911)--Connection(1862737164)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:12.302--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:12.304--ServerSession(1464233911)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024.03.12 11:01:12.304--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:12.306--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:12.314--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:12.317--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:12.320--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.326--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:12.331--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:12.346--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:12.347--ServerSession(1114370802)--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.03.12 11:01:12.349--ServerSession(1114370802)--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.03.12 11:01:12.349--ServerSession(1114370802)--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.03.12 11:01:12.349--ServerSession(1114370802)--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.03.12 11:01:12.349--ServerSession(1114370802)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:12.350--ServerSession(1114370802)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:12.350--ServerSession(1114370802)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:12.350--ServerSession(1114370802)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:12.350--ServerSession(1114370802)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:12.351--ServerSession(1114370802)--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.03.12 11:01:12.351--ServerSession(1114370802)--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.03.12 11:01:12.353--ServerSession(1114370802)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:12.363--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:12.364--ServerSession(1114370802)--Connection(771996532)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:12.374--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:12.376--ServerSession(1114370802)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024.03.12 11:01:12.376--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:12.378--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:12.385--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:12.389--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:12.393--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.399--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:12.404--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:12.422--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:12.423--ServerSession(1691272400)--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.03.12 11:01:12.425--ServerSession(1691272400)--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.03.12 11:01:12.425--ServerSession(1691272400)--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.03.12 11:01:12.425--ServerSession(1691272400)--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.03.12 11:01:12.425--ServerSession(1691272400)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:12.426--ServerSession(1691272400)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:12.426--ServerSession(1691272400)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:12.426--ServerSession(1691272400)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:12.426--ServerSession(1691272400)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:12.426--ServerSession(1691272400)--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.03.12 11:01:12.426--ServerSession(1691272400)--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.03.12 11:01:12.428--ServerSession(1691272400)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:12.438--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:12.438--ServerSession(1691272400)--Connection(2120859512)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:12.448--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:12.450--ServerSession(1691272400)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024.03.12 11:01:12.451--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:12.452--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:12.460--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:12.463--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:12.466--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.472--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:12.477--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024.03.12 11:01:12.497--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.500--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.501--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.502--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.505--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.507--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.508--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.509--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.509--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.510--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.512--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.514--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.516--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.517--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.518--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.519--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.521--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.522--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.523--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.524--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.526--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.527--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.529--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.530--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.532--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.533--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.534--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.535--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.537--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.538--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.539--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.540--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.542--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.543--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.544--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.545--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.545--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.546--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.548--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.549--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.550--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.551--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.551--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.552--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.554--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.556--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.557--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.558--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.559--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.560--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.561--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.562--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.563--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.563--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.564--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.565--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.566--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.567--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.568--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.568--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.569--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.569--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.571--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.572--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.573--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.574--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.575--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.576--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.577--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.578--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.579--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.580--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.581--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.581--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.582--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.583--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.584--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.584--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.585--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.586--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.587--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.588--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.589--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.589--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.591--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.592--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.593--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.594--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.595--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.596--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.597--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.598--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.599--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.599--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.601--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.602--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.603--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.603--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.605--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.606--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.607--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.607--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.608--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.609--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.610--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.611--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.612--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.614--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.614--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.615--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.617--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.618--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.619--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.620--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.621--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.622--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.623--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.623--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.624--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.625--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.626--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.627--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.628--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.628--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.629--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.630--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.630--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.631--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.632--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.633--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.633--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.634--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.636--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.637--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.638--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.638--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.639--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.640--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.641--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.642--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.643--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.644--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.645--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.646--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.647--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.647--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.648--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.649--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.650--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.650--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.652--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.653--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.654--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.655--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.655--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.656--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.657--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.658--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.659--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.659--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.660--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.661--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.662--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.662--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.664--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.664--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.665--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.666--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.666--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.667--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.668--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.669--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.670--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.671--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.673--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.674--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.674--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.675--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.676--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.676--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.677--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.678--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.679--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.679--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.680--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.681--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.682--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.683--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.684--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.685--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.687--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.689--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.690--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.691--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.692--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.692--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.694--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.695--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.696--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.697--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.697--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.698--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.699--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.700--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.701--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.701--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.703--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.704--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.704--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.705--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.706--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.706--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.708--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.709--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.710--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.711--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE INTVAL2 WHEN ? THEN ? WHEN ? THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:12.712--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.713--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.713--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.714--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.715--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.717--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.718--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.719--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.719--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.720--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.721--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.722--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.723--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.724--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.724--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.725--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:12.727--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:12.728--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:12.729--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:12.730--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:12.730--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:12.731--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:12.732--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.733--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.734--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.734--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.735--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.736--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.737--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.738--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.739--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.740--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.740--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.741--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.743--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.744--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.745--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.746--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.747--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.748--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.749--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.750--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.751--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.751--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.753--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.754--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.755--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.755--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.756--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.757--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.758--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.759--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.760--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.761--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.761--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.762--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.763--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.764--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.764--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.765--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.766--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.768--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.769--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.770--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.771--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.772--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.773--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.773--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.774--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.775--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.776--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.777--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.778--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.779--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.780--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.781--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.781--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.782--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.783--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.784--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.785--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.786--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.786--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.787--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.789--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.790--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.791--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.792--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.793--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.794--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.796--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.797--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.799--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.800--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.801--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.802--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.803--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.804--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.804--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.805--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.806--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.806--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.808--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.809--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.810--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.810--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.811--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.812--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.813--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:12.814--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:12.815--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:12.815--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:12.816--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:12.817--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:12.818--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.819--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.819--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.820--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.821--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.823--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.824--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.825--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.826--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.826--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.828--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.835--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.837--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.837--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.839--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.841--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.842--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.842--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.843--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.844--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.846--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.847--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.848--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.849--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.850--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.850--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.852--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.853--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.854--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.855--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.855--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.856--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?)) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.857--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.858--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.859--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.860--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.861--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.861--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.863--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.864--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.864--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.865--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ? bind => [HELLO, R] [EL Fine]: sql: 2024.03.12 11:01:12.866--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.867--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.868--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.868--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.870--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.871--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.872--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.872--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.874--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.875--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.875--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.876--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.877--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.877--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:12.879--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.881--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.882--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.883--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.885--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.886--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.887--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.888--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.889--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.890--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:12.891--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.892--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.893--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.894--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.894--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.895--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ROUND(?, ?)) bind => [1, 3.3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.896--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.897--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.899--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.899--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.900--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.901--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.902--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.903--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.904--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.904--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.906--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.907--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.908--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.909--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.910--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.911--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.912--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.912--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:12.914--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.914--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.915--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.916--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.916--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.917--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.918--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.920--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.921--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.922--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.923--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.925--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.926--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.926--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.927--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.928--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?))) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:12.929--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.930--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.931--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.931--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.932--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.933--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:12.934--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.935--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.936--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.937--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.938--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.938--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.940--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.941--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.942--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.943--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.944--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.945--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:12.946--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.947--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.948--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.948--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:12.950--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.951--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.951--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.952--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?)) bind => [1, HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:12.953--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.955--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.955--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.956--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.957--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.958--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.959--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.960--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:12.961--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.962--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.963--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.964--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.964--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.965--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + ?) < INTVAL1) bind => [5, 10] [EL Fine]: sql: 2024.03.12 11:01:12.966--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.968--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.968--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.969--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:12.970--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [2, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.971--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.972--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.973--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2) bind => [null, 7, 5, 9, 12] [EL Fine]: sql: 2024.03.12 11:01:12.974--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.975--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.976--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.976--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.977--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.978--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND ?)) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:12.978--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.979--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.980--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.981--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.981--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.982--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:12.983--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.985--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.986--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.986--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.987--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.988--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:12.989--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.990--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.990--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.991--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:12.992--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.992--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.993--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.994--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.994--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.995--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:12.996--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.997--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.998--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.998--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:12.999--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:13.000--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?) bind => [0, 9] [EL Fine]: sql: 2024.03.12 11:01:13.001--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.002--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.002--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.003--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.003--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.004--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.005--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.006--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.007--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.008--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.008--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.009--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.011--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.012--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.013--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.014--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.015--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.015--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.016--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.017--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.018--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.018--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL) bind => [HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.020--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.021--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.023--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.024--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.026--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.035--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.044--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.045--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?) bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.046--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.046--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.049--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.050--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.053--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.053--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.054--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.055--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.056--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.057--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.059--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.060--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.061--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.061--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.063--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.065--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.065--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.066--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.068--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.069--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.069--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.070--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.072--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.073--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.074--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.075--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.076--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.077--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.077--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.078--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.080--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.081--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.081--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.082--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.083--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.083--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:13.085--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.086--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.087--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.088--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.088--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.089--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.090--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.091--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.092--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.092--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.093--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.094--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.095--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.096--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.097--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:13.098--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:13.099--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:13.100--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:13.101--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:13.101--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, ?) FROM QUERYSYNTAXENTITY bind => [HELLO, WORLD] [EL Fine]: sql: 2024.03.12 11:01:13.103--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:13.104--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:13.105--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:13.106--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:13.107--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:13.108--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END ) bind => [5, 6, 15, 16, 26] [EL Fine]: sql: 2024.03.12 11:01:13.109--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.110--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.111--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.112--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.113--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.113--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.115--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.116--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.116--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.117--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.119--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.120--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.121--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.122--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.122--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.123--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.125--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:13.126--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:13.127--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:13.127--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:13.128--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:13.129--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?)) bind => [1, 2, 3, 5, 8] [EL Fine]: sql: 2024.03.12 11:01:13.130--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:13.131--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:13.132--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:13.133--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:13.133--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:13.134--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ? bind => [HELLO, WORLD, A] [EL Fine]: sql: 2024.03.12 11:01:13.136--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.137--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.139--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.140--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.141--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.142--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.143--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.144--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.145--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.146--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.146--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.147--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.149--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.150--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.151--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.152--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.152--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.153--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.157--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.158--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.159--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.160--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.160--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.161--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ROUND(?, ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3, 9] [EL Fine]: sql: 2024.03.12 11:01:13.163--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.164--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.165--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.166--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.166--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.167--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?))) bind => [4, -2, 4, -2] [EL Fine]: sql: 2024.03.12 11:01:13.168--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.169--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.170--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.171--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.172--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.172--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.174--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.175--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.175--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.176--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.177--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.178--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.179--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.179--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.181--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.181--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.182--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.183--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.184--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.184--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.186--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.187--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.188--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.189--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.190--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.191--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.192--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.193--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.194--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.195--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.195--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.196--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.197--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.198--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.199--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.200--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.201--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.201--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.203--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:13.204--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:13.205--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:13.206--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:13.207--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.208--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.209--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.210--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? bind => [%ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.211--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.213--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.214--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.215--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.216--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.217--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.218--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.219--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.220--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.221--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?) bind => [4] [EL Fine]: sql: 2024.03.12 11:01:13.222--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.222--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.224--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.224--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.225--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.226--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.227--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.228--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.229--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.229--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.230--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.231--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?)) bind => [4, 9] [EL Fine]: sql: 2024.03.12 11:01:13.232--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.233--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.234--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.234--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.235--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.235--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND ?) bind => [4, 2, 9] [EL Fine]: sql: 2024.03.12 11:01:13.237--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.238--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.239--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.239--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.240--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.241--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.242--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.243--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.244--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.245--ServerSession(1464233911)--Connection(147995864)--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.03.12 11:01:13.247--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.248--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) bind => [1, HELLO] [EL Fine]: sql: 2024.03.12 11:01:13.249--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.250--ServerSession(1114370802)--Connection(1040916227)--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.03.12 11:01:13.251--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.252--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.253--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.254--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.254--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.255--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--SELECT ? FROM QUERYSYNTAXENTITY HAVING (? < ROUND(?, ?)) bind => [1, 0.0, 9.9, 2] [EL Fine]: sql: 2024.03.12 11:01:13.256--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.257--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.258--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.259--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.260--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.261--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN (INTVAL2 = ?) THEN ? WHEN (INTVAL2 = ?) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [5, 6, 15, 16, 26, 99] [EL Fine]: sql: 2024.03.12 11:01:13.263--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:13.264--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT ? FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [1, HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:13.265--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:13.266--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT CASE WHEN EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)) THEN ? ELSE ? END FROM QUERYSYNTAXENTITY t0 bind => [HELLO, true, false] [EL Fine]: sql: 2024.03.12 11:01:13.267--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.269--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.270--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.271--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.272--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.272--ServerSession(1691272400)--Connection(1543358763)--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.03.12 11:01:13.274--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.275--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.275--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.276--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.277--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.278--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? bind => [WORLD, %ORL%] [EL Fine]: sql: 2024.03.12 11:01:13.279--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.280--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.280--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.281--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.282--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.283--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.284--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: sql: 2024.03.12 11:01:13.285--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) bind => [1.1, 3] [EL Fine]: connection: 2024.03.12 11:01:13.285--ServerSession(1114370802)--Connection(1040916227)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.287--ServerSession(1114370802)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:13.287--ServerSession(1114370802)--Connection(771996532)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.287--ServerSession(1691272400)--Connection(1543358763)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.288--ServerSession(1691272400)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:13.288--ServerSession(1691272400)--Connection(2120859512)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.288--ServerSession(1464233911)--Connection(147995864)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.288--ServerSession(1464233911)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:13.288--ServerSession(1464233911)--Connection(1862737164)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.020 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests [INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [EL Fine]: server: 2024.03.12 11:01:13.294--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:13.297--ServerSession(1322292940)--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.03.12 11:01:13.299--ServerSession(1322292940)--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.03.12 11:01:13.300--ServerSession(1322292940)--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.03.12 11:01:13.300--ServerSession(1322292940)--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.03.12 11:01:13.300--ServerSession(1322292940)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:13.301--ServerSession(1322292940)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:13.301--ServerSession(1322292940)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:13.301--ServerSession(1322292940)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:13.301--ServerSession(1322292940)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:13.301--ServerSession(1322292940)--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.03.12 11:01:13.302--ServerSession(1322292940)--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.03.12 11:01:13.305--ServerSession(1322292940)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:13.321--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:13.321--ServerSession(1322292940)--Connection(1208711258)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:13.331--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:13.333--ServerSession(1322292940)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful [EL Fine]: 2024.03.12 11:01:13.333--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:13.336--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:13.344--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:13.348--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:13.351--ServerSession(1322292940)--Connection(468652804)--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.03.12 11:01:13.357--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:13.362--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:13.377--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:13.379--ServerSession(1717109483)--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.03.12 11:01:13.380--ServerSession(1717109483)--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.03.12 11:01:13.381--ServerSession(1717109483)--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.03.12 11:01:13.381--ServerSession(1717109483)--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.03.12 11:01:13.381--ServerSession(1717109483)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:13.381--ServerSession(1717109483)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:13.382--ServerSession(1717109483)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:13.382--ServerSession(1717109483)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:13.382--ServerSession(1717109483)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:13.382--ServerSession(1717109483)--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.03.12 11:01:13.382--ServerSession(1717109483)--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.03.12 11:01:13.384--ServerSession(1717109483)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:13.398--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:13.398--ServerSession(1717109483)--Connection(581564963)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:13.410--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:13.411--ServerSession(1717109483)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful [EL Fine]: 2024.03.12 11:01:13.412--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:13.413--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:13.421--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:13.425--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:13.428--ServerSession(1717109483)--Connection(998972329)--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.03.12 11:01:13.434--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:13.439--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: server: 2024.03.12 11:01:13.456--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:13.458--ServerSession(905137356)--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.03.12 11:01:13.468--ServerSession(905137356)--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.03.12 11:01:13.468--ServerSession(905137356)--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.03.12 11:01:13.468--ServerSession(905137356)--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.03.12 11:01:13.468--ServerSession(905137356)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1. [EL Config]: metadata: 2024.03.12 11:01:13.469--ServerSession(905137356)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:13.469--ServerSession(905137356)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1. [EL Config]: metadata: 2024.03.12 11:01:13.469--ServerSession(905137356)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2. [EL Config]: metadata: 2024.03.12 11:01:13.469--ServerSession(905137356)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2. [EL Config]: metadata: 2024.03.12 11:01:13.469--ServerSession(905137356)--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.03.12 11:01:13.470--ServerSession(905137356)--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.03.12 11:01:13.471--ServerSession(905137356)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:13.482--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:13.482--ServerSession(905137356)--Connection(1292435170)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:13.491--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:13.492--ServerSession(905137356)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful [EL Fine]: 2024.03.12 11:01:13.492--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:13.494--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP FOREIGN KEY FK_COLTABLE1_ent_id [EL Fine]: sql: 2024.03.12 11:01:13.501--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY [EL Fine]: sql: 2024.03.12 11:01:13.504--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1 [EL Fine]: sql: 2024.03.12 11:01:13.507--ServerSession(905137356)--Connection(847761155)--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.03.12 11:01:13.512--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT, COLVAL1 VARCHAR(255)) [EL Fine]: sql: 2024.03.12 11:01:13.517--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT FK_COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID) [EL Fine]: sql: 2024.03.12 11:01:13.534--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.537--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.537--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.538--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.540--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.541--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.542--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.543--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.544--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.545--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.546--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024.03.12 11:01:13.547--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.548--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.549--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.550--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.551--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.551--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.552--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.554--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.555--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.556--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.556--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.557--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.558--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.559--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.560--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.560--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.561--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.562--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.563--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.564--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.564--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.566--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.566--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.567--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.568--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?)) bind => [36] [EL Fine]: sql: 2024.03.12 11:01:13.569--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.570--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.571--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024.03.12 11:01:13.572--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.573--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.573--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.575--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.576--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.577--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.577--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.578--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.578--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.580--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.581--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.582--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 2, 4] [EL Fine]: sql: 2024.03.12 11:01:13.582--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.583--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [4, 2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.583--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + ?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + ?)) bind => [2, 4, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.585--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.586--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.586--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.587--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.589--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.590--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.591--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.591--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.592--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.593--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, ? FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - ?)) bind => [2, 4, 2] [EL Fine]: sql: 2024.03.12 11:01:13.594--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.595--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.596--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.597--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, ?)) bind => [36, 10] [EL Fine]: sql: 2024.03.12 11:01:13.598--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.599--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.599--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: sql: 2024.03.12 11:01:13.600--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1) bind => [-36] [EL Fine]: connection: 2024.03.12 11:01:13.601--ServerSession(1717109483)--Connection(998972329)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.601--ServerSession(1717109483)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:13.601--ServerSession(1717109483)--Connection(581564963)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.601--ServerSession(905137356)--Connection(847761155)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.602--ServerSession(905137356)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:13.602--ServerSession(905137356)--Connection(1292435170)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.602--ServerSession(1322292940)--Connection(468652804)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:13.602--ServerSession(1322292940)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:13.602--ServerSession(1322292940)--Connection(1208711258)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests [INFO] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [EL Info]: 2024.03.12 11:01:13.610--ServerSession(1334731009)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-v4npf 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-0qn6h-v4npf" 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-0qn6h-v4npf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4npf" 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-0qn6h-v4npf 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-0qn6h-v4npf" 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-0qn6h-v4npf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4npf" 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-0qn6h-v4npf" 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-0qn6h-v4npf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v4npf" 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) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.103 s -- in org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [INFO] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [EL Info]: 2024.03.12 11:01:16.731--ServerSession(807936608)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:16.778--ServerSession(1493073442)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:22.827--ServerSession(1453578857)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:22.869--ServerSession(352639761)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:22.915--ServerSession(1377650012)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.241 s -- in org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUuidWithAppendParameters [EL Info]: 2024.03.12 11:01:22.964--ServerSession(1075540233)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.persistence.jpa.test.uuid.TestUuidWithAppendParameters [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUuidWithBindParameters [EL Info]: 2024.03.12 11:01:23.020--ServerSession(1059710590)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.persistence.jpa.test.uuid.TestUuidWithBindParameters [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUUIDGenerator [EL Info]: 2024.03.12 11:01:23.195--ServerSession(909633064)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.eclipse.persistence.jpa.test.uuid.TestUUIDGenerator [INFO] Running org.eclipse.persistence.jpa.test.uuid.TestStringUUID [EL Info]: 2024.03.12 11:01:23.394--ServerSession(1751284192)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.persistence.jpa.test.uuid.TestStringUUID [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [EL Fine]: server: 2024.03.12 11:01:23.439--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:23.444--ServerSession(1591230006)--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.03.12 11:01:23.444--ServerSession(1591230006)--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.03.12 11:01:23.445--ServerSession(1591230006)--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.03.12 11:01:23.445--ServerSession(1591230006)--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.03.12 11:01:23.445--ServerSession(1591230006)--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.03.12 11:01:23.446--ServerSession(1591230006)--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.03.12 11:01:23.446--ServerSession(1591230006)--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.03.12 11:01:23.446--ServerSession(1591230006)--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.03.12 11:01:23.446--ServerSession(1591230006)--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.03.12 11:01:23.446--ServerSession(1591230006)--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.03.12 11:01:23.446--ServerSession(1591230006)--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.03.12 11:01:23.447--ServerSession(1591230006)--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.03.12 11:01:23.450--ServerSession(1591230006)--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.03.12 11:01:23.450--ServerSession(1591230006)--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.03.12 11:01:23.450--ServerSession(1591230006)--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.03.12 11:01:23.454--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:23.464--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:23.464--ServerSession(1591230006)--Connection(462228513)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:23.474--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:23.479--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:23.479--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:23.481--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE [EL Fine]: sql: 2024.03.12 11:01:23.482--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.482--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CT_OVERRIDE_ENTITY_A' doesn't exist Error Code: 1146 Call: ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE Query: DataModifyQuery(sql="ALTER TABLE CT_OVERRIDE_ENTITY_A DROP FOREIGN KEY FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE") [EL Fine]: sql: 2024.03.12 11:01:23.482--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.483--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.483--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.ct_override_entity_b' doesn't exist Error Code: 1146 Call: ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b Query: DataModifyQuery(sql="ALTER TABLE ct_override_entity_b DROP FOREIGN KEY FK_ct_override_entity_b_entity_b_ct_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.484--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.485--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.485--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.485--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.486--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.486--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.487--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.488--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.488--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.488--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.489--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.489--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.489--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.490--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.491--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.491--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.492--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.492--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.492--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.493--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.494--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.494--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.495--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.495--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.495--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.496--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.497--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.497--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.498--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.498--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.498--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.499--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.499--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.499--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.500--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.501--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.501--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.502--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.502--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.502--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.503--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.503--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.503--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.504--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.505--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.505--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.506--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.506--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.506--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.507--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.507--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.507--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.508--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.508--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.override_entity_b' Error Code: 1051 Call: DROP TABLE override_entity_b Query: DataModifyQuery(sql="DROP TABLE override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.509--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.509--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.510--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CT_OVERRIDE_ENTITY_A' Error Code: 1051 Call: DROP TABLE CT_OVERRIDE_ENTITY_A Query: DataModifyQuery(sql="DROP TABLE CT_OVERRIDE_ENTITY_A") [EL Fine]: sql: 2024.03.12 11:01:23.510--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b [EL Fine]: sql: 2024.03.12 11:01:23.511--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:23.511--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.ct_override_entity_b' Error Code: 1051 Call: DROP TABLE ct_override_entity_b Query: DataModifyQuery(sql="DROP TABLE ct_override_entity_b") [EL Fine]: sql: 2024.03.12 11:01:23.511--ServerSession(1591230006)--Connection(270966801)--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.03.12 11:01:23.517--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--CREATE TABLE override_entity_b (b_id INTEGER NOT NULL, PRIMARY KEY (b_id)) [EL Fine]: sql: 2024.03.12 11:01:23.522--ServerSession(1591230006)--Connection(270966801)--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.03.12 11:01:23.526--ServerSession(1591230006)--Connection(270966801)--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.03.12 11:01:23.531--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A ADD CONSTRAINT FK_CT_OVERRIDE_ENTITY_A_CT_A_OVERRIDE_VALUE FOREIGN KEY (CT_A_OVERRIDE_VALUE, NESTED_VALUE) REFERENCES OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE) [EL Fine]: sql: 2024.03.12 11:01:23.548--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--ALTER TABLE ct_override_entity_b ADD CONSTRAINT FK_ct_override_entity_b_entity_b_ct_entity_b FOREIGN KEY (entity_b_ct_entity_b) REFERENCES override_entity_b (b_id) [EL Fine]: sql: 2024.03.12 11:01:23.566--ClientSession(1657458920)--Connection(270966801)--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.03.12 11:01:23.569--ServerSession(1591230006)--Connection(270966801)--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.03.12 11:01:23.573--ClientSession(61089296)--Connection(270966801)--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.03.12 11:01:23.575--ClientSession(1627799779)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DELETE FROM OVERRIDE_ENTITY_A [EL Fine]: sql: 2024.03.12 11:01:23.577--ClientSession(69142001)--Connection(270966801)--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.03.12 11:01:23.578--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--select t0.b_id from override_entity_b t0 [EL Fine]: sql: 2024.03.12 11:01:23.579--ServerSession(1591230006)--Connection(270966801)--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.03.12 11:01:23.581--ClientSession(795588312)--Connection(270966801)--Thread(Thread[#1,main,5,main])--INSERT INTO override_entity_b (b_id) VALUES (?) bind => [41] [EL Fine]: sql: 2024.03.12 11:01:23.581--ClientSession(795588312)--Connection(270966801)--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.03.12 11:01:23.582--ClientSession(795588312)--Connection(270966801)--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.03.12 11:01:23.583--ClientSession(795588312)--Connection(270966801)--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.03.12 11:01:23.584--ClientSession(920301956)--Connection(270966801)--Thread(Thread[#1,main,5,main])--DELETE FROM OVERRIDE_ENTITY_A [EL Fine]: connection: 2024.03.12 11:01:23.585--ServerSession(1591230006)--Connection(270966801)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:23.585--ServerSession(1591230006)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:23.585--ServerSession(1591230006)--Connection(462228513)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [EL Warning]: metadata: 2024.03.12 11:01:23.594--ServerSession(283460339)--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.03.12 11:01:23.594--ServerSession(283460339)--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.03.12 11:01:23.598--ServerSession(283460339)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-jnbmx 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-0qn6h-jnbmx" 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-0qn6h-jnbmx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jnbmx" 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-0qn6h-jnbmx 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-0qn6h-jnbmx" 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-0qn6h-jnbmx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jnbmx" 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-0qn6h-jnbmx" 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-0qn6h-jnbmx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jnbmx" 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-0qn6h-ns8pv 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-0qn6h-ns8pv" 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-0qn6h-ns8pv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ns8pv" 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-0qn6h-ns8pv 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-0qn6h-ns8pv" 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-0qn6h-ns8pv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ns8pv" 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-0qn6h-ns8pv" 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-0qn6h-ns8pv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ns8pv" 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) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.48 s -- in org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [EL Info]: 2024.03.12 11:01:36.084--ServerSession(1119940889)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:36.154--ServerSession(804124328)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings [INFO] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [EL Info]: 2024.03.12 11:01:36.245--ServerSession(2135615464)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: sql: 2024.03.12 11:01:36.272--ServerSession(2135615464)--Connection(1921989564)--ALTER TABLE COMMENTA DROP FOREIGN KEY FK_COMMENTA_POSTA_FK [EL Fine]: sql: 2024.03.12 11:01:36.273--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.274--ServerSession(2135615464)--Connection(1921989564)--ALTER TABLE COMMENTB DROP FOREIGN KEY FK_COMMENTB_POSTB_B_FK [EL Fine]: sql: 2024.03.12 11:01:36.275--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.275--ServerSession(2135615464)--Connection(1921989564)--ALTER TABLE COMMENTC DROP FOREIGN KEY FK_COMMENTC_COMPLEXID_C_A [EL Fine]: sql: 2024.03.12 11:01:36.276--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.276--ServerSession(2135615464)--Connection(1921989564)--ALTER TABLE COMMENTD DROP FOREIGN KEY FK_COMMENTD_COMPLEXID_D_B [EL Fine]: sql: 2024.03.12 11:01:36.277--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.277--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.03.12 11:01:36.278--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.279--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.03.12 11:01:36.280--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.280--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.03.12 11:01:36.281--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.281--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.03.12 11:01:36.282--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.282--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POST_A [EL Fine]: sql: 2024.03.12 11:01:36.283--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.284--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTB [EL Fine]: sql: 2024.03.12 11:01:36.285--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.285--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTC [EL Fine]: sql: 2024.03.12 11:01:36.286--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.286--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTD [EL Fine]: sql: 2024.03.12 11:01:36.287--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.288--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.03.12 11:01:36.289--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.289--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.03.12 11:01:36.290--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.290--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.03.12 11:01:36.291--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.291--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.03.12 11:01:36.292--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.293--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POST_A [EL Fine]: sql: 2024.03.12 11:01:36.293--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.294--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTB [EL Fine]: sql: 2024.03.12 11:01:36.295--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.295--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTC [EL Fine]: sql: 2024.03.12 11:01:36.296--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.296--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTD [EL Fine]: sql: 2024.03.12 11:01:36.297--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.298--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.03.12 11:01:36.298--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.299--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.03.12 11:01:36.300--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.300--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.03.12 11:01:36.301--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.301--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.03.12 11:01:36.302--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.303--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POST_A [EL Fine]: sql: 2024.03.12 11:01:36.303--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.304--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTB [EL Fine]: sql: 2024.03.12 11:01:36.305--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.305--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTC [EL Fine]: sql: 2024.03.12 11:01:36.306--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.306--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTD [EL Fine]: sql: 2024.03.12 11:01:36.307--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.308--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.03.12 11:01:36.309--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.309--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.03.12 11:01:36.310--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.310--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.03.12 11:01:36.311--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.312--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.03.12 11:01:36.313--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.313--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POST_A [EL Fine]: sql: 2024.03.12 11:01:36.314--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.314--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTB [EL Fine]: sql: 2024.03.12 11:01:36.315--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.316--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTC [EL Fine]: sql: 2024.03.12 11:01:36.317--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.317--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTD [EL Fine]: sql: 2024.03.12 11:01:36.318--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.318--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTA [EL Fine]: sql: 2024.03.12 11:01:36.319--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.320--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTB [EL Fine]: sql: 2024.03.12 11:01:36.321--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.321--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTC [EL Fine]: sql: 2024.03.12 11:01:36.322--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.322--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE COMMENTD [EL Fine]: sql: 2024.03.12 11:01:36.323--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.324--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POST_A [EL Fine]: sql: 2024.03.12 11:01:36.325--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.325--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTB [EL Fine]: sql: 2024.03.12 11:01:36.326--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.326--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTC [EL Fine]: sql: 2024.03.12 11:01:36.327--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.327--ServerSession(2135615464)--Connection(1921989564)--DROP TABLE POSTD [EL Fine]: sql: 2024.03.12 11:01:36.328--ServerSession(2135615464)--SELECT 1 [EL Fine]: sql: 2024.03.12 11:01:36.329--ServerSession(2135615464)--Connection(1921989564)--CREATE TABLE COMMENTA (ID BIGINT NOT NULL, POSTA_FK BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:36.335--ServerSession(2135615464)--Connection(1921989564)--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.03.12 11:01:36.341--ServerSession(2135615464)--Connection(1921989564)--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.03.12 11:01:36.346--ServerSession(2135615464)--Connection(1921989564)--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.03.12 11:01:36.351--ServerSession(2135615464)--Connection(1921989564)--CREATE TABLE POST_A (IDA BIGINT NOT NULL, PRIMARY KEY (IDA)) [EL Fine]: sql: 2024.03.12 11:01:36.355--ServerSession(2135615464)--Connection(1921989564)--CREATE TABLE POSTB (IDB BIGINT NOT NULL, IDA BIGINT NOT NULL, PRIMARY KEY (IDB, IDA)) [EL Fine]: sql: 2024.03.12 11:01:36.360--ServerSession(2135615464)--Connection(1921989564)--CREATE TABLE POSTC (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:36.364--ServerSession(2135615464)--Connection(1921989564)--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.03.12 11:01:36.368--ServerSession(2135615464)--Connection(1921989564)--ALTER TABLE COMMENTA ADD CONSTRAINT FK_COMMENTA_POSTA_FK FOREIGN KEY (POSTA_FK) REFERENCES POST_A (IDA) [EL Fine]: sql: 2024.03.12 11:01:36.382--ServerSession(2135615464)--Connection(1921989564)--ALTER TABLE COMMENTB ADD CONSTRAINT FK_COMMENTB_POSTB_B_FK FOREIGN KEY (POSTB_B_FK, POSTB_A_FK) REFERENCES POSTB (IDB, IDA) [EL Fine]: sql: 2024.03.12 11:01:36.398--ServerSession(2135615464)--Connection(1921989564)--ALTER TABLE COMMENTC ADD CONSTRAINT FK_COMMENTC_COMPLEXID_C_A FOREIGN KEY (COMPLEXID_C_A) REFERENCES POSTC (ID) [EL Fine]: sql: 2024.03.12 11:01:36.413--ServerSession(2135615464)--Connection(1921989564)--ALTER TABLE COMMENTD ADD CONSTRAINT FK_COMMENTD_COMPLEXID_D_B FOREIGN KEY (COMPLEXID_D_B, COMPLEXID_D_A) REFERENCES POSTD (COMPLEXID_D_B, COMPLEXID_D_A) [EL Fine]: sql: 2024.03.12 11:01:36.430--ServerSession(2135615464)--Connection(1921989564)--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2024.03.12 11:01:36.431--ServerSession(2135615464)--Connection(1921989564)--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [EL Fine]: sql: 2024.03.12 11:01:36.437--ClientSession(2112810373)--Connection(1921989564)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?) bind => [21, 20] [EL Fine]: sql: 2024.03.12 11:01:36.439--ClientSession(2112810373)--Connection(1921989564)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?) bind => [20, 21, a] [EL Fine]: sql: 2024.03.12 11:01:36.442--ClientSession(53818600)--Connection(1921989564)--INSERT INTO POSTC (ID) VALUES (?) bind => [5] [EL Fine]: sql: 2024.03.12 11:01:36.443--ClientSession(53818600)--Connection(1921989564)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, a, Type1] [EL Fine]: sql: 2024.03.12 11:01:36.444--ClientSession(53818600)--Connection(1921989564)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, b, Type2] [EL Fine]: sql: 2024.03.12 11:01:36.444--ClientSession(53818600)--Connection(1921989564)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [5, c, Type3] [EL Fine]: sql: 2024.03.12 11:01:36.446--ClientSession(480617856)--Connection(1921989564)--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [50, SEQ_GEN] [EL Fine]: sql: 2024.03.12 11:01:36.447--ClientSession(480617856)--Connection(1921989564)--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? bind => [SEQ_GEN] [EL Fine]: sql: 2024.03.12 11:01:36.448--ClientSession(480617856)--Connection(1921989564)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?) bind => [4, 3] [EL Fine]: sql: 2024.03.12 11:01:36.450--ClientSession(480617856)--Connection(1921989564)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 1, a] [EL Fine]: sql: 2024.03.12 11:01:36.450--ClientSession(480617856)--Connection(1921989564)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 2, b] [EL Fine]: sql: 2024.03.12 11:01:36.451--ClientSession(480617856)--Connection(1921989564)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [3, 4, 3, c] [EL Fine]: sql: 2024.03.12 11:01:36.455--ClientSession(1501948579)--Connection(1921989564)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?) bind => [23, 22] [EL Fine]: sql: 2024.03.12 11:01:36.457--ClientSession(1501948579)--Connection(1921989564)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?) bind => [22, 23, d] [EL Fine]: sql: 2024.03.12 11:01:36.459--ClientSession(866301125)--Connection(1921989564)--INSERT INTO POST_A (IDA) VALUES (?) bind => [9] [EL Fine]: sql: 2024.03.12 11:01:36.461--ClientSession(866301125)--Connection(1921989564)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 4] [EL Fine]: sql: 2024.03.12 11:01:36.461--ClientSession(866301125)--Connection(1921989564)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 5] [EL Fine]: sql: 2024.03.12 11:01:36.461--ClientSession(866301125)--Connection(1921989564)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [9, 6] [EL Fine]: sql: 2024.03.12 11:01:36.463--ClientSession(357529425)--Connection(1921989564)--INSERT INTO POST_A (IDA) VALUES (?) bind => [10] [EL Fine]: sql: 2024.03.12 11:01:36.464--ClientSession(357529425)--Connection(1921989564)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 8] [EL Fine]: sql: 2024.03.12 11:01:36.464--ClientSession(357529425)--Connection(1921989564)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 9] [EL Fine]: sql: 2024.03.12 11:01:36.465--ClientSession(357529425)--Connection(1921989564)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?) bind => [10, 7] [EL Fine]: sql: 2024.03.12 11:01:36.466--ClientSession(654455060)--Connection(1921989564)--INSERT INTO POSTC (ID) VALUES (?) bind => [6] [EL Fine]: sql: 2024.03.12 11:01:36.467--ClientSession(654455060)--Connection(1921989564)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, 3, Type5] [EL Fine]: sql: 2024.03.12 11:01:36.467--ClientSession(654455060)--Connection(1921989564)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, f, Type6] [EL Fine]: sql: 2024.03.12 11:01:36.468--ClientSession(654455060)--Connection(1921989564)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?) bind => [6, d, Type4] [EL Fine]: sql: 2024.03.12 11:01:36.469--ClientSession(1784008129)--Connection(1921989564)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?) bind => [6, 5] [EL Fine]: sql: 2024.03.12 11:01:36.470--ClientSession(1784008129)--Connection(1921989564)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [5, 6, 10, d] [EL Fine]: sql: 2024.03.12 11:01:36.470--ClientSession(1784008129)--Connection(1921989564)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?) bind => [5, 6, 12, f] [EL Fine]: sql: 2024.03.12 11:01:36.471--ClientSession(1784008129)--Connection(1921989564)--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.251 s -- in org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [EL Info]: 2024.03.12 11:01:36.480--ServerSession(1910054257)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [EL Info]: 2024.03.12 11:01:36.508--ServerSession(26136583)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 MySQLPlatform does not support SequenceObjects. Test is not valid. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue [INFO] Running org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [EL Fine]: server: 2024.03.12 11:01:36.548--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:36.551--ServerSession(1478425500)--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.03.12 11:01:36.552--ServerSession(1478425500)--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.03.12 11:01:36.552--ServerSession(1478425500)--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.03.12 11:01:36.552--ServerSession(1478425500)--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.03.12 11:01:36.553--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The element [field teaShops] is being defaulted to a one to many mapping. [EL Config]: metadata: 2024.03.12 11:01:36.553--ServerSession(1478425500)--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.03.12 11:01:36.553--ServerSession(1478425500)--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.03.12 11:01:36.553--ServerSession(1478425500)--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.03.12 11:01:36.553--ServerSession(1478425500)--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.03.12 11:01:36.554--ServerSession(1478425500)--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.03.12 11:01:36.554--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024.03.12 11:01:36.554--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024.03.12 11:01:36.554--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:36.554--ServerSession(1478425500)--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.03.12 11:01:36.554--ServerSession(1478425500)--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.03.12 11:01:36.555--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:36.555--ServerSession(1478425500)--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.03.12 11:01:36.555--ServerSession(1478425500)--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.03.12 11:01:36.555--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [cost] is being defaulted to: COST. [EL Config]: metadata: 2024.03.12 11:01:36.555--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [price] is being defaulted to: PRICE. [EL Config]: metadata: 2024.03.12 11:01:36.555--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024.03.12 11:01:36.555--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:36.555--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [manufacturer] is being defaulted to: MANUFACTURER. [EL Config]: metadata: 2024.03.12 11:01:36.556--ServerSession(1478425500)--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.03.12 11:01:36.556--ServerSession(1478425500)--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.03.12 11:01:36.557--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME. [EL Config]: metadata: 2024.03.12 11:01:36.557--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:36.557--ServerSession(1478425500)--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.03.12 11:01:36.557--ServerSession(1478425500)--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.03.12 11:01:36.557--ServerSession(1478425500)--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.03.12 11:01:36.557--ServerSession(1478425500)--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.03.12 11:01:36.557--ServerSession(1478425500)--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.03.12 11:01:36.557--ServerSession(1478425500)--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.03.12 11:01:36.558--ServerSession(1478425500)--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.03.12 11:01:36.558--ServerSession(1478425500)--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.03.12 11:01:36.561--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:36.573--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:36.574--ServerSession(1478425500)--Connection(2080605051)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:36.583--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:36.586--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:36.587--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:36.588--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID [EL Fine]: sql: 2024.03.12 11:01:36.590--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.590--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_DETAILS' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_DETAILS DROP FOREIGN KEY FK_TEA_DETAILS_SECONDTABLE_ID") [EL Fine]: sql: 2024.03.12 11:01:36.590--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID [EL Fine]: sql: 2024.03.12 11:01:36.591--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.592--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.STEPEXECUTIONENTITY' doesn't exist Error Code: 1146 Call: ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID Query: DataModifyQuery(sql="ALTER TABLE STEPEXECUTIONENTITY DROP FOREIGN KEY FK_STEPEXECUTIONENTITY_FK_ID") [EL Fine]: sql: 2024.03.12 11:01:36.592--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID [EL Fine]: sql: 2024.03.12 11:01:36.593--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.593--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_TEASHOP' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_teaShops_ID") [EL Fine]: sql: 2024.03.12 11:01:36.593--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID [EL Fine]: sql: 2024.03.12 11:01:36.594--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.594--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEA_TEASHOP' doesn't exist Error Code: 1146 Call: ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID Query: DataModifyQuery(sql="ALTER TABLE TEA_TEASHOP DROP FOREIGN KEY FK_TEA_TEASHOP_Tea_ID") [EL Fine]: sql: 2024.03.12 11:01:36.595--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID [EL Fine]: sql: 2024.03.12 11:01:36.595--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.596--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEASHOP_TEA' doesn't exist Error Code: 1146 Call: ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID Query: DataModifyQuery(sql="ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEASHOP_ID") [EL Fine]: sql: 2024.03.12 11:01:36.596--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID [EL Fine]: sql: 2024.03.12 11:01:36.596--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.597--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.TEASHOP_TEA' doesn't exist Error Code: 1146 Call: ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID Query: DataModifyQuery(sql="ALTER TABLE TEASHOP_TEA DROP FOREIGN KEY FK_TEASHOP_TEA_TEA_ID") [EL Fine]: sql: 2024.03.12 11:01:36.597--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.03.12 11:01:36.598--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.598--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024.03.12 11:01:36.598--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.03.12 11:01:36.599--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.600--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024.03.12 11:01:36.600--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.03.12 11:01:36.601--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.601--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024.03.12 11:01:36.602--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.603--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.603--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.603--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.03.12 11:01:36.604--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.605--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024.03.12 11:01:36.605--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.606--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.606--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.606--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.03.12 11:01:36.607--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.607--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024.03.12 11:01:36.607--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.03.12 11:01:36.608--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.608--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024.03.12 11:01:36.608--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.03.12 11:01:36.610--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.610--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024.03.12 11:01:36.610--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.03.12 11:01:36.611--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.611--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024.03.12 11:01:36.611--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.612--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.612--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.613--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.03.12 11:01:36.613--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.614--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024.03.12 11:01:36.614--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.615--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.615--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.615--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.03.12 11:01:36.616--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.616--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024.03.12 11:01:36.616--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.03.12 11:01:36.617--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.617--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024.03.12 11:01:36.617--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.03.12 11:01:36.618--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.618--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024.03.12 11:01:36.618--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.03.12 11:01:36.619--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.620--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024.03.12 11:01:36.620--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.621--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.621--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.621--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.03.12 11:01:36.622--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.622--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024.03.12 11:01:36.622--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.623--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.623--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.623--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.03.12 11:01:36.624--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.624--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024.03.12 11:01:36.624--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.03.12 11:01:36.626--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.626--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024.03.12 11:01:36.626--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.03.12 11:01:36.627--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.627--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024.03.12 11:01:36.627--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.03.12 11:01:36.628--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.628--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024.03.12 11:01:36.628--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.629--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.630--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.630--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.03.12 11:01:36.631--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.631--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024.03.12 11:01:36.631--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.632--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.632--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.632--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.03.12 11:01:36.633--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.633--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024.03.12 11:01:36.633--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE [EL Fine]: sql: 2024.03.12 11:01:36.634--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.634--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE' Error Code: 1051 Call: DROP TABLE COFFEE Query: DataModifyQuery(sql="DROP TABLE COFFEE") [EL Fine]: sql: 2024.03.12 11:01:36.635--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA [EL Fine]: sql: 2024.03.12 11:01:36.635--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.636--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA' Error Code: 1051 Call: DROP TABLE TEA Query: DataModifyQuery(sql="DROP TABLE TEA") [EL Fine]: sql: 2024.03.12 11:01:36.636--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS [EL Fine]: sql: 2024.03.12 11:01:36.637--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.637--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_DETAILS' Error Code: 1051 Call: DROP TABLE TEA_DETAILS Query: DataModifyQuery(sql="DROP TABLE TEA_DETAILS") [EL Fine]: sql: 2024.03.12 11:01:36.637--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.638--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.638--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP' Error Code: 1051 Call: DROP TABLE TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.638--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY [EL Fine]: sql: 2024.03.12 11:01:36.639--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.639--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.STEPEXECUTIONENTITY' Error Code: 1051 Call: DROP TABLE STEPEXECUTIONENTITY Query: DataModifyQuery(sql="DROP TABLE STEPEXECUTIONENTITY") [EL Fine]: sql: 2024.03.12 11:01:36.639--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP [EL Fine]: sql: 2024.03.12 11:01:36.640--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.640--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEA_TEASHOP' Error Code: 1051 Call: DROP TABLE TEA_TEASHOP Query: DataModifyQuery(sql="DROP TABLE TEA_TEASHOP") [EL Fine]: sql: 2024.03.12 11:01:36.640--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA [EL Fine]: sql: 2024.03.12 11:01:36.641--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.641--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEASHOP_TEA' Error Code: 1051 Call: DROP TABLE TEASHOP_TEA Query: DataModifyQuery(sql="DROP TABLE TEASHOP_TEA") [EL Fine]: sql: 2024.03.12 11:01:36.642--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--CREATE TABLE COFFEE (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:36.648--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEA (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:36.653--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEA_DETAILS (SECONDTABLE_ID BIGINT NOT NULL, COST DOUBLE, MANUFACTURER VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [EL Fine]: sql: 2024.03.12 11:01:36.658--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEASHOP (ID BIGINT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:36.663--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--CREATE TABLE STEPEXECUTIONENTITY (ID BIGINT AUTO_INCREMENT NOT NULL, FK_ID BIGINT, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:36.667--ServerSession(1478425500)--Connection(1078981908)--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.03.12 11:01:36.672--ServerSession(1478425500)--Connection(1078981908)--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.03.12 11:01:36.677--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_DETAILS ADD CONSTRAINT FK_TEA_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024.03.12 11:01:36.690--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE STEPEXECUTIONENTITY ADD CONSTRAINT FK_STEPEXECUTIONENTITY_FK_ID FOREIGN KEY (FK_ID) REFERENCES STEPEXECUTIONENTITY (ID) [EL Fine]: sql: 2024.03.12 11:01:36.703--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT FK_TEA_TEASHOP_teaShops_ID FOREIGN KEY (teaShops_ID) REFERENCES TEASHOP (ID) [EL Fine]: sql: 2024.03.12 11:01:36.718--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT FK_TEA_TEASHOP_Tea_ID FOREIGN KEY (Tea_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024.03.12 11:01:36.733--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT FK_TEASHOP_TEA_TEASHOP_ID FOREIGN KEY (TEASHOP_ID) REFERENCES TEASHOP (ID) [EL Fine]: sql: 2024.03.12 11:01:36.746--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT FK_TEASHOP_TEA_TEA_ID FOREIGN KEY (TEA_ID) REFERENCES TEA (ID) [EL Fine]: sql: 2024.03.12 11:01:36.764--ClientSession(2105980623)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?) bind => [Oolong, 2.34] [EL Fine]: sql: 2024.03.12 11:01:36.766--ClientSession(2105980623)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?) bind => [Earl Grey, 3.29] [EL Fine]: sql: 2024.03.12 11:01:36.766--ClientSession(2105980623)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?) bind => [0.75, Lipton, 1] [EL Fine]: sql: 2024.03.12 11:01:36.767--ClientSession(2105980623)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?) bind => [1.29, Lipton, 2] [EL Fine]: sql: 2024.03.12 11:01:36.769--ClientSession(2105980623)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP (ID, NAME) VALUES (?, ?) bind => [12, null] [EL Fine]: sql: 2024.03.12 11:01:36.771--ClientSession(2105980623)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?) bind => [1, 12] [EL Fine]: sql: 2024.03.12 11:01:36.771--ClientSession(2105980623)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?) bind => [2, 12] [EL Fine]: sql: 2024.03.12 11:01:36.775--ClientSession(1336510921)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE_AUDIT [EL Fine]: sql: 2024.03.12 11:01:36.776--ClientSession(1336510921)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.776--UnitOfWork(438854137)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COFFEE_AUDIT' Error Code: 1051 Call: DROP TABLE COFFEE_AUDIT Query: DataModifyQuery(sql="DROP TABLE COFFEE_AUDIT") [EL Fine]: sql: 2024.03.12 11:01:36.777--ClientSession(1118171964)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--CREATE TABLE COFFEE_AUDIT (AUDIT_ID BIGINT AUTO_INCREMENT NOT NULL, COFFEE_ID BIGINT NOT NULL, NAME VARCHAR(255), PRICE DOUBLE, PRIMARY KEY (AUDIT_ID)) [EL Fine]: sql: 2024.03.12 11:01:36.784--ClientSession(1118171964)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--DROP TRIGGER coffeetrigger [EL Fine]: sql: 2024.03.12 11:01:36.785--ClientSession(1118171964)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:36.785--UnitOfWork(1084471248)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Trigger does not exist Error Code: 1360 Call: DROP TRIGGER coffeetrigger Query: DataModifyQuery(sql="DROP TRIGGER coffeetrigger") [EL Fine]: sql: 2024.03.12 11:01:36.786--ClientSession(770871531)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--CREATE TRIGGER coffeetrigger AFTER INSERT ON COFFEE FOR EACH ROW INSERT INTO COFFEE_AUDIT( COFFEE_ID, NAME, PRICE ) VALUES (NEW.ID, NEW.NAME, NEW.PRICE) [EL Fine]: sql: 2024.03.12 11:01:36.789--ClientSession(770871531)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (1, 'COFFEE1', 11.1) [EL Fine]: sql: 2024.03.12 11:01:36.790--ClientSession(770871531)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (2, 'COFFEE2', 22.2) [EL Fine]: sql: 2024.03.12 11:01:36.791--ClientSession(770871531)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (3, 'COFFEE3', 33.3) [EL Fine]: sql: 2024.03.12 11:01:36.792--ClientSession(2003289231)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE (NAME, PRICE) VALUES (?, ?) bind => [Capa, 4.2] [EL Fine]: sql: 2024.03.12 11:01:36.794--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--SELECT ID, NAME, PRICE FROM COFFEE WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.03.12 11:01:36.796--ClientSession(2003289231)--Connection(1078981908)--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.03.12 11:01:36.798--ClientSession(1700501382)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--INSERT INTO STEPEXECUTIONENTITY (FK_ID) VALUES (?) bind => [null] [EL Fine]: sql: 2024.03.12 11:01:36.799--ClientSession(1700501382)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--UPDATE STEPEXECUTIONENTITY SET FK_ID = ? WHERE (ID = ?) bind => [1, 1] [EL Fine]: connection: 2024.03.12 11:01:36.801--ServerSession(1478425500)--Connection(1078981908)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:36.801--ServerSession(1478425500)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:36.801--ServerSession(1478425500)--Connection(2080605051)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s -- in org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions [EL Info]: 2024.03.12 11:01:36.809--ServerSession(1938423796)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [EL Info]: 2024.03.12 11:01:36.898--ServerSession(882612118)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:36.944--ServerSession(1779509799)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:36.989--ServerSession(301555185)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [EL Info]: 2024.03.12 11:01:37.048--ServerSession(2094398282)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:37.093--ServerSession(1957780641)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [EL Info]: 2024.03.12 11:01:37.160--ServerSession(91840451)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [EL Info]: 2024.03.12 11:01:37.241--ServerSession(2119633913)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction [INFO] Running org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [EL Info]: 2024.03.12 11:01:37.283--ServerSession(2084040054)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace [INFO] Running org.eclipse.persistence.jpa.test.lob.TestLobMerge [EL Info]: 2024.03.12 11:01:37.325--ServerSession(1993890817)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:01:37.366--ServerSession(1993890817)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER)' at line 1 Error Code: 1064 Call: CREATE TABLE ParentEntity_SUBS (content CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER) Query: DataModifyQuery(sql="CREATE TABLE ParentEntity_SUBS (content CLOB, label VARCHAR(255) NOT NULL UNIQUE, parent_id INTEGER)") [EL Warning]: 2024.03.12 11:01:37.367--ServerSession(1993890817)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.ParentEntity_SUBS' doesn't exist Error Code: 1146 Call: ALTER TABLE ParentEntity_SUBS ADD CONSTRAINT FK_ParentEntity_SUBS_parent_id FOREIGN KEY (parent_id) REFERENCES PARENTENTITY (ID) Query: DataModifyQuery(sql="ALTER TABLE ParentEntity_SUBS ADD CONSTRAINT FK_ParentEntity_SUBS_parent_id FOREIGN KEY (parent_id) REFERENCES PARENTENTITY (ID)") [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.persistence.jpa.test.lob.TestLobMerge [INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [EL Info]: 2024.03.12 11:01:37.386--ServerSession(96766562)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall [INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCast [EL Info]: 2024.03.12 11:01:37.502--ServerSession(21481493)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.persistence.jpa.test.property.TestSQLCast [INFO] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding [EL Finest]: properties: 2024.03.12 11:01:37.604--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.03.12 11:01:37.604--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Fine]: server: 2024.03.12 11:01:37.604--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Finest]: jpa: 2024.03.12 11:01:37.604--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Initial; factoryCount 0 [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.changetracking; default value=true [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.lazy; default value=true [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.eager; default value=false [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.internal; default value=true [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.rest; default value=false [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [EL Finest]: properties: 2024.03.12 11:01:37.605--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [EL Finer]: metadata: 2024.03.12 11:01:37.605--Thread(Thread[#1,main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Finer]: metadata: 2024.03.12 11:01:37.606--Thread(Thread[#1,main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./]. [EL Config]: metadata: 2024.03.12 11:01:37.606--ServerSession(1599622936)--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.03.12 11:01:37.607--ServerSession(1599622936)--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.03.12 11:01:37.607--ServerSession(1599622936)--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.03.12 11:01:37.609--ServerSession(1599622936)--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.03.12 11:01:37.609--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0 [EL Finer]: weaver: 2024.03.12 11:01:37.609--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - global instrumentation is null. [EL Finest]: jpa: 2024.03.12 11:01:37.609--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0 [EL Finest]: jpa: 2024.03.12 11:01:37.609--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1 [EL Finer]: metamodel: 2024.03.12 11:01:37.610--ServerSession(1599622936)--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.03.12 11:01:37.610--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Begin deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1 [EL Finest]: jpa: 2024.03.12 11:01:37.611--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation]. [EL Finest]: properties: 2024.03.12 11:01:37.611--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024.03.12 11:01:37.611--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.03.12 11:01:37.611--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024.03.12 11:01:37.611--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL [EL Finest]: properties: 2024.03.12 11:01:37.611--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE [EL Finest]: properties: 2024.03.12 11:01:37.612--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true [EL Finest]: properties: 2024.03.12 11:01:37.612--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=eclipselink.jdbc.force-bind-parameters; value=true [EL Finest]: properties: 2024.03.12 11:01:37.612--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.user; value=root [EL Finest]: properties: 2024.03.12 11:01:37.612--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx [EL Finest]: properties: 2024.03.12 11:01:37.612--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.driver; value=com.mysql.cj.jdbc.Driver [EL Finest]: properties: 2024.03.12 11:01:37.612--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true [EL Finest]: properties: 2024.03.12 11:01:37.613--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.query.timeout; value=1000 [EL Info]: 2024.03.12 11:01:37.613--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Finest]: connection: 2024.03.12 11:01:37.623--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle23Platform, regular expression: (?is)oracle.*23.* [EL Finest]: connection: 2024.03.12 11:01:37.623--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.* [EL Finest]: connection: 2024.03.12 11:01:37.623--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.* [EL Finest]: connection: 2024.03.12 11:01:37.623--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle23Platform, regular expression: (?is)core.oracle.*23.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.* [EL Finest]: connection: 2024.03.12 11:01:37.624--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.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.* [EL Finest]: connection: 2024.03.12 11:01:37.624--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.* [EL Finest]: connection: 2024.03.12 11:01:37.625--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2ZPlatform, regular expression: (?i).*db2.*dsn.* [EL Finest]: connection: 2024.03.12 11:01:37.625--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2MainframePlatform, regular expression: (?i).*(db2|AS).*(AS/400|qsq).* [EL Finest]: connection: 2024.03.12 11:01:37.625--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.DB2Platform, regular expression: (?i).*db2.* [EL Finest]: connection: 2024.03.12 11:01:37.625--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.PointBasePlatform, regular expression: (?is)pointbase.* [EL Finest]: connection: 2024.03.12 11:01:37.625--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.MySQLPlatform, regular expression: (?i)mysql.* [EL Fine]: connection: 2024.03.12 11:01:37.625--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:37.625--ServerSession(1599622936)--Connection(1333366140)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:37.634--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Finest]: connection: 2024.03.12 11:01:37.634--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Finest]: connection: 2024.03.12 11:01:37.634--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Fine]: connection: 2024.03.12 11:01:37.636--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF login successful [EL Fine]: 2024.03.12 11:01:37.637--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Finest]: query: 2024.03.12 11:01:37.638--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.03.12 11:01:37.638--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.638--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Finest]: connection: 2024.03.12 11:01:37.641--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:37.641--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024.03.12 11:01:37.641--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.03.12 11:01:37.641--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.641--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024.03.12 11:01:37.642--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:37.643--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:37.643--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024.03.12 11:01:37.643--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.03.12 11:01:37.643--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.643--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024.03.12 11:01:37.644--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:37.644--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:37.645--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024.03.12 11:01:37.645--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.03.12 11:01:37.645--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.645--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024.03.12 11:01:37.646--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:37.646--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:37.646--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024.03.12 11:01:37.647--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: connection: 2024.03.12 11:01:37.647--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.647--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY [EL Fine]: sql: 2024.03.12 11:01:37.648--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Finest]: connection: 2024.03.12 11:01:37.648--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Warning]: 2024.03.12 11:01:37.648--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.GENERICENTITY' Error Code: 1051 Call: DROP TABLE GENERICENTITY Query: DataModifyQuery(sql="DROP TABLE GENERICENTITY") [EL Finest]: query: 2024.03.12 11:01:37.648--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE GENERICENTITY (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_BOOLEAN1 TINYINT(1) default 0, ITEM_DATE1 DATETIME, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), PRIMARY KEY (KEY_CHAR))") [EL Finest]: connection: 2024.03.12 11:01:37.648--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.648--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--CREATE TABLE GENERICENTITY (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_BOOLEAN1 TINYINT(1) default 0, ITEM_DATE1 DATETIME, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), PRIMARY KEY (KEY_CHAR)) [EL Finest]: connection: 2024.03.12 11:01:37.655--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finest]: ddl: 2024.03.12 11:01:37.655--Thread(Thread[#1,main,5,main])--The table (GENERICENTITY) is created. [EL Finer]: metamodel: 2024.03.12 11:01:37.656--ServerSession(1599622936)--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.03.12 11:01:37.656--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--End deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1 [EL Finer]: connection: 2024.03.12 11:01:37.659--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 164646636 [EL Finer]: transaction: 2024.03.12 11:01:37.659--ClientSession(164646636)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1090677723 [EL Finest]: query: 2024.03.12 11:01:37.659--UnitOfWork(1090677723)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))") [EL Finest]: connection: 2024.03.12 11:01:37.660--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.660--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?)) bind => [2, -3, -3] [EL Finest]: connection: 2024.03.12 11:01:37.661--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.662--UnitOfWork(1090677723)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.662--ClientSession(164646636)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.663--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 1740921516 [EL Finer]: transaction: 2024.03.12 11:01:37.663--ClientSession(1740921516)--Thread(Thread[#1,main,5,main])--acquire unit of work: 127159927 [EL Finest]: query: 2024.03.12 11:01:37.663--UnitOfWork(127159927)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))") [EL Finest]: connection: 2024.03.12 11:01:37.663--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.663--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ?, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?)) bind => [2, -3, -3] [EL Finest]: connection: 2024.03.12 11:01:37.664--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.664--UnitOfWork(127159927)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.664--ClientSession(1740921516)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.665--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 1347079821 [EL Finer]: transaction: 2024.03.12 11:01:37.665--ClientSession(1347079821)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1358050159 [EL Finest]: query: 2024.03.12 11:01:37.665--UnitOfWork(1358050159)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > ?)") [EL Finest]: connection: 2024.03.12 11:01:37.665--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.665--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > ?) bind => [2, 2, 1] [EL Finest]: connection: 2024.03.12 11:01:37.666--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.666--UnitOfWork(1358050159)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.666--ClientSession(1347079821)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.667--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 1212232021 [EL Finer]: transaction: 2024.03.12 11:01:37.667--ClientSession(1212232021)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1360750715 [EL Finest]: query: 2024.03.12 11:01:37.667--UnitOfWork(1360750715)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?)") [EL Finest]: connection: 2024.03.12 11:01:37.667--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.667--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?) bind => [2, 2, 2, 2, 1] [EL Finest]: connection: 2024.03.12 11:01:37.667--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.667--UnitOfWork(1360750715)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.668--ClientSession(1212232021)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.668--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 257454621 [EL Finer]: transaction: 2024.03.12 11:01:37.668--ClientSession(257454621)--Thread(Thread[#1,main,5,main])--acquire unit of work: 254328579 [EL Finest]: query: 2024.03.12 11:01:37.668--UnitOfWork(254328579)--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.03.12 11:01:37.668--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.668--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + ?)) > ?) bind => [4, 4, 1] [EL Finest]: connection: 2024.03.12 11:01:37.669--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.669--UnitOfWork(254328579)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.669--ClientSession(257454621)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.670--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 962815631 [EL Finer]: transaction: 2024.03.12 11:01:37.670--ClientSession(962815631)--Thread(Thread[#1,main,5,main])--acquire unit of work: 801179769 [EL Finest]: query: 2024.03.12 11:01:37.670--UnitOfWork(801179769)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))") [EL Finest]: connection: 2024.03.12 11:01:37.670--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.670--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?))) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024.03.12 11:01:37.671--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.671--UnitOfWork(801179769)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.671--ClientSession(962815631)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.671--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 258759650 [EL Finer]: transaction: 2024.03.12 11:01:37.672--ClientSession(258759650)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1949415001 [EL Finest]: query: 2024.03.12 11:01:37.672--UnitOfWork(1949415001)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))") [EL Finest]: connection: 2024.03.12 11:01:37.672--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.672--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?))) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024.03.12 11:01:37.672--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.672--UnitOfWork(1949415001)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.672--ClientSession(258759650)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.673--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 176575677 [EL Finer]: transaction: 2024.03.12 11:01:37.673--ClientSession(176575677)--Thread(Thread[#1,main,5,main])--acquire unit of work: 744822624 [EL Finest]: query: 2024.03.12 11:01:37.673--UnitOfWork(744822624)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?))") [EL Finest]: connection: 2024.03.12 11:01:37.673--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.673--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?)) bind => [1, HELLO WORLD, 1, 5] [EL Finest]: connection: 2024.03.12 11:01:37.674--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.674--UnitOfWork(744822624)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.674--ClientSession(176575677)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.675--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 414896048 [EL Finer]: transaction: 2024.03.12 11:01:37.675--ClientSession(414896048)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1712964944 [EL Finest]: query: 2024.03.12 11:01:37.675--UnitOfWork(1712964944)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, ?, ?) NOT IN (?, ?, ?, ?))") [EL Finest]: connection: 2024.03.12 11:01:37.675--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.675--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, ?, ?) NOT IN (?, ?, ?, ?)) bind => [1, 1, 5, TEST1, TEST2, HELLO, TEST3] [EL Finest]: connection: 2024.03.12 11:01:37.675--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.675--UnitOfWork(1712964944)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.675--ClientSession(414896048)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.676--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 18988178 [EL Finer]: transaction: 2024.03.12 11:01:37.676--ClientSession(18988178)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1772876772 [EL Finest]: query: 2024.03.12 11:01:37.677--UnitOfWork(1772876772)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024.03.12 11:01:37.677--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.677--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, 4, 4, 5, 6] [EL Finest]: connection: 2024.03.12 11:01:37.677--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.677--UnitOfWork(1772876772)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.677--ClientSession(18988178)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.678--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 451252998 [EL Finer]: transaction: 2024.03.12 11:01:37.678--ClientSession(451252998)--Thread(Thread[#1,main,5,main])--acquire unit of work: 256273381 [EL Finest]: query: 2024.03.12 11:01:37.678--UnitOfWork(256273381)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024.03.12 11:01:37.678--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.678--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, a, a, b, c] [EL Finest]: connection: 2024.03.12 11:01:37.678--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.678--UnitOfWork(256273381)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.678--ClientSession(451252998)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.679--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 450452955 [EL Finer]: transaction: 2024.03.12 11:01:37.679--ClientSession(450452955)--Thread(Thread[#1,main,5,main])--acquire unit of work: 830934646 [EL Finest]: query: 2024.03.12 11:01:37.679--UnitOfWork(830934646)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?))") [EL Finest]: connection: 2024.03.12 11:01:37.679--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.679--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (? IN (?, ?, ?)) bind => [2, 4, 5, 4, 6] [EL Finest]: connection: 2024.03.12 11:01:37.680--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.680--UnitOfWork(830934646)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.680--ClientSession(450452955)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.680--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 68472938 [EL Finer]: transaction: 2024.03.12 11:01:37.680--ClientSession(68472938)--Thread(Thread[#1,main,5,main])--acquire unit of work: 2069124048 [EL Finest]: query: 2024.03.12 11:01:37.681--UnitOfWork(2069124048)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, ?, ?))") [EL Finest]: connection: 2024.03.12 11:01:37.681--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.681--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, ?, ?)) bind => [2, a, b, c] [EL Finest]: connection: 2024.03.12 11:01:37.681--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.681--UnitOfWork(2069124048)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.681--ClientSession(68472938)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.683--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 1117221013 [EL Finer]: transaction: 2024.03.12 11:01:37.683--ClientSession(1117221013)--Thread(Thread[#1,main,5,main])--acquire unit of work: 618072632 [EL Finest]: query: 2024.03.12 11:01:37.683--UnitOfWork(618072632)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)") [EL Finest]: connection: 2024.03.12 11:01:37.683--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.683--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?) bind => [1, 0, 99] [EL Finest]: connection: 2024.03.12 11:01:37.684--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.684--UnitOfWork(618072632)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.684--ClientSession(1117221013)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.684--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 1818999406 [EL Finer]: transaction: 2024.03.12 11:01:37.684--ClientSession(1818999406)--Thread(Thread[#1,main,5,main])--acquire unit of work: 786874333 [EL Finest]: query: 2024.03.12 11:01:37.684--UnitOfWork(786874333)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)") [EL Finest]: connection: 2024.03.12 11:01:37.684--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.684--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?) bind => [1, 0, 99] [EL Finest]: connection: 2024.03.12 11:01:37.685--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.685--UnitOfWork(786874333)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.685--ClientSession(1818999406)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.685--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 1246290454 [EL Finer]: transaction: 2024.03.12 11:01:37.685--ClientSession(1246290454)--Thread(Thread[#1,main,5,main])--acquire unit of work: 697271883 [EL Finest]: query: 2024.03.12 11:01:37.686--UnitOfWork(697271883)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)") [EL Finest]: connection: 2024.03.12 11:01:37.686--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.686--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?) bind => [1, 1, 20, 300] [EL Finest]: connection: 2024.03.12 11:01:37.686--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.686--UnitOfWork(697271883)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.686--ClientSession(1246290454)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.687--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 153489873 [EL Finer]: transaction: 2024.03.12 11:01:37.687--ClientSession(153489873)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1717212085 [EL Finest]: query: 2024.03.12 11:01:37.687--UnitOfWork(1717212085)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ? LIKE ? ESCAPE ?") [EL Finest]: connection: 2024.03.12 11:01:37.687--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.687--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE ? LIKE ? ESCAPE ? bind => [1, HELLO_WORLD, HELLO%, _] [EL Finest]: connection: 2024.03.12 11:01:37.687--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.687--UnitOfWork(1717212085)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.688--ClientSession(153489873)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.688--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 1814778623 [EL Finer]: transaction: 2024.03.12 11:01:37.688--ClientSession(1814778623)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1971589051 [EL Finest]: query: 2024.03.12 11:01:37.688--UnitOfWork(1971589051)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ?") [EL Finest]: connection: 2024.03.12 11:01:37.688--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.688--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ? bind => [1, HELLO%] [EL Finest]: connection: 2024.03.12 11:01:37.689--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.689--UnitOfWork(1971589051)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.689--ClientSession(1814778623)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.690--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 402497145 [EL Finer]: transaction: 2024.03.12 11:01:37.690--ClientSession(402497145)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1274403478 [EL Finest]: query: 2024.03.12 11:01:37.690--UnitOfWork(1274403478)--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 ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?)))") [EL Finest]: connection: 2024.03.12 11:01:37.690--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.690--ServerSession(1599622936)--Connection(2033312148)--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 ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?))) bind => [Test, 1, 33] [EL Finest]: connection: 2024.03.12 11:01:37.691--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.691--UnitOfWork(1274403478)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.692--ClientSession(402497145)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.692--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 946004062 [EL Finer]: transaction: 2024.03.12 11:01:37.692--ClientSession(946004062)--Thread(Thread[#1,main,5,main])--acquire unit of work: 296274981 [EL Finest]: query: 2024.03.12 11:01:37.692--UnitOfWork(296274981)--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 ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?)))") [EL Finest]: connection: 2024.03.12 11:01:37.693--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.693--ServerSession(1599622936)--Connection(2033312148)--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 ? FROM GENERICENTITY t1 WHERE (t0.ITEM_INTEGER1 = ?))) bind => [Test, 1, 33] [EL Finest]: connection: 2024.03.12 11:01:37.693--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.693--UnitOfWork(296274981)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.693--ClientSession(946004062)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.695--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 1990146632 [EL Finer]: transaction: 2024.03.12 11:01:37.695--ClientSession(1990146632)--Thread(Thread[#1,main,5,main])--acquire unit of work: 182655637 [EL Finest]: query: 2024.03.12 11:01:37.695--UnitOfWork(182655637)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?))))") [EL Finest]: connection: 2024.03.12 11:01:37.695--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.695--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?)))) bind => [2, 1, -, 99, -] [EL Finest]: connection: 2024.03.12 11:01:37.695--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.695--UnitOfWork(182655637)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.695--ClientSession(1990146632)--Thread(Thread[#1,main,5,main])--client released [EL Finer]: connection: 2024.03.12 11:01:37.696--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--client acquired: 576037807 [EL Finer]: transaction: 2024.03.12 11:01:37.696--ClientSession(576037807)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1981593040 [EL Finest]: query: 2024.03.12 11:01:37.696--UnitOfWork(1981593040)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?))))") [EL Finest]: connection: 2024.03.12 11:01:37.696--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default]. [EL Fine]: sql: 2024.03.12 11:01:37.696--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--SELECT ? FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(CONCAT(?, ?))) AND (ITEM_STRING1 = TRIM(CONCAT(?, ?)))) bind => [2, 1, 1, 99, 99] [EL Finest]: connection: 2024.03.12 11:01:37.697--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default]. [EL Finer]: transaction: 2024.03.12 11:01:37.697--UnitOfWork(1981593040)--Thread(Thread[#1,main,5,main])--release unit of work [EL Finer]: connection: 2024.03.12 11:01:37.697--ClientSession(576037807)--Thread(Thread[#1,main,5,main])--client released [EL Finest]: jpa: 2024.03.12 11:01:37.697--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--Begin undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1 [EL Fine]: connection: 2024.03.12 11:01:37.697--ServerSession(1599622936)--Connection(2033312148)--Thread(Thread[#1,main,5,main])--disconnect [EL Finer]: cache: 2024.03.12 11:01:37.698--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--initialize identitymaps [EL Fine]: connection: 2024.03.12 11:01:37.698--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF logout successful [EL Fine]: connection: 2024.03.12 11:01:37.698--ServerSession(1599622936)--Connection(1333366140)--Thread(Thread[#1,main,5,main])--disconnect [EL Finest]: jpa: 2024.03.12 11:01:37.698--ServerSession(1599622936)--Thread(Thread[#1,main,5,main])--End undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/ink-pull-request-verifier_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.095 s -- in org.eclipse.persistence.jpa.test.property.TestParameterBinding [INFO] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence [EL Finer]: jpa: 2024.03.12 11:01:37.701--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - predeploying default-pu-name. [EL Info]: 2024.03.12 11:01:37.708--ServerSession(958484446)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 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.022 s -- in org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter [INFO] Running org.eclipse.persistence.jpa.test.version.TestVersioning [EL Fine]: server: 2024.03.12 11:01:38.235--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:38.238--ServerSession(851377412)--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.03.12 11:01:38.239--ServerSession(851377412)--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.03.12 11:01:38.240--ServerSession(851377412)--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.03.12 11:01:38.240--ServerSession(851377412)--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.03.12 11:01:38.240--ServerSession(851377412)--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.03.12 11:01:38.240--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:38.240--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--The column name for element [version] is being defaulted to: VERSION. [EL Config]: metadata: 2024.03.12 11:01:38.241--ServerSession(851377412)--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.03.12 11:01:38.241--ServerSession(851377412)--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.03.12 11:01:38.241--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--The column name for element [data] is being defaulted to: DATA. [EL Config]: metadata: 2024.03.12 11:01:38.241--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:38.242--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--The column name for element [theVersion] is being defaulted to: THEVERSION. [EL Config]: metadata: 2024.03.12 11:01:38.242--ServerSession(851377412)--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.03.12 11:01:38.242--ServerSession(851377412)--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.03.12 11:01:38.242--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID. [EL Config]: metadata: 2024.03.12 11:01:38.242--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--The column name for element [updatetimestamp] is being defaulted to: UPDATETIMESTAMP. [EL Info]: 2024.03.12 11:01:38.246--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:38.257--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:38.257--ServerSession(851377412)--Connection(146583960)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:38.266--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:38.268--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:38.269--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:38.270--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.272--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.272--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.273--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.03.12 11:01:38.274--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.274--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024.03.12 11:01:38.274--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.275--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.275--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.275--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.276--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.277--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.277--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.03.12 11:01:38.278--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.278--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024.03.12 11:01:38.278--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.279--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.280--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.280--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.281--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.281--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.281--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.03.12 11:01:38.282--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.282--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024.03.12 11:01:38.282--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.283--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.284--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.284--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.285--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.285--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.285--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.03.12 11:01:38.286--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.286--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024.03.12 11:01:38.286--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.287--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.288--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.288--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.289--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.289--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.289--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2 [EL Fine]: sql: 2024.03.12 11:01:38.290--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.291--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.TEMPORALVERSIONEDENTITY2' Error Code: 1051 Call: DROP TABLE TEMPORALVERSIONEDENTITY2 Query: DataModifyQuery(sql="DROP TABLE TEMPORALVERSIONEDENTITY2") [EL Fine]: sql: 2024.03.12 11:01:38.291--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY [EL Fine]: sql: 2024.03.12 11:01:38.292--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:38.292--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.INTEGERVERSIONEDENTITY' Error Code: 1051 Call: DROP TABLE INTEGERVERSIONEDENTITY Query: DataModifyQuery(sql="DROP TABLE INTEGERVERSIONEDENTITY") [EL Fine]: sql: 2024.03.12 11:01:38.292--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY (ID BIGINT NOT NULL, UPDATETIMESTAMP DATETIME, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:38.298--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY2 (ID BIGINT NOT NULL, VERSION DATETIME, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:38.306--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--CREATE TABLE INTEGERVERSIONEDENTITY (ID BIGINT NOT NULL, DATA NVARCHAR(255), THEVERSION INTEGER, PRIMARY KEY (ID)) [EL Fine]: sql: 2024.03.12 11:01:38.312--ClientSession(1772787650)--Connection(770453835)--Thread(Thread[#1,main,5,main])--SELECT NOW() [EL Fine]: sql: 2024.03.12 11:01:38.313--ClientSession(1772787650)--Connection(770453835)--Thread(Thread[#1,main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY (ID, UPDATETIMESTAMP) VALUES (?, ?) bind => [1, 2024-03-12 11:01:38.0] [EL Fine]: sql: 2024.03.12 11:01:40.820--ClientSession(362566580)--Connection(770453835)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?)) bind => [2024-03-12 11:01:40.0, 1, 2024-03-12 11:01:38.0] [EL Fine]: sql: 2024.03.12 11:01:40.823--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.03.12 11:01:43.325--ClientSession(657021473)--Connection(770453835)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?)) bind => [2024-03-12 11:01:42.0, 1, 2024-03-12 11:01:40.0] [EL Fine]: sql: 2024.03.12 11:01:43.328--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.03.12 11:01:43.330--ClientSession(102361439)--Connection(770453835)--Thread(Thread[#1,main,5,main])--SELECT NOW() [EL Fine]: sql: 2024.03.12 11:01:43.331--ClientSession(102361439)--Connection(770453835)--Thread(Thread[#1,main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY2 (ID, VERSION) VALUES (?, ?) bind => [1, 2024-03-12 11:01:43.0] WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-t492b 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-0qn6h-t492b" 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-0qn6h-t492b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t492b" 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-0qn6h-t492b 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-0qn6h-t492b" 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-0qn6h-t492b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t492b" 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-0qn6h-t492b" 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-0qn6h-t492b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t492b" 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) [EL Fine]: sql: 2024.03.12 11:01:45.835--ClientSession(1374441513)--Connection(770453835)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) bind => [2024-03-12 11:01:45.0, 1, 2024-03-12 11:01:43.0] [EL Fine]: sql: 2024.03.12 11:01:45.838--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.03.12 11:01:48.340--ClientSession(1998973771)--Connection(770453835)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) bind => [2024-03-12 11:01:47.0, 1, 2024-03-12 11:01:45.0] [EL Fine]: sql: 2024.03.12 11:01:48.342--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2024.03.12 11:01:48.344--ClientSession(1797509607)--Connection(770453835)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [1, Data, 1] [EL Fine]: sql: 2024.03.12 11:01:48.348--ClientSession(1380167727)--Connection(770453835)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [Lore, 2, 1, 1] [EL Fine]: sql: 2024.03.12 11:01:48.350--ClientSession(1845088145)--Connection(770453835)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [2, Data, 1] [EL Fine]: sql: 2024.03.12 11:01:48.354--ClientSession(324545460)--Connection(770453835)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = (THEVERSION + ?) WHERE (ID = ?) bind => [Lore, 1, 2] [EL Fine]: sql: 2024.03.12 11:01:48.357--ClientSession(324545460)--Connection(770453835)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [Information, 2, 2, 1] [EL Warning]: 2024.03.12 11:01:48.373--UnitOfWork(260206151)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): 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.03.12 11:01:48.377--ClientSession(489207279)--Connection(770453835)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?) bind => [3, Data, 1] [EL Fine]: sql: 2024.03.12 11:01:48.382--ClientSession(1718823148)--Connection(770453835)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?)) bind => [10, 3, 1] [EL Fine]: connection: 2024.03.12 11:01:48.384--ServerSession(851377412)--Connection(770453835)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:48.385--ServerSession(851377412)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:48.385--ServerSession(851377412)--Connection(146583960)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.15 s -- in org.eclipse.persistence.jpa.test.version.TestVersioning [INFO] Running org.eclipse.persistence.jpa.test.server.TestTargetServerDetector [EL Info]: 2024.03.12 11:01:48.422--ServerSession(1333333439)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:48.452--ServerSession(810471834)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.persistence.jpa.test.server.TestTargetServerDetector [INFO] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector [EL Info]: 2024.03.12 11:01:48.495--ServerSession(1057672764)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:48.517--ServerSession(495034626)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:48.539--ServerSession(1570114755)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:48.560--ServerSession(759405018)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.persistence.jpa.test.server.TestJNDIConnector [INFO] Running org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [EL Info]: 2024.03.12 11:01:48.595--ServerSession(936552404)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:01:48.630--ServerSession(936552404)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID))' at line 1 Error Code: 1064 Call: CREATE TABLE ORACLELOBENTITY (ID INTEGER NOT NULL, BLOBDATA LONGBLOB, CLOBDATA CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE ORACLELOBENTITY (ID INTEGER NOT NULL, BLOBDATA LONGBLOB, CLOBDATA CLOB NOT NULL, STRDATA VARCHAR(255), PRIMARY KEY (ID))") [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [EL Warning]: metadata: 2024.03.12 11:01:48.848--ServerSession(1259447863)--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.03.12 11:01:48.863--ServerSession(1259447863)--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.288 s -- in org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [EL Info]: 2024.03.12 11:01:48.938--ServerSession(1723748459)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:01:48.971--ServerSession(625025562)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [EL Info]: 2024.03.12 11:01:49.011--ServerSession(2129932914)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [EL Info]: 2024.03.12 11:01:49.052--ServerSession(359644926)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: metamodel: 2024.03.12 11:01:49.078--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.026 s -- in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [INFO] Running org.eclipse.persistence.jpa.test.weave.TestWeaving [EL Info]: 2024.03.12 11:01:49.086--ServerSession(1381452971)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.persistence.jpa.test.weave.TestWeaving [INFO] Running org.eclipse.persistence.jpa.compositeid.TestCompositeId [EL Fine]: server: 2024.03.12 11:01:49.138--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2024.03.12 11:01:49.141--ServerSession(1595230606)--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.03.12 11:01:49.141--ServerSession(1595230606)--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.03.12 11:01:49.142--ServerSession(1595230606)--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.03.12 11:01:49.142--ServerSession(1595230606)--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.03.12 11:01:49.143--ServerSession(1595230606)--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.03.12 11:01:49.143--ServerSession(1595230606)--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.03.12 11:01:49.144--ServerSession(1595230606)--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.03.12 11:01:49.144--ServerSession(1595230606)--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.03.12 11:01:49.146--ServerSession(1595230606)--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.03.12 11:01:49.146--ServerSession(1595230606)--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.03.12 11:01:49.147--ServerSession(1595230606)--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.03.12 11:01:49.147--ServerSession(1595230606)--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.03.12 11:01:49.148--ServerSession(1595230606)--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.03.12 11:01:49.148--ServerSession(1595230606)--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.03.12 11:01:49.149--ServerSession(1595230606)--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.03.12 11:01:49.149--ServerSession(1595230606)--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.03.12 11:01:49.149--ServerSession(1595230606)--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.03.12 11:01:49.151--ServerSession(1595230606)--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.03.12 11:01:49.151--ServerSession(1595230606)--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.03.12 11:01:49.152--ServerSession(1595230606)--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.03.12 11:01:49.152--ServerSession(1595230606)--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.03.12 11:01:49.169--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Fine]: connection: 2024.03.12 11:01:49.182--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2024.03.12 11:01:49.182--ServerSession(1595230606)--Connection(1985482775)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2024.03.12 11:01:49.193--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.32 Driver: MySQL Connector/J Version: mysql-connector-j-8.3.0 (Revision: 805f872a57875f311cb82487efcfb070411a3fa0) [EL Fine]: connection: 2024.03.12 11:01:49.203--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful [EL Fine]: 2024.03.12 11:01:49.204--Thread(Thread[#1,main,5,main])--JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found [EL Fine]: sql: 2024.03.12 11:01:49.205--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME [EL Fine]: sql: 2024.03.12 11:01:49.206--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.207--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COMPB' doesn't exist Error Code: 1146 Call: ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME Query: DataModifyQuery(sql="ALTER TABLE COMPB DROP FOREIGN KEY FK_COMPB_FK_ENVIRONME") [EL Fine]: sql: 2024.03.12 11:01:49.207--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT [EL Fine]: sql: 2024.03.12 11:01:49.208--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.208--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.COMPC' doesn't exist Error Code: 1146 Call: ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT Query: DataModifyQuery(sql="ALTER TABLE COMPC DROP FOREIGN KEY FK_COMPC_FK_CLIENT") [EL Fine]: sql: 2024.03.12 11:01:49.208--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.03.12 11:01:49.209--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.210--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024.03.12 11:01:49.210--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.03.12 11:01:49.211--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.211--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024.03.12 11:01:49.212--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.03.12 11:01:49.213--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.213--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024.03.12 11:01:49.213--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.03.12 11:01:49.214--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.215--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024.03.12 11:01:49.215--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.03.12 11:01:49.216--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.216--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024.03.12 11:01:49.217--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.03.12 11:01:49.218--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.218--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024.03.12 11:01:49.218--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.03.12 11:01:49.219--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.220--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024.03.12 11:01:49.220--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.03.12 11:01:49.221--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.221--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024.03.12 11:01:49.221--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.03.12 11:01:49.222--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.222--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024.03.12 11:01:49.223--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.03.12 11:01:49.224--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.224--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024.03.12 11:01:49.224--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.03.12 11:01:49.225--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.225--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024.03.12 11:01:49.225--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.03.12 11:01:49.226--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.226--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024.03.12 11:01:49.227--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB [EL Fine]: sql: 2024.03.12 11:01:49.228--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.228--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPB' Error Code: 1051 Call: DROP TABLE COMPB Query: DataModifyQuery(sql="DROP TABLE COMPB") [EL Fine]: sql: 2024.03.12 11:01:49.228--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA [EL Fine]: sql: 2024.03.12 11:01:49.229--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.229--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPA' Error Code: 1051 Call: DROP TABLE COMPA Query: DataModifyQuery(sql="DROP TABLE COMPA") [EL Fine]: sql: 2024.03.12 11:01:49.229--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC [EL Fine]: sql: 2024.03.12 11:01:49.230--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--SELECT 1 [EL Warning]: 2024.03.12 11:01:49.230--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.COMPC' Error Code: 1051 Call: DROP TABLE COMPC Query: DataModifyQuery(sql="DROP TABLE COMPC") [EL Fine]: sql: 2024.03.12 11:01:49.231--ServerSession(1595230606)--Connection(1202150557)--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.03.12 11:01:49.237--ServerSession(1595230606)--Connection(1202150557)--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.03.12 11:01:49.242--ServerSession(1595230606)--Connection(1202150557)--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.03.12 11:01:49.248--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPB ADD CONSTRAINT FK_COMPB_FK_ENVIRONME FOREIGN KEY (FK_ENVIRONME, FK_IDENTIFIE) REFERENCES COMPA (ENVIRONMENT, IDENTIFIER) [EL Fine]: sql: 2024.03.12 11:01:49.264--ServerSession(1595230606)--Connection(1202150557)--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.03.12 11:01:49.288--ClientSession(1824630338)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--INSERT INTO COMPA (ENVIRONMENT, IDENTIFIER) VALUES (?, ?) bind => [1, 1] [EL Fine]: sql: 2024.03.12 11:01:49.290--ClientSession(1824630338)--Connection(1202150557)--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.03.12 11:01:49.295--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--SELECT CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN FROM COMPB WHERE (CLIENT = ?) bind => [1] [EL Fine]: sql: 2024.03.12 11:01:49.298--ClientSession(41823563)--Connection(1202150557)--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.03.12 11:01:49.300--ServerSession(1595230606)--Connection(1202150557)--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.03.12 11:01:49.301--ServerSession(1595230606)--Connection(1202150557)--Thread(Thread[#1,main,5,main])--disconnect [EL Fine]: connection: 2024.03.12 11:01:49.302--ServerSession(1595230606)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful [EL Fine]: connection: 2024.03.12 11:01:49.302--ServerSession(1595230606)--Connection(1985482775)--Thread(Thread[#1,main,5,main])--disconnect [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.eclipse.persistence.jpa.compositeid.TestCompositeId [INFO] Running org.eclipse.persistence.jpa.json.TestJson [EL Info]: 2024.03.12 11:01:49.316--ServerSession(781505340)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.persistence.jpa.json.TestJson [INFO] Running org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [EL Info]: 2024.03.12 11:01:49.516--ServerSession(108947927)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.eclipse.persistence.jpa.converter.TestAutoApplyConverter [INFO] Running org.eclipse.persistence.jpa.returninsert.TestReturnInsert [EL Info]: 2024.03.12 11:01:49.822--ServerSession(182773752)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: 2024.03.12 11:01:49.853--ServerSession(182773752)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-193] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMaster --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) Runtime Exceptions: --------------------------------------------------------- [EL Severe]: ejb: 2024.03.12 11:01:49.858--ServerSession(182773752)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-193] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [UpdateObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] 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.v202403121018): org.eclipse.persistence.exceptions.DescriptorException Exception Description: There is no custom [InsertObjectQuery] set, but ReturningPolicy contains field(s) to be returned and [MySQLPlatform] does not support generating call with returning. Descriptor: RelationalDescriptor(org.eclipse.persistence.jpa.returninsert.model.ReturnInsertMaster --> [DatabaseTable(JPA22_RETURNINSERT_MASTER)]) 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.073 s -- in org.eclipse.persistence.jpa.returninsert.TestReturnInsert [INFO] Running org.eclipse.persistence.jpa.collection.TestEmbeddableKey [EL Info]: 2024.03.12 11:01:49.867--ServerSession(768597380)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.persistence.jpa.collection.TestEmbeddableKey [INFO] Running org.eclipse.persistence.jpa.collection.TestCollectionOperations [EL Info]: 2024.03.12 11:01:49.964--ServerSession(1952344616)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.persistence.jpa.collection.TestCollectionOperations [INFO] Running org.eclipse.persistence.config.TestPropertiesUtils [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.persistence.config.TestPropertiesUtils [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 748, Failures: 0, Errors: 0, Skipped: 8 [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 Mar 12, 2024 11:01:51 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Beta1) Mar 12, 2024 11:01:52 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. Mar 12, 2024 11:01:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2b335856-d317-4870-a0b3-76472e5d14d6 initialized [EL Info]: 2024.03.12 11:01:52.987--ServerSession(1715686600)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:01:53.752--ServerSession(1715686600)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.cachedeadlock_detail' Error Code: 1051 Call: DROP TABLE cachedeadlock_detail Query: DataModifyQuery(sql="DROP TABLE cachedeadlock_detail") [EL Warning]: 2024.03.12 11:01:53.773--ServerSession(1715686600)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.cachedeadlock_master' Error Code: 1051 Call: DROP TABLE cachedeadlock_master Query: DataModifyQuery(sql="DROP TABLE cachedeadlock_master") [EL Severe]: cache: 2024.03.12 11:01:54.012--Summary current cache key of thread ForkJoinPool.commonPool-worker-4 Stuck thread problem: unique tiny message number (1) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-2) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---) . 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-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 Warning]: cache: 2024.03.12 11:01:54.036--recursiveExplainPossibleDeadLockStep03Scenario03CurrentWriterVsCacheKeyActiveThread: nextCandidateThreadPartOfTheDeadLock is Thread: ForkJoinPool.commonPool-worker-2 This thread appears to be blocking the thread: ForkJoinPool.commonPool-worker-4 from progressing because it is set as the active thread on the cacheKey: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-2) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) --- [EL Severe]: cache: 2024.03.12 11:01:54.037--Start full concurrency manager state (massive) dump No: 1 Concurrency manager - Page 01 start - thread dump about all threads at time of event "main" java.lang.Thread.State: TIMED_WAITING at java.base@21.0.2/java.lang.Thread.sleep0(Native Method) at java.base@21.0.2/java.lang.Thread.sleep(Thread.java:509) at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.bugTest(CacheDeadLockDetectionTest.java:70) at java.base@21.0.2/java.lang.invoke.LambdaForm$DMH/0x00007f8c641dc000.invokeVirtual(LambdaForm$DMH) at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f8c641dcc00.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: BLOCKED at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:134) at app//org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:270) 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/0x00007f8c644c4400.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/0x00007f8c644a9ac8.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b2db8.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/0x00007f8c644ab848.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b1540.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: BLOCKED at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:331) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseClientSession(ServerSession.java:877) at app//org.eclipse.persistence.sessions.server.ClientSession.releaseWriteConnection(ClientSession.java:724) at app//org.eclipse.persistence.sessions.server.ClientSession.basicCommitTransaction(ClientSession.java:206) at app//org.eclipse.persistence.internal.sessions.AbstractSession.commitTransaction(AbstractSession.java:1031) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransaction(UnitOfWorkImpl.java:1665) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitTransaction(RepeatableWriteUnitOfWork.java:682) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1680) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:293) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder) at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f8c644c3c00.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/0x00007f8c644a9ac8.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b2db8.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/0x00007f8c644ab848.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b1540.get(Unknown Source) at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) "ForkJoinPool.commonPool-worker-3" java.lang.Thread.State: RUNNABLE at java.base@21.0.2/sun.security.provider.SHA5.implCompress0(SHA5.java:264) at java.base@21.0.2/sun.security.provider.SHA5.implCompress(SHA5.java:224) at java.base@21.0.2/sun.security.provider.DigestBase.implCompressMultiBlock0(DigestBase.java:149) at java.base@21.0.2/sun.security.provider.DigestBase.implCompressMultiBlock(DigestBase.java:143) at java.base@21.0.2/sun.security.provider.DigestBase.engineUpdate(DigestBase.java:130) at java.base@21.0.2/java.security.MessageDigest$Delegate.engineUpdate(MessageDigest.java:653) at java.base@21.0.2/java.security.MessageDigest.update(MessageDigest.java:357) at java.base@21.0.2/com.sun.crypto.provider.HmacCore.engineDoFinal(HmacCore.java:236) at java.base@21.0.2/javax.crypto.Mac.doFinal(Mac.java:581) at java.base@21.0.2/javax.crypto.Mac.doFinal(Mac.java:624) at java.base@21.0.2/sun.security.ssl.HKDF.expand(HKDF.java:170) at java.base@21.0.2/sun.security.ssl.SSLTrafficKeyDerivation$T13TrafficKeyDerivation.deriveKey(SSLTrafficKeyDerivation.java:153) at java.base@21.0.2/sun.security.ssl.Finished$T13FinishedProducer.onProduceFinished(Finished.java:727) at java.base@21.0.2/sun.security.ssl.Finished$T13FinishedProducer.produce(Finished.java:672) at java.base@21.0.2/sun.security.ssl.SSLHandshake.produce(SSLHandshake.java:437) at java.base@21.0.2/sun.security.ssl.Finished$T13FinishedConsumer.onConsumeFinished(Finished.java:1030) at java.base@21.0.2/sun.security.ssl.Finished$T13FinishedConsumer.consume(Finished.java:893) at java.base@21.0.2/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:393) at java.base@21.0.2/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:476) at java.base@21.0.2/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:447) at java.base@21.0.2/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201) at java.base@21.0.2/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426) at app//com.mysql.cj.protocol.ExportControlled.performTlsHandshake(ExportControlled.java:215) at app//com.mysql.cj.protocol.StandardSocketFactory.performTlsHandshake(StandardSocketFactory.java:192) at app//com.mysql.cj.protocol.a.NativeSocketConnection.performTlsHandshake(NativeSocketConnection.java:100) at app//com.mysql.cj.protocol.a.NativeProtocol.negotiateSSLConnection(NativeProtocol.java:371) at app//com.mysql.cj.protocol.a.NativeAuthenticationProvider.connect(NativeAuthenticationProvider.java:208) at app//com.mysql.cj.protocol.a.NativeProtocol.connect(NativeProtocol.java:1428) at app//com.mysql.cj.NativeSession.connect(NativeSession.java:133) at app//com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:935) at app//com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:805) at app//com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:438) at app//com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) at app//com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:189) at platform/java.sql@21.0.2/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.2/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:106) at app//org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:173) at app//org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:360) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:318) at app//org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:452) at app//org.eclipse.persistence.sessions.server.ConnectionPool.buildConnection(ConnectionPool.java:223) at app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:142) at app//org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:270) 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/0x00007f8c644c3400.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/0x00007f8c644a9ac8.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b2db8.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/0x00007f8c644ab848.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b1540.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.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/0x00007f8c644c79c0.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.acquireReadLock(ConcurrencyManager.java:347) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.checkReadLock(ConcurrencyManager.java:326) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.checkReadLock(CacheKey.java:269) 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/0x00007f8c644c4400.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/0x00007f8c644a9ac8.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b2db8.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/0x00007f8c644ab848.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b1540.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: TIMED_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 app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocksInternal(WriteLockManager.java:445) at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocks(WriteLockManager.java:337) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1714) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1679) at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:293) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242) at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136) at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32) at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder) at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f8c644c3400.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/0x00007f8c644a9ac8.run(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b2db8.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/0x00007f8c644ab848.accept(Unknown Source) at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474) at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f8c644b1540.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) "mysql-cj-abandoned-connection-cleanup" 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 app//com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:93) 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: 0 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: 1 [currentThreadNumber: 1] [ThreadName: ForkJoinPool.commonPool-worker-4 ]: Waiting to acquire (read lock): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-2) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(...)] 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 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-2) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) --- ]: [currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredReadLock: [] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock: [] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading: [ForkJoinPool.commonPool-worker-4] [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 3 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.03.12 11:01:54.053--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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-2) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---" [EL Warning]: 2024.03.12 11:01:54.055--UnitOfWork(944951858)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 (1) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-2) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---) . 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-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.03.12 11:01:54.057--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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReading: 7) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (53 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. [EL Severe]: cache: 2024.03.12 11:01:54.067--Summary current cache key of thread ForkJoinPool.commonPool-worker-2 Stuck thread problem: unique tiny message number (3) The Thread [ForkJoinPool.commonPool-worker-2] 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-1) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---) . 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-2 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-2 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-2 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-2 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.03.12 11:01:54.069--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-2" .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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-1) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---" [EL Warning]: 2024.03.12 11:01:54.069--UnitOfWork(1055818370)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-2 Stuck thread problem: unique tiny message number (3) The Thread [ForkJoinPool.commonPool-worker-2] 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-1) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 1) ---) . 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-2 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-2 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-2 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-2 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024.03.12 11:01:54.070--Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (4) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReading: 11) (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.03.12 11:01:54.072--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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024.03.12 11:01:54.072--UnitOfWork(1674725631)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 (4) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 11) (totalNumberOfTimeCacheKeyReleasedForReading: 11) (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.03.12 11:01:54.086--Summary current cache key of thread ForkJoinPool.commonPool-worker-1 Stuck thread problem: unique tiny message number (5) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 17) (totalNumberOfTimeCacheKeyReleasedForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (7 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.03.12 11:01:54.088--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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 17) (totalNumberOfTimeCacheKeyReleasedForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024.03.12 11:01:54.089--UnitOfWork(375226647)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 (5) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 17) (totalNumberOfTimeCacheKeyReleasedForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (7 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. ] WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-wd0cl 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-0qn6h-wd0cl" 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-0qn6h-wd0cl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wd0cl" 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-0qn6h-wd0cl 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-0qn6h-wd0cl" 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-0qn6h-wd0cl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wd0cl" 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-0qn6h-wd0cl" 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-0qn6h-wd0cl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wd0cl" 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) ##########################Test with semaphores - begin########################### [EL Info]: 2024.03.12 11:02:01.012--ServerSession(1175662879)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Severe]: cache: 2024.03.12 11:02:01.551--Summary current cache key of thread pool-3-thread-70 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-70] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (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 pool-3-thread-70 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-70 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-70 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-70 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-70 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-70 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.03.12 11:02:01.611--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/0x00007f8c641dc000.invokeVirtual(LambdaForm$DMH) at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f8c641dcc00.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: 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) "pool-1-thread-2" 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) "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: 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.ForkJoinPool.awaitWork(ForkJoinPool.java:1893) at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809) at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) "ForkJoinPool.commonPool-worker-2" 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.ForkJoinPool.awaitWork(ForkJoinPool.java:1893) at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809) at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) "ForkJoinPool.commonPool-worker-3" 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.ForkJoinPool.awaitWork(ForkJoinPool.java:1893) at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809) at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) "ForkJoinPool.commonPool-worker-4" 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.ForkJoinPool.awaitWork(ForkJoinPool.java:1893) at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809) at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) "ForkJoinPool.commonPool-worker-5" 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.parkUntil(LockSupport.java:449) at java.base@21.0.2/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1891) at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809) at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) "mysql-cj-abandoned-connection-cleanup" 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 app//com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:93) 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-1" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:695) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:501) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1112) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1023) 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:55) 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-2" java.lang.Thread.State: BLOCKED 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 app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:346) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1071) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1023) 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:55) 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-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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-4" java.lang.Thread.State: TIMED_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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-5" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-6" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-7" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-8" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-9" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-11" 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 java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489) at java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:483) at java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1461) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1066) at java.base@21.0.2/java.io.FilterInputStream.read(FilterInputStream.java:119) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:576) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:762) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:701) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1050) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:660) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:889) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-12" 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 java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489) at java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:483) at java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1461) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1066) at java.base@21.0.2/java.io.FilterInputStream.read(FilterInputStream.java:119) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:576) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:762) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:701) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1050) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:660) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:889) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-13" 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 java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489) at java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:483) at java.base@21.0.2/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1461) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1066) at java.base@21.0.2/java.io.FilterInputStream.read(FilterInputStream.java:119) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:576) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:762) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:701) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1050) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:660) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:889) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-14" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-15" java.lang.Thread.State: RUNNABLE at java.base@21.0.2/com.sun.crypto.provider.GaloisCounterMode$EncryptOp.doFinal(GaloisCounterMode.java:1814) at java.base@21.0.2/com.sun.crypto.provider.GaloisCounterMode$GCMEngine.doLastBlock(GaloisCounterMode.java:934) at java.base@21.0.2/com.sun.crypto.provider.GaloisCounterMode$GCMEncrypt.doFinal(GaloisCounterMode.java:1354) at java.base@21.0.2/com.sun.crypto.provider.GaloisCounterMode.engineDoFinal(GaloisCounterMode.java:458) at java.base@21.0.2/javax.crypto.Cipher.doFinal(Cipher.java:2543) at java.base@21.0.2/sun.security.ssl.SSLCipher$T13GcmWriteCipherGenerator$GcmWriteCipher.encrypt(SSLCipher.java:2045) at java.base@21.0.2/sun.security.ssl.OutputRecord.t13Encrypt(OutputRecord.java:503) at java.base@21.0.2/sun.security.ssl.OutputRecord.encrypt(OutputRecord.java:467) at java.base@21.0.2/sun.security.ssl.SSLSocketOutputRecord.deliver(SSLSocketOutputRecord.java:341) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl$AppOutputStream.write(SSLSocketImpl.java:1304) at java.base@21.0.2/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:125) at java.base@21.0.2/java.io.BufferedOutputStream.implFlush(BufferedOutputStream.java:252) at java.base@21.0.2/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:240) at app//com.mysql.cj.protocol.a.SimplePacketSender.send(SimplePacketSender.java:57) at app//com.mysql.cj.protocol.a.TimeTrackingPacketSender.send(TimeTrackingPacketSender.java:52) at app//com.mysql.cj.protocol.a.NativeProtocol.send(NativeProtocol.java:620) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:684) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1050) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:660) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:889) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-16" java.lang.Thread.State: RUNNABLE at app//com.mysql.cj.protocol.a.AbstractValueEncoder.(AbstractValueEncoder.java:63) at app//com.mysql.cj.protocol.a.NumberValueEncoder.(NumberValueEncoder.java:43) at app//com.mysql.cj.protocol.a.NativeProtocol$$Lambda/0x00007f8c64386cc8.get(Unknown Source) at app//com.mysql.cj.NativeQueryBindValue.setBinding(NativeQueryBindValue.java:152) at app//com.mysql.cj.NativeQueryBindings.setLong(NativeQueryBindings.java:376) at app//com.mysql.cj.jdbc.ClientPreparedStatement.setLong(ClientPreparedStatement.java:1536) at app//org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.setParameterValueInDatabaseCall(DatabasePlatform.java:2404) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:795) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-17" java.lang.Thread.State: RUNNABLE at app//com.mysql.cj.QueryInfo.(QueryInfo.java:151) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:216) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:192) at app//com.mysql.cj.jdbc.ClientPreparedStatement.getInstance(ClientPreparedStatement.java:133) at app//com.mysql.cj.jdbc.ConnectionImpl.clientPrepareStatement(ConnectionImpl.java:657) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1606) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1524) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-18" java.lang.Thread.State: RUNNABLE at java.base@21.0.2/java.util.Collections$UnmodifiableCollection.contains(Collections.java:1067) at app//com.mysql.cj.util.StringInspector.indexOfNextChar(StringInspector.java:364) at app//com.mysql.cj.util.StringInspector.indexOfNextChar(StringInspector.java:335) at app//com.mysql.cj.QueryInfo.(QueryInfo.java:151) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:216) at app//com.mysql.cj.jdbc.ClientPreparedStatement.(ClientPreparedStatement.java:192) at app//com.mysql.cj.jdbc.ClientPreparedStatement.getInstance(ClientPreparedStatement.java:133) at app//com.mysql.cj.jdbc.ConnectionImpl.clientPrepareStatement(ConnectionImpl.java:657) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1606) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1524) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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: RUNNABLE at app//com.mysql.cj.jdbc.ConnectionImpl.clientPrepareStatement(ConnectionImpl.java:657) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1606) at app//com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1524) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-20" java.lang.Thread.State: RUNNABLE at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-21" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-22" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-23" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-24" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-25" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-27" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-28" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-29" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-30" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-31" java.lang.Thread.State: RUNNABLE 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-32" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-33" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-34" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-35" java.lang.Thread.State: RUNNABLE at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:331) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:654) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-36" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-37" java.lang.Thread.State: RUNNABLE at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:331) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:654) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-38" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-40" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-41" java.lang.Thread.State: RUNNABLE at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:331) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:654) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-42" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-43" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-44" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) "pool-3-thread-45" java.lang.Thread.State: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-46" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) "pool-3-thread-47" java.lang.Thread.State: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-48" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-49" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-50" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-51" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) "pool-3-thread-52" java.lang.Thread.State: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-53" java.lang.Thread.State: RUNNABLE at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:331) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:654) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) "pool-3-thread-54" java.lang.Thread.State: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-55" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-56" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) "pool-3-thread-57" java.lang.Thread.State: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-58" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-59" java.lang.Thread.State: RUNNABLE at app//com.mysql.cj.protocol.a.result.NativeResultset.getNextResultset(NativeResultset.java:141) at app//com.mysql.cj.jdbc.StatementImpl.removeOpenResultSet(StatementImpl.java:491) at app//com.mysql.cj.jdbc.result.ResultSetImpl.realClose(ResultSetImpl.java:1867) at app//com.mysql.cj.jdbc.result.ResultSetImpl.close(ResultSetImpl.java:560) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.processResultSet(DatabaseAccessor.java:820) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:675) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-60" java.lang.Thread.State: RUNNABLE at java.base@21.0.2/java.util.Calendar.setTimeInMillis(Calendar.java:1838) at java.base@21.0.2/java.util.Calendar$Builder.build(Calendar.java:1520) at java.base@21.0.2/sun.util.locale.provider.CalendarProviderImpl.getInstance(CalendarProviderImpl.java:87) at java.base@21.0.2/java.util.Calendar.createCalendar(Calendar.java:1700) at java.base@21.0.2/java.util.Calendar.getInstance(Calendar.java:1679) at app//com.mysql.cj.result.SqlTimeValueFactory.(SqlTimeValueFactory.java:63) at app//com.mysql.cj.result.SqlTimeValueFactory.(SqlTimeValueFactory.java:69) at app//com.mysql.cj.jdbc.result.ResultSetImpl.(ResultSetImpl.java:285) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromResultsetRows(ResultSetFactory.java:134) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromProtocolEntity(ResultSetFactory.java:95) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromProtocolEntity(ResultSetFactory.java:48) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:99) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:48) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1661) at app//com.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1713) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1063) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:660) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:889) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-61" java.lang.Thread.State: RUNNABLE at app//com.mysql.cj.protocol.result.AbstractResultsetRow.(AbstractResultsetRow.java:47) at app//com.mysql.cj.protocol.a.result.ByteArrayRow.(ByteArrayRow.java:54) at app//com.mysql.cj.protocol.a.TextRowFactory.createFromMessage(TextRowFactory.java:68) at app//com.mysql.cj.protocol.a.TextRowFactory.createFromMessage(TextRowFactory.java:42) at app//com.mysql.cj.protocol.a.ResultsetRowReader.read(ResultsetRowReader.java:87) at app//com.mysql.cj.protocol.a.ResultsetRowReader.read(ResultsetRowReader.java:42) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1648) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:81) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:48) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1661) at app//com.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1713) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1063) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:660) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:889) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-62" java.lang.Thread.State: RUNNABLE at java.base@21.0.2/java.util.Calendar.createCalendar(Calendar.java:1695) at java.base@21.0.2/java.util.Calendar.getInstance(Calendar.java:1679) at app//com.mysql.cj.result.SqlTimeValueFactory.(SqlTimeValueFactory.java:63) at app//com.mysql.cj.result.SqlTimeValueFactory.(SqlTimeValueFactory.java:69) at app//com.mysql.cj.jdbc.result.ResultSetImpl.(ResultSetImpl.java:285) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromResultsetRows(ResultSetFactory.java:134) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromProtocolEntity(ResultSetFactory.java:95) at app//com.mysql.cj.jdbc.result.ResultSetFactory.createFromProtocolEntity(ResultSetFactory.java:48) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:99) at app//com.mysql.cj.protocol.a.TextResultsetReader.read(TextResultsetReader.java:48) at app//com.mysql.cj.protocol.a.NativeProtocol.read(NativeProtocol.java:1661) at app//com.mysql.cj.protocol.a.NativeProtocol.readAllResults(NativeProtocol.java:1713) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1063) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:660) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:889) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-63" java.lang.Thread.State: RUNNABLE at java.base@21.0.2/java.nio.ByteBuffer.position(ByteBuffer.java:1551) at java.base@21.0.2/java.nio.HeapByteBuffer.get(HeapByteBuffer.java:192) at java.base@21.0.2/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1076) at java.base@21.0.2/java.io.FilterInputStream.read(FilterInputStream.java:119) at app//com.mysql.cj.protocol.FullReadInputStream.readFully(FullReadInputStream.java:64) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeaderLocal(SimplePacketReader.java:81) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:63) at app//com.mysql.cj.protocol.a.SimplePacketReader.readHeader(SimplePacketReader.java:45) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:52) at app//com.mysql.cj.protocol.a.TimeTrackingPacketReader.readHeader(TimeTrackingPacketReader.java:41) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:54) at app//com.mysql.cj.protocol.a.MultiPacketReader.readHeader(MultiPacketReader.java:44) at app//com.mysql.cj.protocol.a.NativeProtocol.readMessage(NativeProtocol.java:576) at app//com.mysql.cj.protocol.a.NativeProtocol.checkErrorMessage(NativeProtocol.java:762) at app//com.mysql.cj.protocol.a.NativeProtocol.sendCommand(NativeProtocol.java:701) at app//com.mysql.cj.protocol.a.NativeProtocol.sendQueryPacket(NativeProtocol.java:1050) at app//com.mysql.cj.NativeSession.execSQL(NativeSession.java:660) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:889) at app//com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:968) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1026) at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:662) 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.ServerSession.executeCall(ServerSession.java:611) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-64" java.lang.Thread.State: TIMED_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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-65" java.lang.Thread.State: TIMED_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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-66" java.lang.Thread.State: TIMED_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 app//org.eclipse.persistence.sessions.server.ConnectionPool.acquireConnection(ConnectionPool.java:165) at app//org.eclipse.persistence.sessions.server.ServerSession.getAccessors(ServerSession.java:580) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:598) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-67" java.lang.Thread.State: BLOCKED 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 app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(ConcurrencyManager.java:144) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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:55) 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-68" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:335) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1071) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1023) 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:55) 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-69" java.lang.Thread.State: BLOCKED at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:695) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:501) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1112) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1023) 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:55) 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-70" 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/0x00007f8c644c79c0.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.acquire(ConcurrencyManager.java:146) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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:55) 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-71" java.lang.Thread.State: BLOCKED 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 app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(ConcurrencyManager.java:144) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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:55) 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-72" java.lang.Thread.State: BLOCKED 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 app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(ConcurrencyManager.java:144) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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:55) 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-73" java.lang.Thread.State: BLOCKED 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 app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(ConcurrencyManager.java:144) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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:55) 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-74" java.lang.Thread.State: BLOCKED 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 app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(ConcurrencyManager.java:144) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at app//org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at app//org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at app//org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at app//org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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:55) 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-75" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-77" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-78" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-79" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-80" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-81" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-82" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-83" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-84" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-85" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-86" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-88" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-89" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-90" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-91" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-92" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-93" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-95" 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) "pool-3-thread-96" java.lang.Thread.State: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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-97" java.lang.Thread.State: RUNNABLE at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:331) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:654) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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 app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:331) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:654) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) 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-99" java.lang.Thread.State: RUNNABLE at app//org.eclipse.persistence.sessions.server.ConnectionPool.releaseConnection(ConnectionPool.java:331) at app//org.eclipse.persistence.sessions.server.ServerSession.releaseConnectionAfterCall(ServerSession.java:654) at app//org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:621) 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.selectOneRow(DatasourceCallQueryMechanism.java:815) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRowFromTable(ExpressionQueryMechanism.java:2900) at app//org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectOneRow(ExpressionQueryMechanism.java:2853) at app//org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:563) 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:55) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596) at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583) "pool-3-thread-100" java.lang.Thread.State: 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.acquire(AbstractQueuedSynchronizer.java:756) at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1126) at java.base@21.0.2/java.util.concurrent.Semaphore.tryAcquire(Semaphore.java:415) at app//org.eclipse.persistence.internal.helper.ConcurrencySemaphore.acquireSemaphoreIfAppropriate(ConcurrencySemaphore.java:94) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:796) 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:55) 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: 6 [currentThreadNumber: 1] [ThreadName: pool-3-thread-72]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(...)] [currentThreadNumber: 2] [ThreadName: pool-3-thread-70]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(...)] [currentThreadNumber: 3] [ThreadName: pool-3-thread-74]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(...)] [currentThreadNumber: 4] [ThreadName: pool-3-thread-67]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(...)] [currentThreadNumber: 5] [ThreadName: pool-3-thread-73]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(...)] [currentThreadNumber: 6] [ThreadName: pool-3-thread-71]: Waiting to acquire (write/deferred): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(...)] 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: 1 [currentThreadNumber: 1] [ThreadName: pool-3-thread-2 ]: Waiting to acquire (read lock): --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- [methodNameThatGotStuckWaitingToAcquire: org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(...)] 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: 8) - detailed information about specific thread Thread: pool-3-thread-72 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-72 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-72 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-72 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-72 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-72 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-72 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 1 of totalNumberOfThreads: 8) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 2 of totalNumberOfThreads: 8) - detailed information about specific thread Thread: pool-3-thread-69 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-69 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-69 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-69 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-69 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-69 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-69 1 Read locks. Read lock nr: 1 , Read cache key: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: pool-3-thread-69 with id: 375 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 1 dateOfReadLockAcquisition: 2024-03-12 11:02:01.548 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: "pool-3-thread-69" 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/0x00007f8c644afac0.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:54) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:957) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:360) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1071) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1023) 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:55) 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) Read lock nr: 1 Stack trace id: 1 End Read locks problems detected by thread: pool-3-thread-69 during release read locks 0 removeReadLockProblemsDetected. Concurrency manager - Page 05 end (currentThreadNumber: 2 of totalNumberOfThreads: 8) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 3 of totalNumberOfThreads: 8) - detailed information about specific thread Thread: pool-3-thread-1 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: false waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-1 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-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 pool-3-thread-1 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-1 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: pool-3-thread-1 with id: 239 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- Read lock nr: 1 dateOfReadLockAcquisition: 2024-03-12 11:02:01.549 Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 1 Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 1 Read lock nr: 1 Stack trace id: 2 Start Read lock nr: 1 stackTraceInformation: "pool-3-thread-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/0x00007f8c644afac0.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:54) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:957) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:360) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1071) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1023) 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:55) 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) Read lock nr: 1 Stack trace id: 2 End Read locks problems detected by thread: pool-3-thread-1 during release read locks 0 removeReadLockProblemsDetected. Concurrency manager - Page 05 end (currentThreadNumber: 3 of totalNumberOfThreads: 8) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 4 of totalNumberOfThreads: 8) - detailed information about specific thread Thread: pool-3-thread-70 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-70 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-70 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-70 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-70 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-70 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-70 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 4 of totalNumberOfThreads: 8) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 5 of totalNumberOfThreads: 8) - detailed information about specific thread Thread: pool-3-thread-74 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-74 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-74 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-74 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-74 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-74 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-74 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 5 of totalNumberOfThreads: 8) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 6 of totalNumberOfThreads: 8) - detailed information about specific thread Thread: pool-3-thread-67 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-67 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-67 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-67 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-67 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-67 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-67 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 6 of totalNumberOfThreads: 8) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 7 of totalNumberOfThreads: 8) - detailed information about specific thread Thread: pool-3-thread-73 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 7 of totalNumberOfThreads: 8) - detailed information about specific thread Concurrency manager - Page 05 start (currentThreadNumber: 8 of totalNumberOfThreads: 8) - detailed information about specific thread Thread: pool-3-thread-71 ThreadWaitingToReleaseDeferredLocks: false waitingOnAcquireWritingCacheKey: true waiting to acquire writing: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- waitingOnAcquireReadCacheKey: false writeManagerThreadPrimaryKeysWithChangesToBeMerged: false Summary of active locks owned by thread pool-3-thread-71 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-71 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-71 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-71 0 deferred locks. The lockManager for this thread is null. waitingToReleaseDeferredLocksJustification: information not available. Summary of read locks acquired by thread pool-3-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-71 0 read locks. The lockManager for this thread is null. Concurrency manager - Page 05 end (currentThreadNumber: 8 of totalNumberOfThreads: 8) - 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- ]: [currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [] [currentCacheKeyNumber: 1] threadsThatAcquiredReadLock: [pool-3-thread-69, pool-3-thread-1] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock: [pool-3-thread-72, pool-3-thread-70, pool-3-thread-74, pool-3-thread-67, pool-3-thread-73, pool-3-thread-71] [currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading: [pool-3-thread-2] [currentCacheKeyNumber: 1] threads doing object building with root on this cache key (not yet supported)... Concurrency manager - Page 06 end - information about cache keys and threads needing them Concurrency manager - Page 07 start - dead lock explanation We were not able to determine to determine a set of threads that went into dead lock.deadlock algorithm took 0 ms to try to find deadlock. Concurrency manager - Page 07 end - dead lock explanation End full concurrency manager state (massive) dump No: 2 [EL Severe]: cache: 2024.03.12 11:02:01.634--releaseAllLocksAcquiredByThread: Thread "pool-3-thread-70" .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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024.03.12 11:02:01.635--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-70 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-70] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (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 pool-3-thread-70 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-70 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-70 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-70 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-70 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-70 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-70" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-70 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-70] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (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 pool-3-thread-70 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-70 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-70 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-70 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-70 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-70 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:55) 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-70 Stuck thread problem: unique tiny message number (6) The Thread [pool-3-thread-70] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (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 pool-3-thread-70 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-70 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-70 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-70 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-70 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-70 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.acquire(ConcurrencyManager.java:155) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) [EL Severe]: cache: 2024.03.12 11:02:01.637--Summary current cache key of thread pool-3-thread-71 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-71] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (89 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-71 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-71 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-71 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-71 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-71 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1297) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more [EL Severe]: cache: 2024.03.12 11:02:01.638--releaseAllLocksAcquiredByThread: Thread "pool-3-thread-71" .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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" [EL Warning]: 2024.03.12 11:02:01.639--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-71 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-71] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (89 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-71 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-71 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-71 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-71 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-71 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-71" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-71 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-71] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (89 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-71 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-71 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-71 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-71 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-71 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:55) at java.base/java.lang.Thread.run(Thread.java:1583) [EL Severe]: cache: 2024.03.12 11:02:01.640--Summary current cache key of thread pool-3-thread-72 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-72] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (93 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-72 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-72 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-72 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-72 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-72 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-72 0 read locks. The lockManager for this thread is null. 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-71 Stuck thread problem: unique tiny message number (7) The Thread [pool-3-thread-71] appears to be stuck (possible dead lock ongoing). The thread is working in the context of (CacheKey) = (--- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster): (primaryKey: 1) (object hash code: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (89 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-71 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-71 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-71 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-71 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-71 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-71 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquire(ConcurrencyManager.java:155) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960) [EL Severe]: cache: 2024.03.12 11:02:01.641--releaseAllLocksAcquiredByThread: Thread "pool-3-thread-72" .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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1297) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) [EL Warning]: 2024.03.12 11:02:01.642--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-72 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-72] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (93 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-72 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-72 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-72 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-72 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-72 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-72 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more Exception in thread "pool-3-thread-72" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-72 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-72] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (93 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-72 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-72 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-72 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-72 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-72 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-72 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:55) 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) [EL Severe]: cache: 2024.03.12 11:02:01.643--Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-73] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (96 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-72 Stuck thread problem: unique tiny message number (8) The Thread [pool-3-thread-72] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (93 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-72 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-72 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-72 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-72 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-72 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-72 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.acquire(ConcurrencyManager.java:155) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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) [EL Severe]: cache: 2024.03.12 11:02:01.644--releaseAllLocksAcquiredByThread: Thread "pool-3-thread-73" .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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more [EL Warning]: 2024.03.12 11:02:01.645--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-73] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (96 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-73" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-73] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (96 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 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:55) at java.base/java.lang.Thread.run(Thread.java:1583) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) [EL Severe]: cache: 2024.03.12 11:02:01.646--Summary current cache key of thread pool-3-thread-74 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-74] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (99 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-74 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-74 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-74 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-74 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-74 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-74 0 read locks. The lockManager for this thread is null. 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-73 Stuck thread problem: unique tiny message number (9) The Thread [pool-3-thread-73] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (96 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-73 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-73 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-73 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-73 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-73 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-73 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.acquire(ConcurrencyManager.java:155) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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) [EL Severe]: cache: 2024.03.12 11:02:01.647--releaseAllLocksAcquiredByThread: Thread "pool-3-thread-74" .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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more [EL Warning]: 2024.03.12 11:02:01.647--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-74 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-74] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (99 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-74 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-74 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-74 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-74 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-74 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-74 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-74" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-74 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-74] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (99 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-74 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-74 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-74 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-74 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-74 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-74 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:55) at java.base/java.lang.Thread.run(Thread.java:1583) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) [EL Severe]: cache: 2024.03.12 11:02:01.649--Summary current cache key of thread pool-3-thread-67 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-67] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (102 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-67 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-67 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-67 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-67 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-67 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-67 0 read locks. The lockManager for this thread is null. 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-74 Stuck thread problem: unique tiny message number (10) The Thread [pool-3-thread-74] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (99 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-74 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-74 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-74 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-74 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-74 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-74 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.acquire(ConcurrencyManager.java:155) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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) [EL Severe]: cache: 2024.03.12 11:02:01.650--releaseAllLocksAcquiredByThread: Thread "pool-3-thread-67" .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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more [EL Warning]: 2024.03.12 11:02:01.650--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-67 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-67] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (102 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-67 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-67 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-67 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-67 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-67 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-67 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024.03.12 11:02:01.650--Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-75] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 12) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 12) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (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 pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 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-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. Exception in thread "pool-3-thread-67" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-67 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-67] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (102 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-67 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-67 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-67 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-67 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-67 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-67 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:55) at java.base/java.lang.Thread.run(Thread.java:1583) [EL Severe]: cache: 2024.03.12 11:02:01.651--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#387,pool-3-thread-75,5,main]" 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-67 Stuck thread problem: unique tiny message number (11) The Thread [pool-3-thread-67] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (102 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-67 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-67 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-67 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-67 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-67 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-67 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024.03.12 11:02:01.651--Summary current cache key of thread pool-3-thread-2 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-2] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (104 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 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.acquire(ConcurrencyManager.java:155) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquire(CacheKey.java:140) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireLock(AbstractIdentityMap.java:115) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:182) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:111) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:102) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5190) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960) [EL Warning]: 2024.03.12 11:02:01.651--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-75] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 12) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 12) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (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 pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 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-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. ] 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) Exception in thread "pool-3-thread-75" 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-75] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 12) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 12) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (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 pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 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-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024.03.12 11:02:01.652--releaseAllLocksAcquiredByThread: Thread "pool-3-thread-2" .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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" 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) [EL Warning]: 2024.03.12 11:02:01.652--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-2 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-2] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (104 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 0 read locks. The lockManager for this thread is null. ] Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-75 Stuck thread problem: unique tiny message number (12) The Thread [pool-3-thread-75] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 12) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 12) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (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 pool-3-thread-75 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-75 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-75 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-75 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-75 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-75 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-2" at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:90) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5164) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-2 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-2] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (104 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 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:55) 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-2 Stuck thread problem: unique tiny message number (13) The Thread [pool-3-thread-2] 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: 659685942) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 135192079) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2) (concurrencyManagerId: 350) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.545) (totalNumberOfTimeCacheKeyAcquiredForReading: 2) (totalNumberOfTimeCacheKeyReleasedForReading: 0) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (104 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-2 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-2 0 Active locks. The lockManager for this thread is null. Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-2 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread pool-3-thread-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-2 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.acquireReadLock(ConcurrencyManager.java:353) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:293) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1071) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1023) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1297) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more [EL Severe]: cache: 2024.03.12 11:02:01.672--Summary current cache key of thread pool-3-thread-93 Stuck thread problem: unique tiny message number (14) The Thread [pool-3-thread-93] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 17) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 20) (totalNumberOfTimeCacheKeyReleasedForReading: 3) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (23 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-93 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-93 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-93 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-93 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-93 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-93 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.03.12 11:02:01.673--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#423,pool-3-thread-93,5,main]" [EL Warning]: 2024.03.12 11:02:01.673--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-93 Stuck thread problem: unique tiny message number (14) The Thread [pool-3-thread-93] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 17) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 20) (totalNumberOfTimeCacheKeyReleasedForReading: 3) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (23 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-93 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-93 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-93 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-93 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-93 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-93 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-93" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-93 Stuck thread problem: unique tiny message number (14) The Thread [pool-3-thread-93] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 17) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 20) (totalNumberOfTimeCacheKeyReleasedForReading: 3) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (23 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-93 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-93 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-93 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-93 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-93 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-93 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-93 Stuck thread problem: unique tiny message number (14) The Thread [pool-3-thread-93] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 17) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 20) (totalNumberOfTimeCacheKeyReleasedForReading: 3) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (23 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-93 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-93 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-93 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-93 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-93 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-93 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:90) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5164) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775) at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:896) at org.eclipse.persistence.queries.ReadObjectQuery.executeObjectLevelReadQuery(ReadObjectQuery.java:570) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1297) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more [EL Severe]: cache: 2024.03.12 11:02:01.677--Remove cache key from read lock manager problem 03: removeReadLock problem detected - mapThreadToReadLockAcquisitionMetadata.readLocksAcquiredDuringCurrentThread does not have have threadId . The following problem is taking place. The Thread: pool-3-thread-68 is about to decrease the number of readers on the cacheKey: --- CacheKey (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail): (primaryKey: 1) (object hash code: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 17) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 21) (totalNumberOfTimeCacheKeyReleasedForReading: 4) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) --- However this ReadLockManager currently has no entries on the mapThreadToReadLockAcquisitionMetadata.readLocksAcquiredDuringCurrentThread associated to the ongoing threadId: 373 as result in terms of tracing we will simply ignore this call to removeReadLock for the current cache key. Problem is taking place in Thread: 373 Stack trace as we detect the problem: "pool-3-thread-68" 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/0x00007f8c644afac0.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.readLockManagerProblem03ReadLockManageHasNoEntriesForThread(ConcurrencyUtil.java:1612) at app//org.eclipse.persistence.internal.helper.ReadLockManager.removeReadLock(ReadLockManager.java:96) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.removeReadLockFromReadLockManager(ConcurrencyManager.java:969) at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:705) at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:501) at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1115) at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1023) 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:55) 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) CurrentDate: 2024-03-12 11:02:01.677 [EL Severe]: cache: 2024.03.12 11:02:01.680--Summary current cache key of thread pool-3-thread-80 Stuck thread problem: unique tiny message number (15) The Thread [pool-3-thread-80] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 6) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 21) (totalNumberOfTimeCacheKeyReleasedForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (27 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-80 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-80 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-80 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-80 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-80 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-80 0 read locks. The lockManager for this thread is null. [EL Severe]: cache: 2024.03.12 11:02:01.680--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#397,pool-3-thread-80,5,main]" [EL Warning]: 2024.03.12 11:02:01.680--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-80 Stuck thread problem: unique tiny message number (15) The Thread [pool-3-thread-80] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 6) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 21) (totalNumberOfTimeCacheKeyReleasedForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (27 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-80 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-80 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-80 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-80 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-80 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-80 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-80" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-80 Stuck thread problem: unique tiny message number (15) The Thread [pool-3-thread-80] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 6) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 21) (totalNumberOfTimeCacheKeyReleasedForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (27 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-80 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-80 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-80 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-80 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-80 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-80 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-80 Stuck thread problem: unique tiny message number (15) The Thread [pool-3-thread-80] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 6) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 21) (totalNumberOfTimeCacheKeyReleasedForReading: 15) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (27 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-80 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-80 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-80 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-80 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-80 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-80 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:90) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5164) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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) [EL Severe]: cache: 2024.03.12 11:02:01.682--Summary current cache key of thread pool-3-thread-77 Stuck thread problem: unique tiny message number (16) The Thread [pool-3-thread-77] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 6) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 16) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (32 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 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-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 0 read locks. The lockManager for this thread is null. 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) [EL Severe]: cache: 2024.03.12 11:02:01.682--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#391,pool-3-thread-77,5,main]" at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more [EL Warning]: 2024.03.12 11:02:01.682--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-77 Stuck thread problem: unique tiny message number (16) The Thread [pool-3-thread-77] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 6) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 16) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (32 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 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-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 0 read locks. The lockManager for this thread is null. ] Exception in thread "pool-3-thread-77" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-77 Stuck thread problem: unique tiny message number (16) The Thread [pool-3-thread-77] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 6) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 16) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (32 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 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-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 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) [EL Warning]: 2024.03.12 11:02:01.683--UnitOfWork(1796040848)--Exception [EclipseLink-2004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: A signal was attempted before wait() on ConcurrencyManager. This normally means that an attempt was made to commit or rollback a transaction before it was started, or to rollback a transaction twice. [EL Severe]: cache: 2024.03.12 11:02:01.683--Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (17) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (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. 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-48" 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-77 Stuck thread problem: unique tiny message number (16) The Thread [pool-3-thread-77] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 6) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 16) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (32 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-77 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-77 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-77 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-77 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-77 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-77 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024.03.12 11:02:01.684--Summary current cache key of thread pool-3-thread-78 Stuck thread problem: unique tiny message number (18) The Thread [pool-3-thread-78] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (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 pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 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-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:90) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) [EL Severe]: cache: 2024.03.12 11:02:01.684--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#393,pool-3-thread-78,5,main]" at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5164) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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) [EL Severe]: cache: 2024.03.12 11:02:01.685--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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552) ... 7 more [EL Severe]: cache: 2024.03.12 11:02:01.685--Summary current cache key of thread pool-3-thread-88 Stuck thread problem: unique tiny message number (19) The Thread [pool-3-thread-88] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (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 pool-3-thread-88 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-88 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-88 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-88 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-88 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-88 0 read locks. The lockManager for this thread is null. jakarta.persistence.PersistenceException: Exception [EclipseLink-2004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: A signal was attempted before wait() on ConcurrencyManager. This normally means that an attempt was made to commit or rollback a transaction before it was started, or to rollback a transaction twice. at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586) at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536) [EL Warning]: 2024.03.12 11:02:01.685--UnitOfWork(1623231741)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 (17) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (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. ] at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425) at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56) [EL Severe]: cache: 2024.03.12 11:02:01.685--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#413,pool-3-thread-88,5,main]" 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) [EL Warning]: 2024.03.12 11:02:01.693--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-78 Stuck thread problem: unique tiny message number (18) The Thread [pool-3-thread-78] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (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 pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 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-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. ] Caused by: Exception [EclipseLink-2004] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: A signal was attempted before wait() on ConcurrencyManager. This normally means that an attempt was made to commit or rollback a transaction before it was started, or to rollback a transaction twice. at org.eclipse.persistence.exceptions.ConcurrencyException.signalAttemptedBeforeWait(ConcurrencyException.java:86) at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:702) at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:501) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1112) Exception in thread "pool-3-thread-78" at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026) at org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:213) at org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:141) [EL Warning]: 2024.03.12 11:02:01.693--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-88 Stuck thread problem: unique tiny message number (19) The Thread [pool-3-thread-88] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (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 pool-3-thread-88 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-88 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-88 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-88 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-88 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-88 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4125) at org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468) at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:1010) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:871) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256) Exception in thread "pool-3-thread-88" 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-88 Stuck thread problem: unique tiny message number (19) The Thread [pool-3-thread-88] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (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 pool-3-thread-88 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-88 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-88 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-88 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-88 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-88 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) [EL Severe]: cache: 2024.03.12 11:02:01.694--Summary current cache key of thread ForkJoinPool.commonPool-worker-4 Stuck thread problem: unique tiny message number (21) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 150) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (11 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. Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-88 Stuck thread problem: unique tiny message number (19) The Thread [pool-3-thread-88] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (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 pool-3-thread-88 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-88 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-88 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-88 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-88 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-88 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) [EL Severe]: cache: 2024.03.12 11:02:01.694--Summary current cache key of thread pool-3-thread-89 Stuck thread problem: unique tiny message number (20) The Thread [pool-3-thread-89] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (depth: 0) ---) . The thread has been stuck for: (12 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-89 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-89 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-89 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-89 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-89 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-89 0 read locks. The lockManager for this thread is null. at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:90) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5164) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960) [EL Severe]: cache: 2024.03.12 11:02:01.695--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#415,pool-3-thread-89,5,main]" 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) [EL Severe]: cache: 2024.03.12 11:02:01.695--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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 150) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" 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) [EL Warning]: 2024.03.12 11:02:01.695--UnitOfWork(1796040848)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-89 Stuck thread problem: unique tiny message number (20) The Thread [pool-3-thread-89] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (depth: 0) ---) . The thread has been stuck for: (12 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-89 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-89 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-89 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-89 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-89 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-89 0 read locks. The lockManager for this thread is null. ] 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) [EL Warning]: 2024.03.12 11:02:01.695--UnitOfWork(941720840)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): 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 (21) 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 150) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (11 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:1841) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823) Exception in thread "pool-3-thread-89" at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263) ##########################Test with semaphores - end########################### 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-78 Stuck thread problem: unique tiny message number (18) The Thread [pool-3-thread-78] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (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 pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 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-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. ] [EL Severe]: cache: 2024.03.12 11:02:01.696--Summary current cache key of thread ForkJoinPool.commonPool-worker-2 Stuck thread problem: unique tiny message number (22) The Thread [ForkJoinPool.commonPool-worker-2] 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 150) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (14 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-2 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-2 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-2 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-2 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) [EL Severe]: cache: 2024.03.12 11:02:01.696--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-2" .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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 150) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---" Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-78 Stuck thread problem: unique tiny message number (18) The Thread [pool-3-thread-78] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (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 pool-3-thread-78 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-78 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-78 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-78 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-78 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-78 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) [EL Warning]: 2024.03.12 11:02:01.697--UnitOfWork(59283775)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-2 Stuck thread problem: unique tiny message number (22) The Thread [ForkJoinPool.commonPool-worker-2] 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: 1746341397) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 760208922) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1) (concurrencyManagerId: 79) (concurrencyManagerCreationDate: 2024-03-12 11:01:53.87) (totalNumberOfTimeCacheKeyAcquiredForReading: 150) (totalNumberOfTimeCacheKeyReleasedForReading: 149) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 0) (depth: 0) ---) . The thread has been stuck for: (14 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-2 Listing of all ACTIVE Locks. Thread Name: ForkJoinPool.commonPool-worker-2 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-2 Listing of all DEFERRED Locks. Thread Name: ForkJoinPool.commonPool-worker-2 0 deferred locks. The lockManager for this thread is null. Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-2 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: ForkJoinPool.commonPool-worker-2 0 read locks. The lockManager for this thread is null. ] at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:90) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5164) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-89 Stuck thread problem: unique tiny message number (20) The Thread [pool-3-thread-89] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (depth: 0) ---) . The thread has been stuck for: (12 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-89 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-89 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-89 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-89 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-89 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-89 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.v202403121018): org.eclipse.persistence.exceptions.ConcurrencyException Exception Description: Wait was interrupted. Message: [Summary current cache key of thread pool-3-thread-89 Stuck thread problem: unique tiny message number (20) The Thread [pool-3-thread-89] 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: 1541898799) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1009264460) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0) (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-03-12 11:02:01.638) (totalNumberOfTimeCacheKeyAcquiredForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReading: 22) (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero: 1) (depth: 0) ---) . The thread has been stuck for: (12 ms) Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-89 Listing of all ACTIVE Locks. Thread Name: pool-3-thread-89 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-89 Listing of all DEFERRED Locks. Thread Name: pool-3-thread-89 0 Deferred locks. Summary of read locks acquired by thread pool-3-thread-89 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired: Thread Name: pool-3-thread-89 0 read locks. The lockManager for this thread is null. ] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.82 s -- in org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110) at org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireDeferredLock(ConcurrencyManager.java:284) at org.eclipse.persistence.internal.identitymaps.CacheKey.acquireDeferredLock(CacheKey.java:223) at org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap.acquireDeferredLock(AbstractIdentityMap.java:90) at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireDeferredLock(IdentityMapManager.java:151) at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireDeferredLock(IdentityMapAccessor.java:93) at org.eclipse.persistence.internal.sessions.AbstractSession.retrieveCacheKey(AbstractSession.java:5164) at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1073) 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] [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] 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] 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 [10/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.spring.test --- [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-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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Skipping Derby execution. [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] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-80rsx 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-0qn6h-80rsx" 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-0qn6h-80rsx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-80rsx" 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-0qn6h-80rsx 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-0qn6h-80rsx" 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-0qn6h-80rsx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-80rsx" 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-0qn6h-80rsx" 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-0qn6h-80rsx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-80rsx" 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) [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.dao.TestLocalEMFwithDao Mar 12, 2024 11:02:06 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' [EL Info]: 2024.03.12 11:02:06.254--ServerSession(1701436909)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.040 s -- in org.eclipse.persistence.testing.tests.jpa.spring.dao.TestLocalEMFwithDao [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMF Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:07 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.603 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMF [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMFtransactional Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu' Mar 12, 2024 11:02:08 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.696 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 Mar 12, 2024 11:02:10 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringDaoContainerPu' [EL Info]: 2024.03.12 11:02:11.022--ServerSession(99042020)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.022 s -- in org.eclipse.persistence.testing.tests.jpa.spring.dao.TestContainerEMFwithDao [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMFtransactional Mar 12, 2024 11:02:12 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:12.665--ServerSession(680466239)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:12 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:12 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:12.998--ServerSession(878242981)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:13 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:13 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:13.329--ServerSession(269853881)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:13 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:13 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:13.563--ServerSession(1174641185)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:13 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:13 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:13.854--ServerSession(287136919)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:14 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:14 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:14.103--ServerSession(1835878412)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:14 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:14 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:14.387--ServerSession(1625258377)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:14 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:14 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:14.622--ServerSession(947437179)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:14 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:14 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:14.912--ServerSession(1371397528)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-x0799 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-0qn6h-x0799" 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-0qn6h-x0799, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x0799" 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-0qn6h-x0799 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-0qn6h-x0799" 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-0qn6h-x0799, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x0799" 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-0qn6h-x0799" 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-0qn6h-x0799, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x0799" 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) Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:15.183--ServerSession(1636256669)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:15.346--ServerSession(1232631679)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:15.578--ServerSession(355920448)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:15 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: 3.324 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMFtransactional [INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMF Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:15.847--ServerSession(696870185)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:15 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:15.985--ServerSession(1901752553)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:16.169--ServerSession(2048625222)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:16.313--ServerSession(530131514)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:16.492--ServerSession(1686921139)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:16.659--ServerSession(150208546)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:16.854--ServerSession(739003402)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:16 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:17.006--ServerSession(1648231985)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:17.175--ServerSession(1372646511)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:17.336--ServerSession(1451387509)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:17.447--ServerSession(1726759945)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu' Mar 12, 2024 11:02:17 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu' [EL Info]: 2024.03.12 11:02:17.653--ServerSession(736631002)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 Mar 12, 2024 11:02:17 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: 2.000 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMF [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] 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] 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 [11/11] [INFO] from /home/jenkins/agent/workspace/ink-pull-request-verifier_master/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] 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.wdf.test --- [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-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] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip already unpacked. [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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] 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.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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.6.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/classes with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] 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.03.12 11:02:22.350--DatabaseSessionImpl(17037394)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Info]: 2024.03.12 11:02:23.539--DatabaseSessionImpl(17037394)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.450 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-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.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.wdf.jpa1.relation.TestBidirectionalManyToMany WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-z17dc 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-0qn6h-z17dc" 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-0qn6h-z17dc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z17dc" 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-0qn6h-z17dc 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-0qn6h-z17dc" 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-0qn6h-z17dc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z17dc" 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-0qn6h-z17dc" 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-0qn6h-z17dc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z17dc" 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) [EL Info]: 2024.03.12 11:02:26.146--ServerSession(1149388444)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:26.179--ServerSession(1149388444)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:26.182--ServerSession(1149388444)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:26.311--ServerSession(1149388444)--Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null) [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.491 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalManyToMany [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.086 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.251 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.054 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEagerLoading [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEagerLoading [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestRelationshipsWithCache [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.021 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestRelationshipsWithCache [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving [EL Warning]: 2024.03.12 11:02:32.006--UnitOfWork(2055422401)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown column 't2.ID' in 'having clause' Error Code: 1054 Call: SELECT t0.ID, t0.CITY_ENUM, t0.COOL, t0.NAME, t0.TYPE, t0.CITY_TESLA_INT, t0.CITY_TESLA_BLOB FROM TMP_CITY t0 WHERE EXISTS (SELECT ? FROM TMP_COP t1 GROUP BY t1.ID HAVING (t2.ID = ?)) bind => [2 parameters bound] Query: ReadAllQuery(referenceClass=City sql="SELECT t0.ID, t0.CITY_ENUM, t0.COOL, t0.NAME, t0.TYPE, t0.CITY_TESLA_INT, t0.CITY_TESLA_BLOB FROM TMP_CITY t0 WHERE EXISTS (SELECT ? FROM TMP_COP t1 GROUP BY t1.ID HAVING (t2.ID = ?))") [EL Warning]: 2024.03.12 11:02:32.105--UnitOfWork(592207425)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'ecltests.TMP_CITY.ID'; this is incompatible with sql_mode=only_full_group_by Error Code: 1140 Call: SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID Query: ReportQuery(referenceClass=City sql="SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID") [WARNING] Tests run: 28, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.432 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions [EL Warning]: 2024.03.12 11:02:33.338--UnitOfWork(1216139639)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BETWEEN 'bla' AND 'bla')' at line 1 Error Code: 1064 Call: SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE ( BETWEEN ? AND ?) bind => [2 parameters bound] Query: ReadAllQuery(referenceClass=Person sql="SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE ( BETWEEN ? AND ?)") [EL Warning]: 2024.03.12 11:02:33.402--UnitOfWork(926612844)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BETWEEN 'bla' AND 'bla'))' at line 1 Error Code: 1064 Call: SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE NOT (( BETWEEN ? AND ?)) bind => [2 parameters bound] Query: ReadAllQuery(referenceClass=Person sql="SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE NOT (( BETWEEN ? AND ?))") [WARNING] Tests run: 111, Failures: 0, Errors: 0, Skipped: 47, Time elapsed: 1.113 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.027 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.712 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestAggregates [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.091 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestAggregates [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectList WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-cs119 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-0qn6h-cs119" 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-0qn6h-cs119, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cs119" 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-0qn6h-cs119 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-0qn6h-cs119" 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-0qn6h-cs119, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cs119" 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-0qn6h-cs119" 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-0qn6h-cs119, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cs119" 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] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.214 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectList [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.884 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments [INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestEmbeddables [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.110 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestEmbeddables [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestFromClauses [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.043 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestFromClauses [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.130 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.773 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestBuiltInFunctionExpressions [WARNING] Tests run: 95, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 1.285 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestBuiltInFunctionExpressions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.035 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestUpdateDeleteClause [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestUpdateDeleteClause [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestRelationships [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.266 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestRelationships [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.094 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes [WARNING] Tests run: 122, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 2.498 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-mnjn8 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-0qn6h-mnjn8" 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-0qn6h-mnjn8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mnjn8" 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-0qn6h-mnjn8 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-0qn6h-mnjn8" 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-0qn6h-mnjn8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mnjn8" 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-0qn6h-mnjn8" 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-0qn6h-mnjn8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-mnjn8" 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] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 4.185 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist [EL Warning]: 2024.03.12 11:02:47.009--UnitOfWork(1246350906)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:47.051--UnitOfWork(735627505)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '31' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024.03.12 11:02:47.053--UnitOfWork(169600459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '32' for key 'TMP_DEP.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:47.056--UnitOfWork(665690344)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '33' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024.03.12 11:02:47.059--UnitOfWork(965010099)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '34' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [EL Warning]: 2024.03.12 11:02:47.078--UnitOfWork(2013186564)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'TMP_DEP.PRIMARY' Error Code: 1062 Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) bind => [3 parameters bound] [EL Warning]: 2024.03.12 11:02:47.098--UnitOfWork(1359875538)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '995' for key 'TMP_DEP.PRIMARY' Error Code: 1062 [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.401 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush [EL Warning]: 2024.03.12 11:02:47.201--UnitOfWork(1348094114)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:47.255--UnitOfWork(1999836215)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:47.275--UnitOfWork(729965698)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:47.297--UnitOfWork(974471358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate [EL Warning]: 2024.03.12 11:02:47.386--UnitOfWork(1360367537)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.ValidationException Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is mapped to a primary key column in the database. Updates are not allowed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching [EL Info]: 2024.03.12 11:02:47.600--ServerSession(2091004319)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:47.603--ServerSession(2091004319)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:47.605--ServerSession(2091004319)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Info]: 2024.03.12 11:02:47.801--ServerSession(1128872093)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:47.804--ServerSession(1128872093)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:47.805--ServerSession(1128872093)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRefresh [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRefresh [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge [EL Info]: 2024.03.12 11:02:47.997--ServerSession(1468302269)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:47.999--ServerSession(1468302269)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:48.000--ServerSession(1468302269)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:50.830--UnitOfWork(106068640)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:50.865--UnitOfWork(1315729466)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'TMP_NASTY.PRIMARY' Error Code: 1062 [WARNING] Tests run: 14, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 3.088 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClose [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClose [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.150 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush [EL Warning]: 2024.03.12 11:02:51.601--UnitOfWork(1753365355)--org.eclipse.persistence.testing.models.wdf.jpa1.node.Node$MyRuntimeException [EL Warning]: 2024.03.12 11:02:51.601--UnitOfWork(1753365355)--org.eclipse.persistence.testing.models.wdf.jpa1.node.Node$MyRuntimeException [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.118 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.131 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.016 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.168 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist [EL Warning]: 2024.03.12 11:02:52.143--UnitOfWork(1340677869)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:52.145--UnitOfWork(476296090)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:52.150--UnitOfWork(401067111)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 [EL Warning]: 2024.03.12 11:02:52.154--UnitOfWork(2057192703)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'TMP_CASC_NODE.PRIMARY' Error Code: 1062 Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference [WARNING] Tests run: 23, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.596 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory [EL Info]: 2024.03.12 11:02:52.937--ServerSession(1562801525)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:52.940--ServerSession(1562801525)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:52.940--ServerSession(1562801525)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-g638k 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-0qn6h-g638k" 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-0qn6h-g638k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g638k" 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-0qn6h-g638k 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-0qn6h-g638k" 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-0qn6h-g638k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g638k" 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-0qn6h-g638k" 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-0qn6h-g638k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-g638k" 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] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.520 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge [EL Info]: 2024.03.12 11:02:55.449--ServerSession(2005222156)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:55.453--ServerSession(2005222156)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:55.454--ServerSession(2005222156)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.555 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.018 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic [EL Warning]: 2024.03.12 11:02:58.030--UnitOfWork(1446166227)--Exception [EclipseLink-5012] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects of class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review with parameters list [[1, 2, 10, 1]] cannot be updated for SQL query UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) because it has changed or been deleted since it was last read [EL Warning]: 2024.03.12 11:02:58.051--UnitOfWork(1868227809)--Exception [EclipseLink-5012] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects of class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review with parameters list [[1, 2, 20, 1]] cannot be updated for SQL query UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) because it has changed or been deleted since it was last read [EL Info]: 2024.03.12 11:02:58.253--ServerSession(1181011250)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:58.256--ServerSession(1181011250)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:58.256--ServerSession(1181011250)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Info]: 2024.03.12 11:02:58.413--ServerSession(1335145128)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:58.415--ServerSession(1335145128)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:58.416--ServerSession(1335145128)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:58.452--UnitOfWork(590558012)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024.03.12 11:02:58.590--ServerSession(297120242)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:58.592--ServerSession(297120242)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:58.593--ServerSession(297120242)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Info]: 2024.03.12 11:02:58.748--ServerSession(470046148)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:58.751--ServerSession(470046148)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:58.751--ServerSession(470046148)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:58.789--UnitOfWork(413097688)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024.03.12 11:02:58.895--ServerSession(621789393)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:58.897--ServerSession(621789393)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:58.898--ServerSession(621789393)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:58.934--UnitOfWork(1183965941)--Exception [EclipseLink-5012] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects of class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department with parameters list [[x, 2, 3, 1]] cannot be updated for SQL query UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) because it has changed or been deleted since it was last read [EL Info]: 2024.03.12 11:02:59.035--ServerSession(437747500)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:59.037--ServerSession(437747500)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:59.038--ServerSession(437747500)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:59.070--UnitOfWork(204260358)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [EL Info]: 2024.03.12 11:02:59.174--ServerSession(1663926630)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [EL Warning]: 2024.03.12 11:02:59.176--ServerSession(1663926630)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:02:59.177--ServerSession(1663926630)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [EL Warning]: 2024.03.12 11:03:01.560--UnitOfWork(1577448427)--Exception [EclipseLink-5012] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects of class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review with parameters list [[30, 1]] cannot be updated for SQL query DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) because it has changed or been deleted since it was last read [EL Warning]: 2024.03.12 11:03:01.582--UnitOfWork(161376437)--Exception [EclipseLink-5012] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects of class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review with parameters list [[40]] cannot be updated for SQL query DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) because it has changed or been deleted since it was last read [EL Warning]: 2024.03.12 11:03:01.604--UnitOfWork(323189989)--Exception [EclipseLink-5012] (Eclipse Persistence Services - 5.0.0.v202403121018): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: One or more objects of class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review with parameters list [[8, 70, 7]] cannot be updated for SQL query UPDATE TMP_REVIEW SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) because it has changed or been deleted since it was last read [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.615 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.234 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.SimpleTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.SimpleTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes [WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.114 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes [WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.065 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.FirstTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.simple.FirstTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-4qr50 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-0qn6h-4qr50" 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-0qn6h-4qr50, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4qr50" 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-0qn6h-4qr50 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-0qn6h-4qr50" 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-0qn6h-4qr50, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4qr50" 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-0qn6h-4qr50" 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-0qn6h-4qr50, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4qr50" 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) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.137 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.AbstractEntityHandlingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.AbstractEntityHandlingTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.TestSecondaryTable [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.046 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.TestSecondaryTable [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestGenerator [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestGenerator [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestSequence [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestSequence [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddedIdAsInnerClass [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddedIdAsInnerClass [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.280 s -- in org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables [EL Warning]: transaction: 2024.03.12 11:03:06.211--ServerSession(1166316555)--PersistenceUnitInfo jpa2testmodel has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored [EL Info]: 2024.03.12 11:03:06.211--ServerSession(1166316555)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202403121018 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds [INFO] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1014, Failures: 0, Errors: 0, Skipped: 165 [INFO] [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] 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.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] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Hermes Parser 5.0.0-SNAPSHOT: [INFO] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [01:01 min] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 11.115 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 11.288 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 5.275 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 7.187 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 15.721 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [01:38 min] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 18.052 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [01:25 min] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 15.781 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 49.014 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:20 min [INFO] Finished at: 2024-03-12T11:03:07Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Javadoc) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + mvn -B -V package -DskipTests -Pstaging,oss-release 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/jdk-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 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 89 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 66 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 711 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 133 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 4.0 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-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 1.0 MB/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 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 1.1 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.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 293 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom (1.6 kB at 86 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 307 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 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 122 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 637 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 81 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 82 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 141 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 43 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.3 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 102 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.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.5 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 529 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom (4.9 kB at 410 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 200 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom (42 kB at 3.8 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 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 1.5 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 241 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-l67w3 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-0qn6h-l67w3" 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-0qn6h-l67w3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l67w3" 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-0qn6h-l67w3 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-0qn6h-l67w3" 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-0qn6h-l67w3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l67w3" 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-0qn6h-l67w3" 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-0qn6h-l67w3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l67w3" 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) [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 309 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 147 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 275 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 323 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 321 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 275 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 312 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 142 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 420 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 283 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 284 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 406 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 367 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 57 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 318 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 342 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 320 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 199 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 220 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom (6.2 kB at 619 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom (32 kB at 2.5 MB/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 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 1.3 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 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom (43 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 32 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.8 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 755 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 23 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 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom (2.1 kB at 214 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 176 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 1.0 MB/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/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 605 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 446 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 238 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 319 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 358 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 615 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 823 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 1.6 MB/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.5 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 291 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 466 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 158 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 163 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 479 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 321 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 190 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 460 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 176 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 624 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 414 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 511 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 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 371 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 892 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 740 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 162 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 521 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.5 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 1.2 MB/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-cipher/1.7/plexus-cipher-1.7.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/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/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/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/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/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/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 202 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/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] 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] 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 144 kB/s) [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 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.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-cipher/1.7/plexus-cipher-1.7.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] 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] 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/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar (16 kB at 586 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar (281 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 215 kB/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-model-builder/3.0.4/maven-model-builder-3.0.4.jar (151 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-artifact/3.0.4/maven-artifact-3.0.4.jar (52 kB at 766 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar (49 kB at 704 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-model/3.0.4/maven-model-3.0.4.jar (164 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-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar (30 kB at 334 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/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 455 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/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar (56 kB at 595 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/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 542 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/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar (559 kB at 5.7 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/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 138 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/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar (216 kB at 1.9 MB/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/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar (162 kB at 1.3 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/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 234 kB/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-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar (20 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar (11 kB at 78 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/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 861 kB/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/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 4.1 MB/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/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/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 2.8 MB/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/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 451 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/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar (6.3 kB at 37 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/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 91 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 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar (31 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar (36 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.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 624 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/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.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-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 132 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/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 241 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.2 MB/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.9 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 982 kB/s) [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 6.0 MB/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] [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.6.0:single (build-resources) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.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/ink-pull-request-verifier_master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-6qh6j 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-0qn6h-6qh6j" 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-0qn6h-6qh6j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6qh6j" 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-0qn6h-6qh6j 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-0qn6h-6qh6j" 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-0qn6h-6qh6j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6qh6j" 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-0qn6h-6qh6j" 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-0qn6h-6qh6j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6qh6j" 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) [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 2.8 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.1/jakarta.xml.bind-api-4.0.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1-sources.jar (199 kB at 4.1 MB/s) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-zxbxw 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-0qn6h-zxbxw" 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-0qn6h-zxbxw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zxbxw" 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-0qn6h-zxbxw 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-0qn6h-zxbxw" 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-0qn6h-zxbxw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zxbxw" 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-0qn6h-zxbxw" 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-0qn6h-zxbxw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zxbxw" 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] 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Not executing Javadoc as the project is not a Java classpath-capable package [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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] 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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-p0nm4 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-0qn6h-p0nm4" 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-0qn6h-p0nm4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p0nm4" 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-0qn6h-p0nm4 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-0qn6h-p0nm4" 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-0qn6h-p0nm4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p0nm4" 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-0qn6h-p0nm4" 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-0qn6h-p0nm4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p0nm4" 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) [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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-w7pkr 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-0qn6h-w7pkr" 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-0qn6h-w7pkr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w7pkr" 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-0qn6h-w7pkr 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-0qn6h-w7pkr" 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-0qn6h-w7pkr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w7pkr" 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-0qn6h-w7pkr" 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-0qn6h-w7pkr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w7pkr" 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-0qn6h-j2hsw 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-0qn6h-j2hsw" 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-0qn6h-j2hsw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j2hsw" 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-0qn6h-j2hsw 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-0qn6h-j2hsw" 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-0qn6h-j2hsw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j2hsw" 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-0qn6h-j2hsw" 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-0qn6h-j2hsw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j2hsw" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-javadoc.jar [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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 at timestamp: 1710241446810 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core [INFO] Storing scmBranch: UNKNOWN [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Nothing to compile - all classes are up to date. [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] Nothing to compile - all classes are up to date. [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] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-9nc0l 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-0qn6h-9nc0l" 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-0qn6h-9nc0l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9nc0l" 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-0qn6h-9nc0l 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-0qn6h-9nc0l" 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-0qn6h-9nc0l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9nc0l" 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-0qn6h-9nc0l" 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-0qn6h-9nc0l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9nc0l" 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) [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.core --- [INFO] Configuration changed, re-generating javadoc. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-gks5f 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-0qn6h-gks5f" 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-0qn6h-gks5f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gks5f" 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-0qn6h-gks5f 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-0qn6h-gks5f" 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-0qn6h-gks5f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gks5f" 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-0qn6h-gks5f" 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-0qn6h-gks5f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gks5f" 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-0qn6h-t9b5p 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-0qn6h-t9b5p" 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-0qn6h-t9b5p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t9b5p" 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-0qn6h-t9b5p 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-0qn6h-t9b5p" 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-0qn6h-t9b5p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t9b5p" 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-0qn6h-t9b5p" 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-0qn6h-t9b5p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t9b5p" 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-0qn6h-kxfpq 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-0qn6h-kxfpq" 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-0qn6h-kxfpq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kxfpq" 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-0qn6h-kxfpq 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-0qn6h-kxfpq" 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-0qn6h-kxfpq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kxfpq" 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-0qn6h-kxfpq" 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-0qn6h-kxfpq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kxfpq" 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-0qn6h-l4pwr 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-0qn6h-l4pwr" 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-0qn6h-l4pwr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l4pwr" 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-0qn6h-l4pwr 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-0qn6h-l4pwr" 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-0qn6h-l4pwr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l4pwr" 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-0qn6h-l4pwr" 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-0qn6h-l4pwr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l4pwr" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.json --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.json/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.json/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.json/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nxjjt 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-0qn6h-nxjjt" 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-0qn6h-nxjjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nxjjt" 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-0qn6h-nxjjt 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-0qn6h-nxjjt" 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-0qn6h-nxjjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nxjjt" 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-0qn6h-nxjjt" 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-0qn6h-nxjjt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nxjjt" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Configuration changed, re-generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nx00f 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-0qn6h-nx00f" 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-0qn6h-nx00f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nx00f" 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-0qn6h-nx00f 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-0qn6h-nx00f" 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-0qn6h-nx00f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nx00f" 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-0qn6h-nx00f" 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-0qn6h-nx00f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nx00f" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Configuration changed, re-generating javadoc. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-png0x 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-0qn6h-png0x" 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-0qn6h-png0x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-png0x" 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-0qn6h-png0x 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-0qn6h-png0x" 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-0qn6h-png0x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-png0x" 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-0qn6h-png0x" 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-0qn6h-png0x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-png0x" 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] 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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.pgsql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.pgsql/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.pgsql/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-javadoc.jar [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: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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/NamespaceInfo.java:[35,8] class org.eclipse.persistence.jaxb.compiler.NamespaceInfo in exported package org.eclipse.persistence.jaxb.compiler declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/javamodel/JavaHasAnnotations.java:[35,5] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/javamodel/JavaHasAnnotations.java:[37,5] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/javamodel/JavaAnnotation.java:[34,5] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[233,44] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[241,34] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[241,12] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[242,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[397,48] unchecked call to setValue(T) as a member of the raw type org.eclipse.persistence.internal.jaxb.WrappedValue [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[419,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[438,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[449,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[554,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[567,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[594,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[618,28] found raw type: java.util.Collection missing type arguments for generic class java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[619,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[619,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[621,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[626,13] found raw type: java.util.List missing type arguments for generic class java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[626,32] found raw type: java.util.ArrayList missing type arguments for generic class java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[628,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[648,32] found raw type: org.eclipse.persistence.oxm.JSONWithPadding missing type arguments for generic class org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[648,28] unchecked call to JSONWithPadding(T,java.lang.String) as a member of the raw type org.eclipse.persistence.oxm.JSONWithPadding [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[659,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[670,64] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[682,46] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[692,52] unchecked call to setValue(T) as a member of the raw type org.eclipse.persistence.internal.jaxb.WrappedValue [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[698,48] unchecked call to setItem(ITEM) as a member of the raw type org.eclipse.persistence.internal.jaxb.many.ManyValue [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[718,38] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[766,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[773,33] unchecked call to setMarshaller(MARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[782,40] found raw type: org.eclipse.persistence.oxm.record.MarshalRecord missing type arguments for generic class org.eclipse.persistence.oxm.record.MarshalRecord [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[786,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[796,60] unchecked call to marshal(BoundType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[807,28] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[807,45] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[808,9] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[810,26] found raw type: java.util.HashMap missing type arguments for generic class java.util.HashMap [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[813,19] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[817,28] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[848,37] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[898,75] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[898,104] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[152,70] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/BeanValidationHelper.java:[140,12] class org.eclipse.persistence.jaxb.BeanValidationHelper.ConstraintsDetectorService 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[180,12] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[182,9] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[200,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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[207,50] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[222,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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/Generator.java:[233,54] unchecked call to setNamespaceResolver(NAMESPACE_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[1052,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements getAdapter(java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[649,24] unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLEventReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[450,24] unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.stream.XMLStreamReader,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[346,24] unmarshal(javax.xml.transform.Source,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(javax.xml.transform.Source,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[315,24] unmarshal(org.w3c.dom.Node,java.lang.Class) in org.eclipse.persistence.jaxb.JAXBUnmarshaller implements unmarshal(org.w3c.dom.Node,java.lang.Class) in jakarta.xml.bind.Unmarshaller return type requires unchecked conversion from jakarta.xml.bind.JAXBElement to jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[247,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[263,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[268,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[271,37] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[284,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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[315,45] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[315,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[346,49] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[346,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[359,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[370,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[384,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[391,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[391,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[391,41] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[406,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[411,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[421,66] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[426,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[426,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[426,41] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[430,21] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[432,73] unchecked call to unmarshal(ValueType) as a member of the raw type jakarta.xml.bind.annotation.adapters.XmlAdapter [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[433,41] unchecked call to setValue(T) as a member of the raw type jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[450,64] found raw type: java.lang.Class missing type arguments for generic class java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[450,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[458,17] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[458,71] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[458,67] unchecked call to PrimitiveContentHandler(java.lang.Class) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[464,13] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[467,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[467,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[467,41] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[478,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[492,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[499,17] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[499,45] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[499,41] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[515,12] found raw type: jakarta.xml.bind.JAXBElement missing type arguments for generic class jakarta.xml.bind.JAXBElement [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[517,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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[524,21] 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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[529,21] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[529,85] found raw type: org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler missing type arguments for generic class org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[529,81] unchecked call to PrimitiveArrayContentHandler(java.lang.Class,java.lang.Class,boolean) as a member of the raw type org.eclipse.persistence.jaxb.JAXBUnmarshaller.PrimitiveArrayContentHandler [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[543,106] unchecked call to createRecord(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-7jbrz 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-0qn6h-7jbrz" 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-0qn6h-7jbrz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7jbrz" 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-0qn6h-7jbrz 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-0qn6h-7jbrz" 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-0qn6h-7jbrz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7jbrz" 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-0qn6h-7jbrz" 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-0qn6h-7jbrz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7jbrz" 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-0qn6h-bpzn1 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-0qn6h-bpzn1" 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-0qn6h-bpzn1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bpzn1" 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-0qn6h-bpzn1 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-0qn6h-bpzn1" 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-0qn6h-bpzn1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bpzn1" 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-0qn6h-bpzn1" 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-0qn6h-bpzn1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bpzn1" 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-0qn6h-nq9mn 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-0qn6h-nq9mn" 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-0qn6h-nq9mn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nq9mn" 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-0qn6h-nq9mn 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-0qn6h-nq9mn" 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-0qn6h-nq9mn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nq9mn" 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-0qn6h-nq9mn" 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-0qn6h-nq9mn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nq9mn" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/ClassA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/collections/Wrapper.java:[28,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.collections.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootSingle.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Thing.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Thing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/duplicatename/BeanB.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.duplicatename.BeanB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/RootGetOnly.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.RootGetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/ThingGetOnly.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.ThingGetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/ListofObjects.java:[32,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.ListofObjects overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/nulls/Something.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.nulls.Something overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/id/AImpl.java:[24,8] Class org.eclipse.persistence.testing.jaxb.inheritance.id.AImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/simple/Person.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.simple.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/ElementRefsCollectionRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.ElementRefsCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Orange.java:[24,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Orange overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/EmployeeWithElements.java:[28,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.EmployeeWithElements overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/PhoneNumber.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlenumvalue/XmlEnumValueConstantNameValue.java:[20,13] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlenumvalue.XmlEnumValueConstantNameValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlrootelement/Point2D.java:[20,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlrootelement.Point2D overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmljoinnode/AtnEmployee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmljoinnode.AtnEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlidref/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlidref.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlidref/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlidref.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/BaseType.java:[30,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubType.java:[21,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/SubTypeLevel2.java:[20,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.SubTypeLevel2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Animal.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Animal overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlseealso/Cat.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlseealso.Cat overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/Vehicle.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/Car.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlclassextractor.Car overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Orange.java:[24,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Orange overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/RootChoiceOnly.java:[28,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.RootChoiceOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/characters/EscapeCharacterHolder.java:[23,8] Class org.eclipse.persistence.testing.jaxb.json.characters.EscapeCharacterHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootMap.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootMap overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/choice/BarA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.choice.BarA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/AddressInterfaces.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.AddressInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/EmployeeWithElementsInterfaces.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.EmployeeWithElementsInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/xmllocation/SubDataNT.java:[22,8] Class org.eclipse.persistence.testing.jaxb.sun.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/prefixmapper/Simple.java:[21,8] Class org.eclipse.persistence.testing.jaxb.prefixmapper.Simple overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/rootelement/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.rootelement.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/OrangeRef.java:[22,1] Class org.eclipse.persistence.testing.jaxb.idresolver.OrangeRef overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvalue/PhoneNumber.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlvalue.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/list/FooWithBars.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.list.FooWithBars overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/pkg2/Thing.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.pkg2.Thing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/namespaces/bar/Bar.java:[21,8] Class org.eclipse.persistence.testing.jaxb.map.namespaces.bar.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList10Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList10Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Order.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Order overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Item.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Item overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Customer.java:[30,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/model/PhoneNumber.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.model.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootWrapper.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/substitution/Person.java:[53,8] Class org.eclipse.persistence.testing.jaxb.substitution.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositedirectcollection/MyCalendar.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.compositedirectcollection.MyCalendar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/direct/MyCalendarType.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.direct.MyCalendarType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinlinebinary/MyDataPropertyAnnotation.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlinlinebinary.MyDataPropertyAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Reference.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Reference overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/attribute/AddressNoRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.attribute.AddressNoRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.sun.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/jaxbfragment/Address.java:[21,8] Class org.eclipse.persistence.testing.jaxb.jaxbfragment.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelements/XmlElementsListOfElementWrapped.java:[25,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelements.XmlElementsListOfElementWrapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlenum/EmployeeDepartmentAttribute.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlenum.EmployeeDepartmentAttribute overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/factory/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.factory.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Company.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Melon.java:[24,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Melon overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/EmployeeArray.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/AddressArray.java:[29,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.AddressArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/PhoneNumberArray.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.PhoneNumberArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/EmployeeSingle.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.EmployeeSingle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/idresolver/Box.java:[23,1] Class org.eclipse.persistence.testing.jaxb.idresolver.Box overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap7.java:[22,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap7 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementrefs/adapter/Foo.java:[34,8] Class org.eclipse.persistence.testing.jaxb.xmlelementrefs.adapter.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlnametransformer/XmlMappingSpecifiedNameRoot.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlnametransformer.XmlMappingSpecifiedNameRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/ClassA.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.ClassA overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.ClassB overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/qualified/Customer.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.qualified.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/E.java:[23,8] Class org.eclipse.persistence.testing.jaxb.inheritance.E overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/BaseType.java:[20,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.BaseType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Something.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Something overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlnametransformer/Phone.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlnametransformer.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/unqualified/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.unqualified.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmployeeCollection.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmployeeCollection overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/bindings/Person.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.bindings.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList2Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList2Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/object/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.object.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/object/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.object.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/object/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.object.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlrootelement/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlrootelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/order/Album.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.order.Album overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidrefs/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlidrefs.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/MyDateAdapter.java:[24,25] getDate() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/MyDateAdapter.java:[25,27] getMonth() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/MyDateAdapter.java:[26,26] getYear() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/MyDateAdapter.java:[32,16] Date(int,int,int) in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelements/EmployeeArray.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelements.EmployeeArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/PhoneNumberInh.java:[17,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.PhoneNumberInh overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/type/Bar.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.type.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/ns/SubTypeWithRootElementNoParentRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.inheritance.ns.SubTypeWithRootElementNoParentRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/ClassWithInnerClass.java:[21,19] Class org.eclipse.persistence.testing.jaxb.listofobjects.ClassWithInnerClass.MyInner overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/elementref/TransactionAdd.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.elementref.TransactionAdd overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/UnmappedTwo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.UnmappedTwo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Foo.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlelementref/Bar.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlelementref.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/readonly/RootObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.readonly.RootObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/ns/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.ns.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathCompany.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathCompany overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathEmployee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/unmarshaller/DefaultValueRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.unmarshaller.DefaultValueRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlvalue/InternationalPriceNoAnnotation.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlvalue.InternationalPriceNoAnnotation overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/packagelevel/adapters/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.packagelevel.adapters.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/inheritance/AnotherSubType.java:[20,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.inheritance.AnotherSubType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithoutXmlRootElementRoot.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithoutXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/PhoneNumberInterfaces.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.PhoneNumberInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[64,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.PersonWithWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/list/XmlInverseRefWithWrapperTestCases.java:[113,20] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.list.XmlInverseRefWithWrapperTestCases.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/qname/Root.java:[27,8] Class org.eclipse.persistence.testing.jaxb.qname.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlaccessortype/none/Mapped.java:[19,8] Class org.eclipse.persistence.testing.jaxb.xmlaccessortype.none.Mapped overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/self/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.self.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/attachment/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.attachment.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmployeeDefaultValue.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmployeeDefaultValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/rootlevellist/WithXmlRootElementRoot.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.rootlevellist.WithXmlRootElementRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/inheritance/Person.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.inheritance.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/inheritance/Student.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.inheritance.Student overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/Person.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/Child.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlinverseref/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlinverseref.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/wrapper/Foo.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.wrapper.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/wrapper/AttributeImpl.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.wrapper.AttributeImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootNull.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/ChildNull.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.ChildNull overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmltype/Item.java:[21,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmltype.Item overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmltype/USPrice.java:[24,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmltype.USPrice overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/uri/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.uri.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/noarg/Root.java:[22,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.noarg.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/interfaces/RootWithEmployeeInterfaces.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.xmlelements.interfaces.RootWithEmployeeInterfaces overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/norootelement/Person.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.norootelement.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/norootelement/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.norootelement.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschematype/XSDTypesHolder.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlschematype.XSDTypesHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/ComplexValue.java:[17,8] Class org.eclipse.persistence.testing.jaxb.map.ComplexValue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/substitution/Person2.java:[19,8] Class org.eclipse.persistence.testing.jaxb.substitution.Person2 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList6Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList6Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList6.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList6 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/notincontext/Root.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.notincontext.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlanyelement/domhandler/Root.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlanyelement.domhandler.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/Address.java:[27,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.Address overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositecollection/XmlAdapterCompositeCollectionTestCases.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/MyClassExtractor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/MyClassExtractor.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Configuration changed, re-generating javadoc. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-xb6p4 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-0qn6h-xb6p4" 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-0qn6h-xb6p4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xb6p4" 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-0qn6h-xb6p4 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-0qn6h-xb6p4" 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-0qn6h-xb6p4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xb6p4" 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-0qn6h-xb6p4" 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-0qn6h-xb6p4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xb6p4" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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 16 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.12.1:compile (default-compile) @ org.eclipse.persistence.jpa --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 576 source files with javac [debug deprecation release 17 module-path] to target/classes WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-f6qsc 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-0qn6h-f6qsc" 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-0qn6h-f6qsc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f6qsc" 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-0qn6h-f6qsc 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-0qn6h-f6qsc" 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-0qn6h-f6qsc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f6qsc" 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-0qn6h-f6qsc" 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-0qn6h-f6qsc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f6qsc" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3040,46] unchecked cast required: T found: org.eclipse.persistence.sessions.UnitOfWork [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3042,28] unchecked cast required: T found: org.eclipse.persistence.internal.jpa.EntityManagerImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3044,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.AbstractSession [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3046,51] unchecked cast required: T found: org.eclipse.persistence.internal.sessions.DatabaseSessionImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3048,49] unchecked cast required: T found: org.eclipse.persistence.sessions.server.ServerSession [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3050,49] unchecked cast required: T found: org.eclipse.persistence.sessions.broker.SessionBroker [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3072,32] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3074,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3083,54] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3089,70] unchecked cast required: T found: java.sql.Connection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3097,64] unchecked cast required: T found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3157,30] found raw type: jakarta.persistence.criteria.CriteriaUpdate missing type arguments for generic class jakarta.persistence.criteria.CriteriaUpdate [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3160,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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3168,30] found raw type: jakarta.persistence.criteria.CriteriaDelete missing type arguments for generic class jakarta.persistence.criteria.CriteriaDelete [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3171,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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/copypolicy/CustomCopyPolicyMetadata.java:[67,48] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataClass.java:[80,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/MetadataAccessor.java:[191,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[748,12] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[1682,40] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataDescriptor.java:[294,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[264,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[279,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/EmbeddedAccessor.java:[115,32] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/MappingAccessor.java:[227,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ObjectAccessor.java:[151,32] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/RelationshipAccessor.java:[151,61] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicAccessor.java:[146,49] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/DirectAccessor.java:[102,32] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/PropertyMetadata.java:[73,39] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/ConvertMetadata.java:[77,44] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataLogger.java:[243,25] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1323,30] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1324,41] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[362,25] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[137,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[382,122] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[415,86] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[439,72] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[446,19] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,89] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,85] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,55] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,84] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,85] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[480,81] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataProcessor.java:[119,62] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/DirectCollectionAccessor.java:[114,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sequencing/TableGeneratorMetadata.java:[78,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sequencing/SequenceGeneratorMetadata.java:[89,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sequencing/SequenceGeneratorMetadata.java:[101,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[221,9] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[221,45] found raw type: org.eclipse.persistence.mappings.converters.ConverterClass missing type arguments for generic class org.eclipse.persistence.mappings.converters.ConverterClass [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ConverterAccessor.java:[85,34] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[88,15] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[234,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[262,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,62] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,58] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,57] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,58] unchecked conversion required: java.security.PrivilegedExceptionAction found: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[319,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[409,30] found raw type: org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener missing type arguments for generic class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[409,26] unchecked call to EntityListener(java.lang.Class,java.lang.Class) as a member of the raw type org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[412,48] unchecked method invocation: method convertToSerializableMethods in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder is applied to given types required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[412,78] unchecked conversion required: java.util.Map> found: java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/StructConverterMetadata.java:[74,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/ColumnResultMetadata.java:[67,32] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/ConstructorResultMetadata.java:[70,39] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/EntityResultMetadata.java:[78,41] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/EntityResultMetadata.java:[92,28] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/VariableOneToOneAccessor.java:[151,106] unchecked cast required: java.util.List found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/VariableOneToOneAccessor.java:[108,28] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/DiscriminatorClassMetadata.java:[73,25] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataFactory.java:[53,57] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[37,40] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/ArchiveFactory.java:[45,67] found raw type: java.util.Map missing type arguments for generic class java.util.Map [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/graphs/NamedSubgraphMetadata.java:[72,34] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/cache/CacheInterceptorMetadata.java:[66,46] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedNativeQueryMetadata.java:[73,41] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedStoredFunctionQueryMetadata.java:[72,25] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedStoredProcedureQueryMetadata.java:[92,49] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedPLSQLStoredFunctionQueryMetadata.java:[69,25] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/QueryRedirectorsMetadata.java:[81,50] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sop/SerializedObjectPolicyMetadata.java:[63,35] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/ColumnMetadata.java:[81,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/StoredProcedureParameterMetadata.java:[94,34] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicCollectionAccessor.java:[106,103] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicMapAccessor.java:[80,88] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ElementCollectionAccessor.java:[185,41] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/ManyToManyAccessor.java:[81,20] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/CollectionAccessor.java:[168,20] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/OneToManyAccessor.java:[102,29] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/OneToOneAccessor.java:[88,24] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/TransformationAccessor.java:[83,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/structures/StructureAccessor.java:[70,52] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/structures/ArrayAccessor.java:[74,41] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/transformers/ReadTransformerMetadata.java:[71,50] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/TypeConverterMetadata.java:[78,38] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/SerializedConverterMetadata.java:[62,45] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/FieldPartitioningMetadata.java:[70,51] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/ReplicationPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,36] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/partitioning/HashPartitioningMetadata.java:[64,37] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:[76,46] unchecked cast required: jakarta.persistence.criteria.CriteriaDelete found: jakarta.persistence.criteria.CommonAbstractCriteria [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:[81,46] unchecked cast required: jakarta.persistence.criteria.CriteriaDelete found: jakarta.persistence.criteria.CommonAbstractCriteria [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:[85,34] found raw type: org.eclipse.persistence.internal.jpa.querydef.RootImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.RootImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaDeleteImpl.java:[87,24] unchecked conversion required: jakarta.persistence.criteria.Root found: org.eclipse.persistence.internal.jpa.querydef.RootImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[180,86] unchecked cast required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2562,20] found raw type: org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2562,16] unchecked call to CaseImpl(jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,java.util.List>) as a member of the raw type org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2562,16] unchecked conversion required: jakarta.persistence.criteria.CriteriaBuilder.Case found: org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2607,12] found raw type: jakarta.persistence.criteria.Expression missing type arguments for generic class jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2617,72] found raw type: jakarta.persistence.criteria.Expression missing type arguments for generic class jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2964,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.JoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.JoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2965,35] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.JoinImpl,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2965,54] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.JoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2966,78] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2967,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2975,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2976,9] found raw type: jakarta.persistence.criteria.CollectionJoin missing type arguments for generic class jakarta.persistence.criteria.CollectionJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2978,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.CollectionAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2978,58] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2979,76] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.CollectionAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2981,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.CollectionAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2981,53] unchecked conversion required: jakarta.persistence.criteria.Path found: jakarta.persistence.criteria.Path [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2982,82] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.CollectionAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2984,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2987,16] unchecked conversion required: jakarta.persistence.criteria.CollectionJoin found: jakarta.persistence.criteria.CollectionJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2992,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2993,9] found raw type: jakarta.persistence.criteria.SetJoin missing type arguments for generic class jakarta.persistence.criteria.SetJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2995,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.SetAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2995,51] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2996,76] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.SetAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2998,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.SetAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2998,46] unchecked conversion required: jakarta.persistence.criteria.Path found: jakarta.persistence.criteria.Path [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[2999,82] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.SetAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3001,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3004,16] unchecked conversion required: jakarta.persistence.criteria.SetJoin found: jakarta.persistence.criteria.SetJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3009,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3010,9] found raw type: jakarta.persistence.criteria.ListJoin missing type arguments for generic class jakarta.persistence.criteria.ListJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3012,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.ListAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3012,52] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3013,76] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.ListAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3015,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.ListAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3015,47] unchecked conversion required: jakarta.persistence.criteria.Path found: jakarta.persistence.criteria.Path [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3016,82] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.ListAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3018,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3021,16] unchecked conversion required: jakarta.persistence.criteria.ListJoin found: jakarta.persistence.criteria.ListJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3026,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3027,9] found raw type: jakarta.persistence.criteria.MapJoin missing type arguments for generic class jakarta.persistence.criteria.MapJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3029,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.MapAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3029,54] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3030,76] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.MapAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3032,24] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.MapAttribute,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3032,49] unchecked conversion required: jakarta.persistence.criteria.Path found: jakarta.persistence.criteria.Path [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3033,82] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.MapAttribute [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3035,29] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3038,16] unchecked conversion required: jakarta.persistence.criteria.MapJoin found: jakarta.persistence.criteria.MapJoin [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3044,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.PathImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.PathImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3045,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.PathImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.PathImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3047,16] unchecked assignment to variable pathParent as member of raw type org.eclipse.persistence.internal.jpa.querydef.PathImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3048,16] unchecked assignment to variable javaType as member of raw type org.eclipse.persistence.internal.jpa.querydef.SelectionImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3050,16] unchecked conversion required: jakarta.persistence.criteria.Path found: org.eclipse.persistence.internal.jpa.querydef.PathImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:[3055,9] found raw type: org.eclipse.persistence.internal.jpa.querydef.RootImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.RootImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCriteriaBuilder.java:[40,5] found raw type: jakarta.persistence.criteria.Expression missing type arguments for generic class jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCriteriaBuilder.java:[47,65] found raw type: jakarta.persistence.criteria.Expression missing type arguments for generic class jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/PathImpl.java:[52,141] found raw type: jakarta.persistence.metamodel.Bindable missing type arguments for generic class jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/PathImpl.java:[65,34] unchecked cast required: jakarta.persistence.metamodel.Bindable found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/PathImpl.java:[118,39] found raw type: org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[70,15] found raw type: jakarta.persistence.metamodel.ManagedType missing type arguments for generic class jakarta.persistence.metamodel.ManagedType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[75,15] found raw type: org.eclipse.persistence.internal.jpa.querydef.FromImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.FromImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[77,45] found raw type: jakarta.persistence.metamodel.ManagedType missing type arguments for generic class jakarta.persistence.metamodel.ManagedType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[84,45] found raw type: jakarta.persistence.metamodel.ManagedType missing type arguments for generic class jakarta.persistence.metamodel.ManagedType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[84,201] found raw type: org.eclipse.persistence.internal.jpa.querydef.FromImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.FromImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[123,20] unchecked conversion required: jakarta.persistence.criteria.From found: org.eclipse.persistence.internal.jpa.querydef.FromImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[191,9] found raw type: jakarta.persistence.criteria.Fetch missing type arguments for generic class jakarta.persistence.criteria.Fetch [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[201,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[201,126] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[201,136] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[203,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[203,120] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[203,130] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[205,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[205,119] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[205,129] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[207,29] found raw type: org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[207,25] unchecked call to BasicMapJoinImpl(jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType) as a member of the raw type org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,81] unchecked method invocation: method managedType in interface jakarta.persistence.metamodel.Metamodel is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,127] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,193] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[211,203] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,75] unchecked method invocation: method managedType in interface jakarta.persistence.metamodel.Metamodel is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,121] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,187] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[213,197] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,74] unchecked method invocation: method managedType in interface jakarta.persistence.metamodel.Metamodel is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,120] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,25] unchecked method invocation: constructor in class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl is applied to given types required: jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType found: org.eclipse.persistence.internal.jpa.querydef.FromImpl,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,186] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[215,196] unchecked conversion required: jakarta.persistence.metamodel.Bindable found: jakarta.persistence.metamodel.Bindable [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[217,29] found raw type: org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl missing type arguments for generic class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[217,25] unchecked call to MapJoinImpl(jakarta.persistence.criteria.Path,jakarta.persistence.metamodel.ManagedType,jakarta.persistence.metamodel.Metamodel,java.lang.Class,org.eclipse.persistence.expressions.Expression,jakarta.persistence.metamodel.Bindable,jakarta.persistence.criteria.JoinType) as a member of the raw type org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[217,68] unchecked method invocation: method managedType in interface jakarta.persistence.metamodel.Metamodel is applied to given types required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[217,114] unchecked conversion required: java.lang.Class found: java.lang.Class [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[220,25] unchecked method invocation: method add in interface java.util.Set is applied to given types required: E found: jakarta.persistence.criteria.Fetch [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.java:[220,26] unchecked conversion required: E found: jakarta.persistence.criteria.Fetch [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java: Some input files additionally use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/FromImpl.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug deprecation release 17 module-path] to target/test-classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/test/java/org/eclipse/persistence/internal/jpa/FindOptionUtilsTest.java:[28,8] class org.eclipse.persistence.internal.jpa.FindOptionUtilsTest in exported package org.eclipse.persistence.internal.jpa declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpa [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/src/test/java/org/eclipse/persistence/internal/jpa/FindOptionUtilsTest.java:[28,42] class junit.framework.TestCase in module is not exported [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Configuration changed, re-generating javadoc. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-8j66p 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-0qn6h-8j66p" 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-0qn6h-8j66p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8j66p" 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-0qn6h-8j66p 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-0qn6h-8j66p" 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-0qn6h-8j66p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8j66p" 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-0qn6h-8j66p" 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-0qn6h-8j66p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8j66p" 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-0qn6h-sp7r3 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-0qn6h-sp7r3" 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-0qn6h-sp7r3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sp7r3" 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-0qn6h-sp7r3 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-0qn6h-sp7r3" 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-0qn6h-sp7r3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sp7r3" 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-0qn6h-sp7r3" 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-0qn6h-sp7r3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sp7r3" 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-0qn6h-r7jc7 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-0qn6h-r7jc7" 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-0qn6h-r7jc7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r7jc7" 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-0qn6h-r7jc7 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-0qn6h-r7jc7" 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-0qn6h-r7jc7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r7jc7" 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-0qn6h-r7jc7" 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-0qn6h-r7jc7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r7jc7" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Configuration changed, re-generating javadoc. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-dhdct 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-0qn6h-dhdct" 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-0qn6h-dhdct, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dhdct" 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-0qn6h-dhdct 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-0qn6h-dhdct" 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-0qn6h-dhdct, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dhdct" 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-0qn6h-dhdct" 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-0qn6h-dhdct, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dhdct" 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-0qn6h-6f8qs 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-0qn6h-6f8qs" 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-0qn6h-6f8qs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6f8qs" 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-0qn6h-6f8qs 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-0qn6h-6f8qs" 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-0qn6h-6f8qs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6f8qs" 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-0qn6h-6f8qs" 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-0qn6h-6f8qs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6f8qs" 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] 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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/module-info.java:[26,13] module not found: eclipselink [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars.server --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars.server/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars.server/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-43pjk 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-0qn6h-43pjk" 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-0qn6h-43pjk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-43pjk" 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-0qn6h-43pjk 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-0qn6h-43pjk" 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-0qn6h-43pjk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-43pjk" 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-0qn6h-43pjk" 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-0qn6h-43pjk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-43pjk" 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-0qn6h-sgbv9 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-0qn6h-sgbv9" 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-0qn6h-sgbv9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sgbv9" 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-0qn6h-sgbv9 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-0qn6h-sgbv9" 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-0qn6h-sgbv9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sgbv9" 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-0qn6h-sgbv9" 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-0qn6h-sgbv9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sgbv9" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-javadoc.jar [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:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-4v7kl 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-0qn6h-4v7kl" 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-0qn6h-4v7kl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4v7kl" 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-0qn6h-4v7kl 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-0qn6h-4v7kl" 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-0qn6h-4v7kl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4v7kl" 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-0qn6h-4v7kl" 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-0qn6h-4v7kl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-4v7kl" 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-0qn6h-35p42 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-0qn6h-35p42" 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-0qn6h-35p42, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-35p42" 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-0qn6h-35p42 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-0qn6h-35p42" 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-0qn6h-35p42, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-35p42" 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-0qn6h-35p42" 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-0qn6h-35p42, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-35p42" 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-0qn6h-tkzvq 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-0qn6h-tkzvq" 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-0qn6h-tkzvq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tkzvq" 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-0qn6h-tkzvq 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-0qn6h-tkzvq" 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-0qn6h-tkzvq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tkzvq" 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-0qn6h-tkzvq" 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-0qn6h-tkzvq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tkzvq" 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-0qn6h-488g5 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-0qn6h-488g5" 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-0qn6h-488g5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-488g5" 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-0qn6h-488g5 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-0qn6h-488g5" 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-0qn6h-488g5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-488g5" 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-0qn6h-488g5" 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-0qn6h-488g5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-488g5" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexvsConformTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/options/RefreshCascadeAllNoIndirectionTest.java:[22,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/WriteLockValueSerializationTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/CollectionMappingMergeObjectTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingUpdateTest.java:[33,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoMappingForPrimaryKeyTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/CursoredStreamDistinctTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/DoubleNestedUnitOfWorkRegisterNewObjectTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/DeletingFromParentSessionTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/OneToManyBatchReadingTest.java:[31,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/CountReportQueryTest.java:[37,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/DescriptorForInterfaceIsMissingTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ReportQueryWithNoAttributesTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/interfaces/DescriptorInitTest.java:[28,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/CascadingTest.java:[55,29] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/LazyInitConcurrentTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaProjectXMLTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/ReportQueryAndExistsSubQuery.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/nondeferredwrites/ProjectXMLTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/GetValueFromObject.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/NoRowsUpdatedTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/options/QueryOptionTestSuite.java:[23,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/OrderingTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/proxyindirection/DeleteProxyObjectTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLUTF16EncodingTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/ReadAnyObjectJoinPhoneTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsSharedDatabaseSessionConcurrentTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/PredefinedQueryReadObjectTest.java:[31,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkReadOnlyClassTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionRelationConformingTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryThrowExceptionTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/MissingForeignKeyTranslationTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectStaticvsDynamicTest.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/GetLeafMappingForReportQueryTest.java:[36,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/IntegrityCheckerLazyCreationTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/QuerySQLTracker.java:[43,17] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/PessimisticLockInheritanceTest.java:[48,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/MapTest.java:[31,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/transparentindirection/ZTestCase.java:[33,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/InstantiationWhileConstructorInstantiationOfFactoryTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/DataReadQueryTest1.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/ConcurrentHashMapGetConcurrentTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarProject.java:[23,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/ShouldNotThroughIntegrityCheckerTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/ConformResultsPerformanceTest.java:[40,34] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/MappingIsReadOnlyTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/transparentindirection/ZTestSuite.java:[35,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ReturnAndMappingWithoutIndirectionMismatchTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/OptimisticLockingChangedValueTest.java:[22,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/OptimisticLockingDeleteRowTest.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheTestSuite.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/ShouldNotCheckDatabaseTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/Client.java:[27,24] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/proxyindirection/UpdateTest.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/IdentityMapTestSuite.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/RefreshTest.java:[34,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingUnitOfWorkTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/manual/DeleteOrderUnitOfWorkTest.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllJoinReadingTest.java:[28,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLTestModel.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/SetMethodParameterTypeNotValidTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopVersionLockInObjectTest.java:[66,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/mapping/MultipleTableReadAllTest.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsBatch21mTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/SearchTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/CMWorkbenchIntegrationSystem.java:[42,24] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/MultipleTableModelWorkbenchIntegrationSystem.java:[29,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/interfaces/ReadAllBatchTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/OneToManyBatchReadingCustomSelectionQueryTest.java:[34,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/DirectMapMappingMWIntergrationSystem.java:[30,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingInsertTest.java:[27,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/JoiningValueholderInstantiationTest.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/QuerySQLTracker.java:[44,17] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/repreparation/AddItemTest.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/remote/CacheExpiryRemoteTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/InvalidIndirectionContainerClassTest.java:[39,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoSubClassMatchTest_AggregateCollection.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryReturnNotConfirmedTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileConstructorInstantiationOfFactoryTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingTestModel.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/oracle/UpdateTestCase.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/transparentindirection/NullDelegateInValueHolderTest.java:[39,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryManagerTimeoutTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryModel.java:[21,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/mapping/MultipleTableDeleteObjectTest.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/FirstResultAndMaxRowsTest.java:[36,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/QueryAndSQLCountingTestModel.java:[22,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/proxyindirection/UOWRegisterProxyObjectTest.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasInsertQueryIsSQLCallQueryTest.java:[36,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchTestCase.java:[75,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/ExceptionHandlerTest1.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/Scenario6_1.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/ParallelBuilderReportItemTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/GetFromNewObjectWithConformTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/inheritance/BindingWithShallowInsertTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/interfaces/QueryAccrossV11ProxyIndirectionTest.java:[45,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/InvalidSetMethodParameterTypeForProxyIndirectionTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/VerifyExclusiveConnectionTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/VerifyExclusiveConnectionTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/ClientServerTest.java:[53,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/CursoredStreamTest.java:[38,26] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionTest.java:[48,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NestedUOWWithUpdateAllQueryTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/InstanceCreationTest.java:[27,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ChainedExceptionTestCase.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/CloneAttributeIfMutableTest.java:[40,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/schemaframework/AutoTableGeneratorBasicTestModel.java:[25,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/EmployeeProject2.java:[34,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryTimeOutTest.java:[25,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/SequenceStringExistingPKTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/DailyCacheExpiryTest.java:[39,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeChangeTrackingTestModel.java:[28,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/GetMethodReturnTypeNotValidTest.java:[36,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ConstructingDescriptorExceptionTests.java:[43,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/PessimisticLockBatchAttributeTest.java:[40,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/history/InsertWithHistoryPolicyTest.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/ErrorOccuredInAmendmentMethodTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformWithoutRegisteringTest.java:[90,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/forceupdate/FUVLVersionLockInCacheTest.java:[65,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/writing/ComplexUpdateEmployeeUnitOfWorkTest.java:[34,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseNoIdentityMapTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/NamedQueryDoesNotExistTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/NamedQueriesUOWTest.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/ProjectXMLTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/Scenario1_8a.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitUndefinedAndDescriptorEnabledTest.java:[21,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/SequencingConcurrencyTest.java:[92,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ProxyIndirectionMWIntegrationSystem.java:[24,21] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/proxyindirection/ReadWithExpressionTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/writing/BidirectionalInsertWithPartialRegisterationTest.java:[43,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UnitOfWorkCreateObjectReadTimeTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/BatchReadingValueholderInstantiationTest.java:[42,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllBigBadObjectTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/RelationshipTreeInsertTest.java:[36,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/BuildConstructorPorjectsDefaultReadOnlyClassesIsNotEmptyTest.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/concurrent/AddPhoneCachedConcurrentTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/DeepRefreshTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/AttributeNameNotSpecifiedTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/identitymaps/DeleteWithGarbageCollectionTest.java:[36,28] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessioncache/WriteNewObjectTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/RefreshWithCheckCacheOnlyTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeSubProject.java:[35,22] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/FeatureTestModelWithINNERJoins.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/FeatureTestModel.java:[53,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/jpql/JPQLUnitTestSuite.java:[19,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/JavaPerformanceComparisonModel.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/RelationKeyFieldNotProperlySpecifiedTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/OneToOneBatchReadingTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingUnitOfWorkInTransactionTest.java:[34,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoReferenceKeyIsSpecifiedTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/UseDistinctTest.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/CursoredStreamAnyOfTest.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingRowExtractionMethodTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/InvalidAmendmentMethodTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/LinkedHashMapTest.java:[28,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/jpql/JPQLSimpleTestSuite.java:[24,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexExpressionEmployeeTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/NoForeighKeysAreSpecifiedTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/readonly/ReadOnlyTestModel.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/returning/model/ReturningProject.java:[30,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorUnicodeTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldAlwaysRefreshCacheTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ConformingQueryCacheTest.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/UnitOfWorkQueryCacheTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/NamedQueryQueryCacheTest.java:[52,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedUOWConcurrentRegressionTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkDeleteFromNestedObjectTest.java:[32,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitWithInheritance.java:[26,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/report/Scenario5_2c.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingFieldToMethodTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectComplexExpressionEmployeeTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/reading/ReadAllCompletelyBatchedEmployeeTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/remote/RemoteModel.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedEmployeeProject.java:[40,16] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/onetoonejointable/OneToOneJoinTableEmployeeBasicTestModel.java:[52,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/mapping/LoopingJoinedAttributeTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/mapping/TwoLevelJoinedAttributeTest.java:[38,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/QueryTimeoutConnectionReleasedTest.java:[37,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/GetAboutToUpdateSelectorIsNotNullTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/validation/SequenceFieldNameNotSetTest.java:[27,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaWildFlyPlatformTest.java:[35,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/ScrollableCursorForwardOnlyResultSetTest.java:[31,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLBasicTestModel.java:[49,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectIsolatedConcurrentTest.java:[30,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerPropertyLinesAssumeExistenceForDoesExistTest.java:[33,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/transparentindirection/TransparentIndirectionModel.java:[36,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/feature/NoDefaultNullValueTest.java:[29,23] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/JoiningValueholderInstantiationTest.java:[43,23] possible 'this' escape before subclass is fully initialized [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/security/ExceptionTestSaveSecurityManager.java: Some input files additionally use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/PolicyHolder.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/PolicyHolder.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] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] -------< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] skipping execute as per configuration [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [WARNING] Can't extract module name from org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar: SequencingMWIntegrationEmployeeProject.class found in top-level directory (unnamed package not allowed in module) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/suncorba/_CORBAServerManagerImplBase.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [WARNING] Can't extract module name from org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar: SequencingMWIntegrationEmployeeProject.class found in top-level directory (unnamed package not allowed in module) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-fx2gz 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-0qn6h-fx2gz" 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-0qn6h-fx2gz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fx2gz" 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-0qn6h-fx2gz 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-0qn6h-fx2gz" 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-0qn6h-fx2gz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fx2gz" 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-0qn6h-fx2gz" 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-0qn6h-fx2gz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fx2gz" 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-0qn6h-6vlr7 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-0qn6h-6vlr7" 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-0qn6h-6vlr7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6vlr7" 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-0qn6h-6vlr7 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-0qn6h-6vlr7" 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-0qn6h-6vlr7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6vlr7" 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-0qn6h-6vlr7" 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-0qn6h-6vlr7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6vlr7" 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-0qn6h-z7wb6 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-0qn6h-z7wb6" 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-0qn6h-z7wb6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z7wb6" 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-0qn6h-z7wb6 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-0qn6h-z7wb6" 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-0qn6h-z7wb6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z7wb6" 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-0qn6h-z7wb6" 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-0qn6h-z7wb6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-z7wb6" 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-0qn6h-krn6r 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-0qn6h-krn6r" 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-0qn6h-krn6r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-krn6r" 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-0qn6h-krn6r 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-0qn6h-krn6r" 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-0qn6h-krn6r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-krn6r" 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-0qn6h-krn6r" 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-0qn6h-krn6r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-krn6r" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [WARNING] Can't extract module name from org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar: SequencingMWIntegrationEmployeeProject.class found in top-level directory (unnamed package not allowed in module) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Configuration changed, re-generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-xd38p 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-0qn6h-xd38p" 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-0qn6h-xd38p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xd38p" 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-0qn6h-xd38p 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-0qn6h-xd38p" 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-0qn6h-xd38p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xd38p" 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-0qn6h-xd38p" 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-0qn6h-xd38p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-xd38p" 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-0qn6h-dcgl0 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-0qn6h-dcgl0" 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-0qn6h-dcgl0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dcgl0" 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-0qn6h-dcgl0 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-0qn6h-dcgl0" 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-0qn6h-dcgl0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dcgl0" 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-0qn6h-dcgl0" 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-0qn6h-dcgl0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-dcgl0" 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] 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[1460,24] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[259,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[273,19] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOChangeSummary.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOChangeSummary.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOMarshalListener.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOMarshalListener.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/ink-pull-request-verifier_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.1/jakarta.xml.bind-api-4.0.1.jar:/home/jenkins/agent/workspace/ink-pull-request-verifier_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.6.0/org.eclipse.persistence.asm-9.6.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1k1vs 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-0qn6h-1k1vs" 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-0qn6h-1k1vs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1k1vs" 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-0qn6h-1k1vs WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-cx57b 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-0qn6h-cx57b" 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-0qn6h-cx57b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cx57b" 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-0qn6h-cx57b 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-0qn6h-1k1vs" 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-0qn6h-1k1vs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1k1vs" 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-0qn6h-1k1vs" 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-0qn6h-1k1vs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1k1vs" 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) 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-0qn6h-cx57b" 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-0qn6h-cx57b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cx57b" 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-0qn6h-cx57b" 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-0qn6h-cx57b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cx57b" 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) [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Configuration changed, re-generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:112: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-rl8xq 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-0qn6h-rl8xq" 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-0qn6h-rl8xq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rl8xq" 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-0qn6h-rl8xq 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-0qn6h-rl8xq" 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-0qn6h-rl8xq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rl8xq" 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-0qn6h-rl8xq" 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-0qn6h-rl8xq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rl8xq" 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-0qn6h-czgvd 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-0qn6h-czgvd" 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-0qn6h-czgvd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-czgvd" 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-0qn6h-czgvd 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-0qn6h-czgvd" 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-0qn6h-czgvd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-czgvd" 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-0qn6h-czgvd" 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-0qn6h-czgvd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-czgvd" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-ctkr9 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-0qn6h-ctkr9" 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-0qn6h-ctkr9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ctkr9" 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-0qn6h-ctkr9 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-0qn6h-ctkr9" 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-0qn6h-ctkr9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ctkr9" 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-0qn6h-ctkr9" 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-0qn6h-ctkr9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-ctkr9" 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-0qn6h-31973 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-0qn6h-31973" 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-0qn6h-31973, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-31973" 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-0qn6h-31973 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-0qn6h-31973" 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-0qn6h-31973, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-31973" 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-0qn6h-31973" 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-0qn6h-31973, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-31973" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] Writing manifest: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [WARNING] Can't extract module name from org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar: SequencingMWIntegrationEmployeeProject.class found in top-level directory (unnamed package not allowed in module) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Configuration changed, re-generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --------------< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/moxy-standalone/target/bom.json [INFO] attaching as moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/moxy-standalone/target/moxy-standalone-5.0.0-SNAPSHOT.zip WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-vpl8p 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-0qn6h-vpl8p" 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-0qn6h-vpl8p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vpl8p" 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... WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-d1qfm 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-0qn6h-d1qfm" 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-0qn6h-d1qfm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d1qfm" 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-0qn6h-vpl8p ERROR: Failed to launch el-master-agent-pod-0qn6h-d1qfm 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-0qn6h-vpl8p" 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-0qn6h-vpl8p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vpl8p" 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-0qn6h-vpl8p" 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-0qn6h-vpl8p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-vpl8p" 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) 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-0qn6h-d1qfm" 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-0qn6h-d1qfm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d1qfm" 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-0qn6h-d1qfm" 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-0qn6h-d1qfm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d1qfm" 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) [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] ----------------< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [INFO] Storing buildNumber: c5aed35b2e3c64f0b929c7d5a70bb119efb7dd95 at timestamp: 1710241675190 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink [INFO] Storing scmBranch: UNKNOWN [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] Copying 56 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.12.1:compile (default-compile) @ eclipselink --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 3416 source files with javac [debug release 17 module-path] to target/classes WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-17fhz 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-0qn6h-17fhz" 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-0qn6h-17fhz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-17fhz" 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-0qn6h-17fhz 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-0qn6h-17fhz" 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-0qn6h-17fhz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-17fhz" 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-0qn6h-17fhz" 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-0qn6h-17fhz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-17fhz" 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-0qn6h-w58kw 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-0qn6h-w58kw" 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-0qn6h-w58kw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w58kw" 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-0qn6h-w58kw 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-0qn6h-w58kw" 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-0qn6h-w58kw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w58kw" 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-0qn6h-w58kw" 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-0qn6h-w58kw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-w58kw" 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-0qn6h-v14tl 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-0qn6h-v14tl" 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-0qn6h-v14tl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v14tl" 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-0qn6h-v14tl 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-0qn6h-v14tl" 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-0qn6h-v14tl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v14tl" 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-0qn6h-v14tl" 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-0qn6h-v14tl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v14tl" 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-0qn6h-8145c 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-0qn6h-8145c" 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-0qn6h-8145c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8145c" 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-0qn6h-8145c 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-0qn6h-8145c" 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-0qn6h-8145c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8145c" 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-0qn6h-8145c" 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-0qn6h-8145c, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-8145c" 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-0qn6h-nc4vv 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-0qn6h-nc4vv" 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-0qn6h-nc4vv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nc4vv" 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-0qn6h-nc4vv 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-0qn6h-nc4vv" 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-0qn6h-nc4vv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nc4vv" 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-0qn6h-nc4vv" 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-0qn6h-nc4vv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nc4vv" 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-0qn6h-hjgkz 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-0qn6h-hjgkz" 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-0qn6h-hjgkz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hjgkz" 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-0qn6h-hjgkz 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-0qn6h-hjgkz" 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-0qn6h-hjgkz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hjgkz" 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-0qn6h-hjgkz" 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-0qn6h-hjgkz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hjgkz" 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-0qn6h-qfglp 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-0qn6h-qfglp" 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-0qn6h-qfglp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qfglp" 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-0qn6h-qfglp 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-0qn6h-qfglp" 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-0qn6h-qfglp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qfglp" 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-0qn6h-qfglp" 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-0qn6h-qfglp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qfglp" 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-0qn6h-gjc0q 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-0qn6h-gjc0q" 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-0qn6h-gjc0q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gjc0q" 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-0qn6h-gjc0q 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-0qn6h-gjc0q" 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-0qn6h-gjc0q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gjc0q" 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-0qn6h-gjc0q" 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-0qn6h-gjc0q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-gjc0q" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1323,30] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1324,41] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[234,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[262,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[283,28] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[319,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[446,19] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[464,55] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[979,48] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1003,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1101,47] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1115,68] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1127,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1142,53] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[52,12] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:[61,35] enum jakarta.ws.rs.core.Response.Status in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[42,119] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[54,146] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[65,114] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[77,130] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilder.java:[89,143] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[59,22] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[62,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[82,37] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[266,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[289,12] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[301,39] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[317,19] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTATransactionController.java:[326,53] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/jboss/JBossTransactionController.java:[47,15] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/record/JsonGeneratorRecord.java:[30,32] interface jakarta.json.stream.JsonGenerator in module jakarta.json is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/was/WebSpherePlatformDetector.java:[52,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/was/WebSpherePlatformDetector.java:[65,20] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[47,126] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[52,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[62,136] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[76,150] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[84,121] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[57,126] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[62,153] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[76,150] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[89,134] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[97,121] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[1460,24] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/features/fieldsfiltering/FieldsFilteringValidator.java:[41,37] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/server/ServerPlatformBase.java:[304,34] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[72,25] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[140,62] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[163,58] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,118] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[61,139] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,91] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[83,112] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,107] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[105,128] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,15] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,81] interface jakarta.ws.rs.core.HttpHeaders in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[132,102] interface jakarta.ws.rs.core.UriInfo in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[64,22] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[71,19] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[82,75] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[89,15] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[111,45] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[111,96] interface jakarta.transaction.TransactionManager in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[130,15] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[149,12] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/JTA11TransactionController.java:[160,45] interface jakarta.transaction.TransactionSynchronizationRegistry in module jakarta.transaction is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/factories/MissingDescriptorListener.java:[78,37] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,2] class jakarta.ws.rs.Produces in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[38,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,2] class jakarta.ws.rs.Consumes in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,13] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[39,41] class jakarta.ws.rs.core.MediaType in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[40,2] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[43,6] class jakarta.ws.rs.GET in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[44,6] class jakarta.ws.rs.Path in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[45,12] class jakarta.ws.rs.core.Response in module jakarta.ws.rs is not indirectly exported using 'requires transitive' [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java: Some input files additionally use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractRecord.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractRecord.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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- jar:3.3.0:jar (jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/bom.json [INFO] attaching as eclipselink-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-f48ng 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-0qn6h-f48ng" 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-0qn6h-f48ng, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f48ng" 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-0qn6h-f48ng 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-0qn6h-f48ng" 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-0qn6h-f48ng, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f48ng" 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-0qn6h-f48ng" 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-0qn6h-f48ng, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-f48ng" 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-0qn6h-c3rr8 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-0qn6h-c3rr8" 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-0qn6h-c3rr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-c3rr8" 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-0qn6h-c3rr8 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-0qn6h-c3rr8" 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-0qn6h-c3rr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-c3rr8" 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-0qn6h-c3rr8" 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-0qn6h-c3rr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-c3rr8" 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-0qn6h-m34m2 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-0qn6h-m34m2" 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-0qn6h-m34m2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m34m2" 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-0qn6h-m34m2 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-0qn6h-m34m2" 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-0qn6h-m34m2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m34m2" 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-0qn6h-m34m2" 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-0qn6h-m34m2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m34m2" 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-0qn6h-hnwrw 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-0qn6h-hnwrw" 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-0qn6h-hnwrw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hnwrw" 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-0qn6h-hnwrw 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-0qn6h-hnwrw" 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-0qn6h-hnwrw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hnwrw" 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-0qn6h-hnwrw" 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-0qn6h-hnwrw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hnwrw" 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-0qn6h-jplvg 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-0qn6h-jplvg" 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-0qn6h-jplvg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jplvg" 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-0qn6h-jplvg 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-0qn6h-jplvg" 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-0qn6h-jplvg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jplvg" 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-0qn6h-jplvg" 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-0qn6h-jplvg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jplvg" 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-0qn6h-9pck9 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-0qn6h-9pck9" 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-0qn6h-9pck9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9pck9" 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-0qn6h-9pck9 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-0qn6h-9pck9" 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-0qn6h-9pck9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9pck9" 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-0qn6h-9pck9" 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-0qn6h-9pck9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9pck9" 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-0qn6h-1mrcb 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-0qn6h-1mrcb" 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-0qn6h-1mrcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1mrcb" 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-0qn6h-1mrcb 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-0qn6h-1mrcb" 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-0qn6h-1mrcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1mrcb" 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-0qn6h-1mrcb" 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-0qn6h-1mrcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1mrcb" 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-0qn6h-9hqhx 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-0qn6h-9hqhx" 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-0qn6h-9hqhx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9hqhx" 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-0qn6h-9hqhx 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-0qn6h-9hqhx" 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-0qn6h-9hqhx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9hqhx" 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-0qn6h-9hqhx" 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-0qn6h-9hqhx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9hqhx" 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-0qn6h-jjb5n 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-0qn6h-jjb5n" 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-0qn6h-jjb5n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jjb5n" 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-0qn6h-jjb5n 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-0qn6h-jjb5n" 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-0qn6h-jjb5n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jjb5n" 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-0qn6h-jjb5n" 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-0qn6h-jjb5n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jjb5n" 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-0qn6h-7lsgf 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-0qn6h-7lsgf" 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-0qn6h-7lsgf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7lsgf" 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-0qn6h-7lsgf 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-0qn6h-7lsgf" 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-0qn6h-7lsgf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7lsgf" 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-0qn6h-7lsgf" 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-0qn6h-7lsgf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7lsgf" 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] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:112: warning: Tag {@link}: nested link [WARNING] * Moved to {@link org.eclipse.persistence.sdo.SDOSystemProperties}. * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:111: warning: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] * @see org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAME [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<' [WARNING] * [WARNING] ^ [WARNING] 29 warnings [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/tests/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/src/main/resources [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] jakarta.persistence:jakarta.persistence-api:jar:3.2.0-M2 already exists in destination. [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.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.4 already exists in destination. [INFO] com.sun.xml.bind:jaxb-core:jar:4.0.4 already exists in destination. [INFO] jakarta.validation:jakarta.validation-api:jar:3.1.0-M1 already exists in destination. [INFO] jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 already exists in destination. [INFO] jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.1 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-javadoc.jar [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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-nd6qf 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-0qn6h-nd6qf" 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-0qn6h-nd6qf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nd6qf" 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-0qn6h-nd6qf 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-0qn6h-nd6qf" 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-0qn6h-nd6qf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nd6qf" 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-0qn6h-nd6qf" 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-0qn6h-nd6qf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-nd6qf" 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-0qn6h-0qllx 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-0qn6h-0qllx" 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-0qn6h-0qllx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0qllx" 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-0qn6h-0qllx 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-0qn6h-0qllx" 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-0qn6h-0qllx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0qllx" 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-0qn6h-0qllx" 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-0qn6h-0qllx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0qllx" 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) [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/testing/server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] ------< 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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-m1bft 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-0qn6h-m1bft" 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-0qn6h-m1bft, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m1bft" 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-0qn6h-m1bft 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-0qn6h-m1bft" 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-0qn6h-m1bft, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m1bft" 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-0qn6h-m1bft" 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-0qn6h-m1bft, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m1bft" 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-0qn6h-bx5cf 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-0qn6h-bx5cf" 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-0qn6h-bx5cf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bx5cf" 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-0qn6h-bx5cf 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-0qn6h-bx5cf" 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-0qn6h-bx5cf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bx5cf" 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-0qn6h-bx5cf" 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-0qn6h-bx5cf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bx5cf" 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) [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: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.junit.After,/jakarta.persistence.PreUpdate,/org.junit.AfterClass,/org.eclipse.samples.LoggableEmployee,/org.junit.runners.Suite.SuiteClasses,/jakarta.persistence.MapKeyColumn,/org.junit.BeforeClass,/org.junit.Ignore,/jakarta.persistence.EntityListeners,/jakarta.persistence.PrePersist,/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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] [INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] ---< 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: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/ink-pull-request-verifier_master/bundles/others/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/others/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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-M2:jar [INFO] Copying jakarta.persistence-api-3.2.0-M2.jar to /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins/jakarta.persistence-api-3.2.0-M2.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/others/target/bom.json [INFO] attaching as org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/target/eclipselink-plugins-nosql.zip [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.6.0:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence5.0.0-SNAPSHOT-shared-lib.ear WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-0pt4p 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-0qn6h-0pt4p" 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-0qn6h-0pt4p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0pt4p" 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-0qn6h-0pt4p 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-0qn6h-0pt4p" 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-0qn6h-0pt4p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0pt4p" 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-0qn6h-0pt4p" 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-0qn6h-0pt4p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-0pt4p" 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-0qn6h-krt44 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-0qn6h-krt44" 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-0qn6h-krt44, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-krt44" 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-0qn6h-krt44 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-0qn6h-krt44" 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-0qn6h-krt44, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-krt44" 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-0qn6h-krt44" 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-0qn6h-krt44, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-krt44" 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) [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_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.6.0:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/ink-pull-request-verifier_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.6.0:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] -------------------< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/bundles/p2site/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-25pl2 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-0qn6h-25pl2" 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-0qn6h-25pl2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-25pl2" 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-0qn6h-25pl2 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-0qn6h-25pl2" 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-0qn6h-25pl2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-25pl2" 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-0qn6h-25pl2" 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-0qn6h-25pl2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-25pl2" 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-0qn6h-jmr7t 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-0qn6h-jmr7t" 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-0qn6h-jmr7t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jmr7t" 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-0qn6h-jmr7t 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-0qn6h-jmr7t" 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-0qn6h-jmr7t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jmr7t" 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-0qn6h-jmr7t" 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-0qn6h-jmr7t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-jmr7t" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 106 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-shj84 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-0qn6h-shj84" 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-0qn6h-shj84, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-shj84" 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-0qn6h-shj84 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-0qn6h-shj84" 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-0qn6h-shj84, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-shj84" 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-0qn6h-shj84" 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-0qn6h-shj84, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-shj84" 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-0qn6h-6pl4g 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-0qn6h-6pl4g" 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-0qn6h-6pl4g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6pl4g" 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-0qn6h-6pl4g 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-0qn6h-6pl4g" 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-0qn6h-6pl4g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6pl4g" 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-0qn6h-6pl4g" 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-0qn6h-6pl4g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6pl4g" 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) [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/testing/server-oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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: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/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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.annotation.PostConstruct,/jakarta.ejb.Stateless,/jakarta.ejb.Singleton [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/target/classes with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1wnvs 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-0qn6h-1wnvs" 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-0qn6h-1wnvs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1wnvs" 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-0qn6h-1wnvs [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] ----< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test --- 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-0qn6h-1wnvs" 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-0qn6h-1wnvs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1wnvs" 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-0qn6h-1wnvs" 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-0qn6h-1wnvs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1wnvs" 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) [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-rnxp4 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-0qn6h-rnxp4" 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-0qn6h-rnxp4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rnxp4" 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-0qn6h-rnxp4 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-0qn6h-rnxp4" 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-0qn6h-rnxp4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rnxp4" 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-0qn6h-rnxp4" 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-0qn6h-rnxp4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rnxp4" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[116,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[132,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[187,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[203,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[258,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[274,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[329,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[345,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[400,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[416,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[471,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[487,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[556,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[574,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[589,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[666,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[686,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[703,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[780,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[800,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[817,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[884,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[899,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[914,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[979,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[994,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1009,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1074,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1089,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1104,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1159,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1175,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1230,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1246,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1301,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1317,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1372,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1388,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1444,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1460,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1515,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1531,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1600,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1618,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1633,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1692,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1706,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1717,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1771,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1785,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1796,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1866,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1885,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1900,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1903,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1965,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1980,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1991,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[1994,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2051,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2066,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2077,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2080,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2133,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2149,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2204,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2220,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2275,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2291,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2348,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2365,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2422,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2439,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2496,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2513,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2570,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2587,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2644,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2661,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2718,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2735,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2790,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2806,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2861,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2877,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2932,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[2948,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3021,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3040,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3058,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3140,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3161,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3181,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3265,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3286,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3306,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3386,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3406,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3425,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3504,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3524,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3543,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3622,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3642,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3661,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3732,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3749,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3766,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3840,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3859,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3878,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3954,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3973,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[3992,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4056,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4075,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4142,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4163,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4232,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4253,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4330,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4349,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4367,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4449,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4470,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4490,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4574,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4595,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4615,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4673,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4694,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4711,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4768,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4789,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4806,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4862,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4883,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4900,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4957,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4978,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[4995,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5052,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5073,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5090,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5146,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5167,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5184,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5241,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5262,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5279,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5336,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5357,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5374,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5430,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5451,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5468,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5527,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5543,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5598,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5614,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5669,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxFunctionTests.java:[5685,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/uuid/TestUuidCommon.java:[181,18] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[68,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[104,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[141,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/TestQueryEqualTo.java:[177,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[114,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[130,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[185,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[201,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[256,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[272,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[339,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[357,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[374,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[443,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[461,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[478,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[547,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[565,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[582,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[639,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[655,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[710,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[726,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[781,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[797,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[864,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[882,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[899,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[968,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[986,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1003,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1072,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1090,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1107,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1164,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1180,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1235,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1251,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1306,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1322,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1389,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1406,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1422,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1490,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1507,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1523,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1591,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1608,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1624,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1672,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1685,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1729,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1742,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1794,19] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxOrderingTests.java:[1811,20] multiselect(jakarta.persistence.criteria.Selection...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] ----< 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: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Recompiling the module because of changed dependency. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-r75gf 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-0qn6h-r75gf" 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-0qn6h-r75gf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r75gf" 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-0qn6h-r75gf 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-0qn6h-r75gf" 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-0qn6h-r75gf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r75gf" 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-0qn6h-r75gf" 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-0qn6h-r75gf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-r75gf" 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-0qn6h-d6mzg 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-0qn6h-d6mzg" 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-0qn6h-d6mzg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d6mzg" 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-0qn6h-d6mzg 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-0qn6h-d6mzg" 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-0qn6h-d6mzg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d6mzg" 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-0qn6h-d6mzg" 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-0qn6h-d6mzg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-d6mzg" 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) [INFO] Compiling 218 source files with javac [debug deprecation release 17] to target/test-classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.6.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/classes with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar with assembly file: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [INFO] [INFO] --- assembly:3.6.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] ----< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/CacheInvalidationHandler.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/CacheInvalidationHandler.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-whhz4 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-0qn6h-whhz4" 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-0qn6h-whhz4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-whhz4" 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-0qn6h-whhz4 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-0qn6h-whhz4" 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-0qn6h-whhz4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-whhz4" 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-0qn6h-whhz4" 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-0qn6h-whhz4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-whhz4" 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-0qn6h-p07fs 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-0qn6h-p07fs" 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-0qn6h-p07fs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p07fs" 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-0qn6h-p07fs 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-0qn6h-p07fs" 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-0qn6h-p07fs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p07fs" 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-0qn6h-p07fs" 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-0qn6h-p07fs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p07fs" 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) [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] --- 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/ink-pull-request-verifier_master/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/eclipselink.utils.sigcompare/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/utils/eclipselink.utils.sigcompare/src/it/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-javadoc.jar [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps --- [INFO] Skipping javadoc generation [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-6tm6f 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-0qn6h-6tm6f" 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-0qn6h-6tm6f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6tm6f" 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-0qn6h-6tm6f 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-0qn6h-6tm6f" 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-0qn6h-6tm6f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6tm6f" 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-0qn6h-6tm6f" 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-0qn6h-6tm6f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6tm6f" 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-0qn6h-3zz3q 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-0qn6h-3zz3q" 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-0qn6h-3zz3q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3zz3q" 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-0qn6h-3zz3q 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-0qn6h-3zz3q" 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-0qn6h-3zz3q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3zz3q" 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-0qn6h-3zz3q" 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-0qn6h-3zz3q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-3zz3q" 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) [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.OrderColumn,/jakarta.persistence.Access,/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,/org.eclipse.persistence.annotations.Cache,/jakarta.persistence.Basic,/org.eclipse.persistence.annotations.CacheIndex,/jakarta.persistence.JoinColumn,/org.eclipse.persistence.oxm.annotations.XmlPath,/jakarta.persistence.Enumerated,/jakarta.persistence.ManyToMany,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/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,/org.eclipse.persistence.annotations.PrimaryKey,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.Properties,/org.eclipse.persistence.annotations.DeleteAll,/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.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/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,/org.eclipse.persistence.annotations.Property,/org.eclipse.persistence.annotations.Mutable,/jakarta.persistence.PrePersist,/jakarta.persistence.NamedQueries,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/org.eclipse.persistence.annotations.ReadTransformer,/jakarta.persistence.PostUpdate,/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.NamedNativeQuery,/jakarta.persistence.SqlResultSetMappings [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 69 source files with javac [debug deprecation release 17] to target/test-classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/ReportQueryAdvancedJUnitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/ReportQueryAdvancedJUnitTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ddl/ForeignKeyTest.java:[63,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/CriteriaQueryCastTest.java:[42,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/ddl/XMLIndexTest.java:[32,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/XMLEntityGraphTest.java:[34,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/CriteriaQueryMetamodelTest.java:[51,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/CriteriaQueryTest.java:[56,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/NamedStoredProcedureQueryTest.java:[57,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/EntityGraphTest.java:[107,22] addSubclassSubgraph(java.lang.Class) in jakarta.persistence.EntityGraph has been deprecated and marked for removal [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/EntityGraphTest.java:[44,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/XMLNamedStoredProcedureQueryTest.java:[37,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/AnnotationsTest.java:[75,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ConverterTest.java:[73,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/WeaverTest.java:[32,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/ddl/XMLForeignKeyTest.java:[57,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/StoredProcedureQueryTest.java:[54,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/xml/XMLConverterTest.java:[47,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ddl/DDLSchemaTest.java:[49,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ddl/IndexTest.java:[32,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/QueryTest.java:[51,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/ddl/DDLTest.java:[72,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/EntityManagerTest.java:[38,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/jpa21/advanced/EntityManagerFactoryTest.java:[37,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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-rv5gt 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-0qn6h-rv5gt" 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-0qn6h-rv5gt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rv5gt" 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-0qn6h-rv5gt 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-0qn6h-rv5gt" 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-0qn6h-rv5gt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rv5gt" 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-0qn6h-rv5gt" 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-0qn6h-rv5gt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rv5gt" 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-0qn6h-v41rv 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-0qn6h-v41rv" 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-0qn6h-v41rv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v41rv" 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-0qn6h-v41rv 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-0qn6h-v41rv" 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-0qn6h-v41rv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v41rv" 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-0qn6h-v41rv" 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-0qn6h-v41rv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v41rv" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-9lfj3 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-0qn6h-9lfj3" 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-0qn6h-9lfj3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9lfj3" 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-0qn6h-9lfj3 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-0qn6h-9lfj3" 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-0qn6h-9lfj3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9lfj3" 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-0qn6h-9lfj3" 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-0qn6h-9lfj3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9lfj3" 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-0qn6h-115k2 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-0qn6h-115k2" 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-0qn6h-115k2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-115k2" 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-0qn6h-115k2 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-0qn6h-115k2" 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-0qn6h-115k2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-115k2" 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-0qn6h-115k2" 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-0qn6h-115k2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-115k2" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.complexaggregate --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-bqzt0 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-0qn6h-bqzt0" 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-0qn6h-bqzt0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bqzt0" 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-0qn6h-bqzt0 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-l869z 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-0qn6h-l869z" 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-0qn6h-l869z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l869z" 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-0qn6h-l869z 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-0qn6h-bqzt0" 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-0qn6h-bqzt0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bqzt0" 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-0qn6h-bqzt0" 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-0qn6h-bqzt0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-bqzt0" 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) 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-0qn6h-l869z" 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-0qn6h-l869z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l869z" 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-0qn6h-l869z" 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-0qn6h-l869z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-l869z" 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) [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.PostLoad,/jakarta.persistence.ManyToMany,/jakarta.persistence.PreRemove,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.OneToOne,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.PrimaryKey,/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.Embedded,/jakarta.persistence.CollectionTable,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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(933825758)--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(933825758)--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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inherited --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/OrderedListJunitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/OrderedListJunitTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.criteria --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datatypes --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datetime --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.lob --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-qcwhh 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-0qn6h-qcwhh" 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-0qn6h-qcwhh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qcwhh" 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-0qn6h-qcwhh 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-0qn6h-qcwhh" 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-0qn6h-qcwhh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qcwhh" 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-0qn6h-qcwhh" 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-0qn6h-qcwhh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-qcwhh" 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-0qn6h-kdsw7 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-0qn6h-kdsw7" 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-0qn6h-kdsw7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kdsw7" 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-0qn6h-kdsw7 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-0qn6h-kdsw7" 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-0qn6h-kdsw7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kdsw7" 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-0qn6h-kdsw7" 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-0qn6h-kdsw7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-kdsw7" 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) [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.delimited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.extensibility --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.identity --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.relationships --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-89wtk 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-0qn6h-89wtk" 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-0qn6h-89wtk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-89wtk" 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-0qn6h-89wtk 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-0qn6h-89wtk" 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-0qn6h-89wtk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-89wtk" 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-0qn6h-89wtk" 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-0qn6h-89wtk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-89wtk" 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-0qn6h-6kwp0 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-0qn6h-6kwp0" 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-0qn6h-6kwp0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6kwp0" 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-0qn6h-6kwp0 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-0qn6h-6kwp0" 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-0qn6h-6kwp0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6kwp0" 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-0qn6h-6kwp0" 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-0qn6h-6kwp0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6kwp0" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpql --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 25 source files with javac [debug deprecation release 17] to target/test-classes [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jta --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.memory --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-b33wd 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-0qn6h-b33wd" 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-0qn6h-b33wd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b33wd" 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-0qn6h-b33wd 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-0qn6h-b33wd" 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-0qn6h-b33wd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b33wd" 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-0qn6h-b33wd" 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-0qn6h-b33wd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-b33wd" 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-0qn6h-2q922 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-0qn6h-2q922" 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-0qn6h-2q922, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2q922" 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-0qn6h-2q922 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-0qn6h-2q922" 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-0qn6h-2q922, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2q922" 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-0qn6h-2q922" 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-0qn6h-2q922, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-2q922" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.partitioned --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityManagerTest.java:[58,18] possible 'this' escape before subclass is fully initialized [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityManagerFactoryTest.java:[81,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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.privateowned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.remote --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.validation --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.weaving --- [INFO] Skipping javadoc generation [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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-j6rn7 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-0qn6h-j6rn7" 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-0qn6h-j6rn7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j6rn7" 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-0qn6h-j6rn7 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-0qn6h-j6rn7" 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-0qn6h-j6rn7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j6rn7" 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-0qn6h-j6rn7" 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-0qn6h-j6rn7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j6rn7" 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-0qn6h-t095z 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-0qn6h-t095z" 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-0qn6h-t095z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t095z" 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-0qn6h-t095z 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-0qn6h-t095z" 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-0qn6h-t095z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t095z" 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-0qn6h-t095z" 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-0qn6h-t095z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-t095z" 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] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-j4zw0 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-0qn6h-j4zw0" 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-0qn6h-j4zw0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j4zw0" 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-0qn6h-j4zw0 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-0qn6h-j4zw0" 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-0qn6h-j4zw0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j4zw0" 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-0qn6h-j4zw0" 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-0qn6h-j4zw0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-j4zw0" 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-0qn6h-9sl3t 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-0qn6h-9sl3t" 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-0qn6h-9sl3t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9sl3t" 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-0qn6h-9sl3t 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-0qn6h-9sl3t" 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-0qn6h-9sl3t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9sl3t" 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-0qn6h-9sl3t" 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-0qn6h-9sl3t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9sl3t" 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) [INFO] Copying 2 resources from target/license/md to target/classes/META-INF [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/eclipselink-packager/generated [INFO] Building jar: /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-97tch 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-0qn6h-97tch" 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-0qn6h-97tch, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-97tch" 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-0qn6h-97tch 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-0qn6h-97tch" 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-0qn6h-97tch, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-97tch" 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-0qn6h-97tch" 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-0qn6h-97tch, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-97tch" 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-0qn6h-zh8sz 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-0qn6h-zh8sz" 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-0qn6h-zh8sz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zh8sz" 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-0qn6h-zh8sz 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-0qn6h-zh8sz" 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-0qn6h-zh8sz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zh8sz" 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-0qn6h-zh8sz" 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-0qn6h-zh8sz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-zh8sz" 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) [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps/nativeapi/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.nosql --- [INFO] Skipping javadoc generation [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes [INFO] [INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- eclipselink-testbuild:1.1.0:start-mongo (start-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.nosql.mongo --- [INFO] 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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle --- [INFO] Skipping javadoc generation [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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-x9lrc 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-0qn6h-x9lrc" 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-0qn6h-x9lrc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x9lrc" 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-0qn6h-x9lrc 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-0qn6h-x9lrc" 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-0qn6h-x9lrc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x9lrc" 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-0qn6h-x9lrc" 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-0qn6h-x9lrc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-x9lrc" 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-0qn6h-v2036 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-0qn6h-v2036" 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-0qn6h-v2036, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v2036" 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-0qn6h-v2036 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-0qn6h-v2036" 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-0qn6h-v2036, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v2036" 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-0qn6h-v2036" 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-0qn6h-v2036, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-v2036" 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) [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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 [WARNING] /home/jenkins/agent/workspace/ink-pull-request-verifier_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 [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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] --< 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] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz --- [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/ink-pull-request-verifier_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.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/resources [INFO] [INFO] --- compiler:3.12.1: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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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/ink-pull-request-verifier_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] Reactor Summary for EclipseLink Parent 5.0.0-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 20.859 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 25.867 s] [INFO] EclipseLink Core ................................... SUCCESS [ 56.021 s] [INFO] EclipseLink JSON Extension ......................... SUCCESS [ 3.855 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 7.531 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 12.159 s] [INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [ 2.723 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 30.565 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 22.162 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 3.729 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 3.784 s] [INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 6.892 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 4.323 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 16.794 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 5.959 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 3.577 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 5.578 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 2.269 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 5.920 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 15.442 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 7.503 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 2.001 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 8.668 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.115 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 1.051 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [01:31 min] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 4.650 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 7.516 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 11.210 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 15.288 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 3.181 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 6.865 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 9.452 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 8.465 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 1.385 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 3.012 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 2.497 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 1.108 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 2.359 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 7.822 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 2.449 s] [INFO] Persistence TestApps ............................... SUCCESS [ 0.804 s] [INFO] Test - advanced .................................... SUCCESS [ 5.167 s] [INFO] Test - advanced2 ................................... SUCCESS [ 2.230 s] [INFO] Test - advanced.additionalcriteria ................. SUCCESS [ 0.810 s] [INFO] Test - cacheable ................................... SUCCESS [ 1.057 s] [INFO] Test - advanced.fetchgroup ......................... SUCCESS [ 0.912 s] [INFO] Test - metamodel ................................... SUCCESS [ 2.097 s] [INFO] Test - xml.cacheable ............................... SUCCESS [ 0.895 s] [INFO] Test - advanced.cacheimpl .......................... SUCCESS [ 0.919 s] [INFO] Test - advanced.cascadepersist ..................... SUCCESS [ 0.959 s] [INFO] Test - advanced.compositepk ........................ SUCCESS [ 0.992 s] [INFO] Test - advanced.derivedid .......................... SUCCESS [ 1.111 s] [INFO] Test - advanced.customer ........................... SUCCESS [ 0.790 s] [INFO] Test - advanced.embeddable ......................... SUCCESS [ 0.797 s] [INFO] Test - advanced.multitenant ........................ SUCCESS [ 1.335 s] [INFO] Test - beanvalidation .............................. SUCCESS [ 0.973 s] [INFO] Test - beanvalidation.dynamic ...................... SUCCESS [ 0.860 s] [INFO] Test - cascadedeletes .............................. SUCCESS [ 0.932 s] [INFO] Test - complexaggregate ............................ SUCCESS [ 1.020 s] [INFO] Test - composite.advanced.common ................... SUCCESS [ 0.908 s] [INFO] Test - composite.advanced.member_1 ................. SUCCESS [ 0.805 s] [INFO] Test - composite.advanced.member_2 ................. SUCCESS [ 0.732 s] [INFO] Test - composite.advanced.member_3 ................. SUCCESS [ 0.956 s] [INFO] Test - composite.advanced .......................... SUCCESS [ 1.464 s] [INFO] Test - advanced.inheritance ........................ SUCCESS [ 2.899 s] [INFO] Test - advanced.inherited .......................... SUCCESS [ 2.260 s] [INFO] Test - criteria .................................... SUCCESS [ 2.059 s] [INFO] Test - datatypes ................................... SUCCESS [ 0.928 s] [INFO] Test - datetime .................................... SUCCESS [ 1.016 s] [INFO] Test - ddlgeneration ............................... SUCCESS [ 1.332 s] [INFO] Test - lob ......................................... SUCCESS [ 1.071 s] [INFO] Test - delimited ................................... SUCCESS [ 0.994 s] [INFO] Test - diagnostic .................................. SUCCESS [ 0.884 s] [INFO] Test - extensibility ............................... SUCCESS [ 0.943 s] [INFO] Test - fetchgroups ................................. SUCCESS [ 1.253 s] [INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 2.101 s] [INFO] Test - fieldaccess.relationships ................... SUCCESS [ 1.223 s] [INFO] Test - identity .................................... SUCCESS [ 0.891 s] [INFO] Test - jpaadvancedproperties ....................... SUCCESS [ 1.083 s] [INFO] Test - relationships ............................... SUCCESS [ 1.291 s] [INFO] Test - jpql ........................................ SUCCESS [ 1.911 s] [INFO] Test - jta ......................................... SUCCESS [ 0.852 s] [INFO] Test - performance ................................. SUCCESS [ 1.571 s] [INFO] Test - memory ...................................... SUCCESS [ 0.868 s] [INFO] Test - metamodel.aspectj ........................... SUCCESS [ 3.566 s] [INFO] Test - orphanremoval ............................... SUCCESS [ 0.940 s] [INFO] Test - partitioned ................................. SUCCESS [ 1.007 s] [INFO] Test - performance2 ................................ SUCCESS [ 0.897 s] [INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [ 1.766 s] [INFO] Test - privateowned ................................ SUCCESS [ 0.921 s] [INFO] Test - pu with spaces .............................. SUCCESS [ 0.739 s] [INFO] Test - remote ...................................... SUCCESS [ 0.949 s] [INFO] Test - sessionbean ................................. SUCCESS [ 0.832 s] [INFO] Test - sessionbean.ha .............................. SUCCESS [ 0.867 s] [INFO] Test - validation .................................. SUCCESS [ 0.770 s] [INFO] Test - weaving ..................................... SUCCESS [ 0.691 s] [INFO] Test - xml.composite.advanced.common ............... SUCCESS [ 0.774 s] [INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [ 0.672 s] [INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [ 0.669 s] [INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [ 0.721 s] [INFO] Test - xml.composite.advanced ...................... SUCCESS [ 0.990 s] [INFO] Test - xml.advanced ................................ SUCCESS [ 1.108 s] [INFO] Test - xml.extended.advanced ....................... SUCCESS [ 0.891 s] [INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [ 0.792 s] [INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [ 1.025 s] [INFO] Test - xml.extended.complexaggregate ............... SUCCESS [ 0.875 s] [INFO] Test - xml.inheritance ............................. SUCCESS [ 0.880 s] [INFO] Test - xml.extended.inheritance .................... SUCCESS [ 0.706 s] [INFO] Test - xml.relationships ........................... SUCCESS [ 0.835 s] [INFO] Test - xml.extended.relationships .................. SUCCESS [ 0.891 s] [INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [ 0.824 s] [INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [ 0.754 s] [INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [ 0.739 s] [INFO] Test - xml.extended.composite.advanced ............. SUCCESS [ 0.809 s] [INFO] Test - xml.merge.advanced .......................... SUCCESS [ 0.960 s] [INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [ 0.793 s] [INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [ 0.805 s] [INFO] Test - xml.merge.inherited ......................... SUCCESS [ 1.023 s] [INFO] Test - xml.merge.relationships ..................... SUCCESS [ 0.948 s] [INFO] Test - xml.advanced.multitenant .................... SUCCESS [ 1.064 s] [INFO] Test - xml.inherited ............................... SUCCESS [ 1.124 s] [INFO] Test - xml.metadatacomplete ........................ SUCCESS [ 1.064 s] [INFO] Test - xml.relationships.unidirectional ............ SUCCESS [ 1.062 s] [INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [ 0.870 s] [INFO] Test - nativeapi ................................... SUCCESS [ 0.965 s] [INFO] Persistence TestApps - NoSQL ....................... SUCCESS [ 0.606 s] [INFO] Test - nosql.mongo ................................. SUCCESS [ 2.547 s] [INFO] Persistence TestApps - Oracle DB ................... SUCCESS [ 1.112 s] [INFO] Test - oracle.customfeatures ....................... SUCCESS [ 1.437 s] [INFO] Test - oracle.dcn .................................. SUCCESS [ 1.150 s] [INFO] Test - oracle.partitioned .......................... SUCCESS [ 1.028 s] [INFO] Test - oracle.plsql ................................ SUCCESS [ 1.247 s] [INFO] Test - oracle.proxyauthentication .................. SUCCESS [ 1.241 s] [INFO] Test - oracle.timestamptz .......................... SUCCESS [ 1.196 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:30 min [INFO] Finished at: 2024-03-12T11:12:42Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] container [Pipeline] { [Pipeline] sh + /opt/bin/mysql-stop.sh [12.03.2024 11:12:42] -[ Stopping MySQL Database ]------------------------------ [12.03.2024 11:12:42] --[ Waiting for MySQL Database to stop ]------------------ done [Pipeline] } [Pipeline] // container [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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-p41tb 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-0qn6h-p41tb" 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-0qn6h-p41tb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p41tb" 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-0qn6h-p41tb 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-0qn6h-p41tb" 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-0qn6h-p41tb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p41tb" 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-0qn6h-p41tb" 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-0qn6h-p41tb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-p41tb" 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-0qn6h-k1h0r 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-0qn6h-k1h0r" 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-0qn6h-k1h0r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k1h0r" 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-0qn6h-k1h0r 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-0qn6h-k1h0r" 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-0qn6h-k1h0r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k1h0r" 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-0qn6h-k1h0r" 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-0qn6h-k1h0r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-k1h0r" 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) [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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-lttcv 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-0qn6h-lttcv" 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-0qn6h-lttcv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lttcv" 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-0qn6h-lttcv 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-0qn6h-lttcv" 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-0qn6h-lttcv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lttcv" 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-0qn6h-lttcv" 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-0qn6h-lttcv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-lttcv" 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-0qn6h-130dv 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-0qn6h-130dv" 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-0qn6h-130dv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-130dv" 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-0qn6h-130dv 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-0qn6h-130dv" 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-0qn6h-130dv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-130dv" 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-0qn6h-130dv" 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-0qn6h-130dv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-130dv" 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) [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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-fskps 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-0qn6h-fskps" 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-0qn6h-fskps, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fskps" 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-0qn6h-fskps WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-5sn1d 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-0qn6h-5sn1d" 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-0qn6h-5sn1d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5sn1d" 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-0qn6h-5sn1d 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-0qn6h-fskps" 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-0qn6h-fskps, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fskps" 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-0qn6h-fskps" 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-0qn6h-fskps, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fskps" 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) 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-0qn6h-5sn1d" 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-0qn6h-5sn1d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5sn1d" 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-0qn6h-5sn1d" 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-0qn6h-5sn1d, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-5sn1d" 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) [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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-rxfvl 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-0qn6h-rxfvl" 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-0qn6h-rxfvl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rxfvl" 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-0qn6h-rxfvl 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-0qn6h-rxfvl" 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-0qn6h-rxfvl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rxfvl" 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-0qn6h-rxfvl" 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-0qn6h-rxfvl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-rxfvl" 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-0qn6h-70n07 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-0qn6h-70n07" 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-0qn6h-70n07, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-70n07" 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-0qn6h-70n07 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-0qn6h-70n07" 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-0qn6h-70n07, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-70n07" 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-0qn6h-70n07" 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-0qn6h-70n07, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-70n07" 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) [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] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/ink-pull-request-verifier_master' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/ink-pull-request-verifier_master' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/ink-pull-request-verifier_master' that match the pattern '**/spotbugsXml.xml' [SpotBugs] Traversing of symbolic links: enabled [SpotBugs] Skipping post processing [SpotBugs] No filter has been set, publishing all 0 issues [SpotBugs] Repository miner is not configured, skipping repository mining [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] [-ERROR-] Errors during parsing [SpotBugs] [-ERROR-] No files found for pattern '**/spotbugsXml.xml'. Configuration error? [SpotBugs] Reference build recorder is not configured [SpotBugs] Obtaining reference build from same job (master) [SpotBugs] Using reference build 'eclipselink-pull-request-verifier/master #365' to compute new, fixed, and outstanding issues [SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [SpotBugs] No quality gates have been set - skipping [SpotBugs] Health report is disabled - skipping [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'eclipselink-pull-request-verifier/master #366'. [Checks API] No suitable checks publisher found. [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/ink-pull-request-verifier_master') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 3437 issues (skipped 4083 duplicates) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-1x47g 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-0qn6h-1x47g" 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-0qn6h-1x47g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x47g" 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-0qn6h-1x47g 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-0qn6h-1x47g" 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-0qn6h-1x47g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x47g" 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-0qn6h-1x47g" 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-0qn6h-1x47g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-1x47g" 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-0qn6h-30dl4 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-0qn6h-30dl4" 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-0qn6h-30dl4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-30dl4" 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-0qn6h-30dl4 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-0qn6h-30dl4" 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-0qn6h-30dl4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-30dl4" 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-0qn6h-30dl4" 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-0qn6h-30dl4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-30dl4" 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-0qn6h-6qrk9 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-0qn6h-6qrk9" 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-0qn6h-6qrk9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6qrk9" 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-0qn6h-6qrk9 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-0qn6h-6qrk9" 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-0qn6h-6qrk9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6qrk9" 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-0qn6h-6qrk9" 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-0qn6h-6qrk9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-6qrk9" 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-0qn6h-wjgkk 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-0qn6h-wjgkk" 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-0qn6h-wjgkk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wjgkk" 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-0qn6h-wjgkk 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-0qn6h-wjgkk" 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-0qn6h-wjgkk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wjgkk" 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-0qn6h-wjgkk" 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-0qn6h-wjgkk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-wjgkk" 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-0qn6h-sr0lp 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-0qn6h-sr0lp" 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-0qn6h-sr0lp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sr0lp" 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-0qn6h-sr0lp 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-0qn6h-sr0lp" 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-0qn6h-sr0lp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sr0lp" 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-0qn6h-sr0lp" 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-0qn6h-sr0lp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-sr0lp" 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-0qn6h-7jzlm 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-0qn6h-7jzlm" 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-0qn6h-7jzlm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7jzlm" 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-0qn6h-7jzlm 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-0qn6h-7jzlm" 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-0qn6h-7jzlm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7jzlm" 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-0qn6h-7jzlm" 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-0qn6h-7jzlm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7jzlm" 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-0qn6h-m503x 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-0qn6h-m503x" 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-0qn6h-m503x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m503x" 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-0qn6h-m503x 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-0qn6h-m503x" 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-0qn6h-m503x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m503x" 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-0qn6h-m503x" 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-0qn6h-m503x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-m503x" 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-0qn6h-fvtfc 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-0qn6h-fvtfc" 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-0qn6h-fvtfc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fvtfc" 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-0qn6h-fvtfc 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-0qn6h-fvtfc" 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-0qn6h-fvtfc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fvtfc" 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-0qn6h-fvtfc" 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-0qn6h-fvtfc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-fvtfc" 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) [Java Compiler] Post processing issues on 'el-master-agent-pod-0qn6h-tjr87' 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/ink-pull-request-verifier_master' [Java Compiler] -> resolved paths in source directory (1545 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 3437 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 1545 affected files [Java Compiler] No filter has been set, publishing all 3437 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 3437 issues (skipped 0 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-pull-request-verifier/branches/master/builds/366/files-with-issues' [Java Compiler] -> 1545 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/ink-pull-request-verifier_master') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 3437 issues (skipped 4083 duplicates) [Java Compiler] Post processing issues on 'el-master-agent-pod-0qn6h-tjr87' 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/ink-pull-request-verifier_master' [Java Compiler] -> resolved paths in source directory (1545 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 3437 issues [Java Compiler] Resolving package names (or namespaces) by parsing the affected files [Java Compiler] -> resolved package names of 1545 affected files [Java Compiler] No filter has been set, publishing all 3437 issues [Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds [Java Compiler] -> created fingerprints for 3437 issues (skipped 0 issues) [Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-pull-request-verifier/branches/master/builds/366/files-with-issues' [Java Compiler] -> 1545 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 (master) [Java Compiler] Using reference build 'eclipselink-pull-request-verifier/master #365' to compute new, fixed, and outstanding issues [Java Compiler] Issues delta (vs. reference build): outstanding: 3437, new: 0, fixed: 1 [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 3437 issues (found 0 new issues, fixed 1 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'eclipselink-pull-request-verifier/master #366'. [Checks API] No suitable checks publisher found. [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ink-pull-request-verifier_master') WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-tgpwm 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-0qn6h-tgpwm" 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-0qn6h-tgpwm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tgpwm" 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-0qn6h-tgpwm 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-0qn6h-tgpwm" 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-0qn6h-tgpwm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tgpwm" 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-0qn6h-tgpwm" 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-0qn6h-tgpwm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-tgpwm" 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-0qn6h-hqq46 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-0qn6h-hqq46" 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-0qn6h-hqq46, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hqq46" 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-0qn6h-hqq46 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-0qn6h-hqq46" 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-0qn6h-hqq46, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hqq46" 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-0qn6h-hqq46" 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-0qn6h-hqq46, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-hqq46" 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) [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ink-pull-request-verifier_master') WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-0qn6h-grczk 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-0qn6h-grczk" 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-0qn6h-grczk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-grczk" 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-0qn6h-grczk 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-0qn6h-grczk" 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-0qn6h-grczk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-grczk" 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-0qn6h-grczk" 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-0qn6h-grczk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-grczk" 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-0qn6h-9qj2n 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-0qn6h-9qj2n" 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-0qn6h-9qj2n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9qj2n" 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-0qn6h-9qj2n 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-0qn6h-9qj2n" 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-0qn6h-9qj2n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9qj2n" 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-0qn6h-9qj2n" 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-0qn6h-9qj2n, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-9qj2n" 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-0qn6h-cg13l 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-0qn6h-cg13l" 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-0qn6h-cg13l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cg13l" 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-0qn6h-cg13l 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-0qn6h-cg13l" 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-0qn6h-cg13l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cg13l" 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-0qn6h-cg13l" 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-0qn6h-cg13l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-cg13l" 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-0qn6h-7brcb 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-0qn6h-7brcb" 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-0qn6h-7brcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7brcb" 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-0qn6h-7brcb 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-0qn6h-7brcb" 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-0qn6h-7brcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7brcb" 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-0qn6h-7brcb" 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-0qn6h-7brcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-0qn6h-7brcb" 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) [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ink-pull-request-verifier_master') [JavaDoc] Post processing issues on 'el-master-agent-pod-0qn6h-tjr87' 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/ink-pull-request-verifier_master' [JavaDoc] -> resolved paths in source directory (6 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 16 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 6 affected files [JavaDoc] No filter has been set, publishing all 16 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 16 issues (skipped 0 issues) [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-pull-request-verifier/branches/master/builds/366/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 16 issues (skipped 158 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 16 issues (skipped 158 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/ink-pull-request-verifier_master') [JavaDoc] Post processing issues on 'el-master-agent-pod-0qn6h-tjr87' 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/ink-pull-request-verifier_master' [JavaDoc] -> resolved paths in source directory (6 found, 0 not found) [JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files) [JavaDoc] -> resolved module names for 16 issues [JavaDoc] Resolving package names (or namespaces) by parsing the affected files [JavaDoc] -> resolved package names of 6 affected files [JavaDoc] No filter has been set, publishing all 16 issues [JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds [JavaDoc] -> created fingerprints for 16 issues (skipped 0 issues) [JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-pull-request-verifier/branches/master/builds/366/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 (master) [JavaDoc] Using reference build 'eclipselink-pull-request-verifier/master #365' to compute new, fixed, and outstanding issues [JavaDoc] Issues delta (vs. reference build): outstanding: 16, new: 0, fixed: 0 [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 16 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'eclipselink-pull-request-verifier/master #366'. [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 GitHub has been notified of this commit’s build result Finished: SUCCESS